Skip to content

Reply To: Parallelization usig MPI

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 Parallelization usig MPI Reply To: Parallelization usig MPI

#10716
Adrian
Keymaster

In principle you can just stick to using g++ as the backend compiler for mpic++. Of course, on Intel CPUs you get quite nice speedups using Intel’s C++ compilers. The new error indicates that the ICC version is too old and / or pulls in a old standard library, specifically it doesn’t support C++20.

Which cluster are you using? We also have some example configs in the config/ directory.