Skip to content

Re: Parallel (MPI/OpenMP) simulation

#2341
mathias
Keymaster

In OpenLB you can ran use distrubuted- (MPI) and shared-memory (OMP) as well as a combination of both (HYBRID) parallelism. For details you can look at rnrn2010, Krause, M.J.: Fluid Flow Simulation and Optimisation with Lattice Boltzmann Methods on High Performance Computers: Application to the Human Respiratory System, Dissertation, Karlsruhe Institute of Technology (KIT), http://digbib.ubka.uni-karlsruhe.de/volltexte/1000019768 rnrnFor practical use the MPI version which you now can use is fine since it works well on both kind of platforms!rnrnBestrnMathias