Reply To: Multiprocessing Compilation
Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.
› Forums › OpenLB › General Topics › Multiprocessing Compilation › Reply To: Multiprocessing Compilation
December 8, 2021 at 2:01 pm
#6212
Adrian
Keymaster
In order to compile in OpenMP mode you only need to set PARALLEL_MODE := OMP in config.mk.
For MPI you need to set this variable to MPI (as you did) but also change the compiler to the desired MPI wrapper, e.g. mpic++.
For usage on Windows we recommend the WSL instead of (frequently problematic) Cygwin.
