Skip to content

Reply To: Compiling OpenLB in parallel and running it with a set number of threads

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 Compiling OpenLB in parallel and running it with a set number of threads Reply To: Compiling OpenLB in parallel and running it with a set number of threads

#5218
Julius
Participant

Hello d3rioe,

In my config.mk I have PARALLEL_MODE := MPI and CXX := mpic++
Running that with the mpirun command allows me to change the number of threads.
I also have as a first message: [MpiManager] Sucessfully initialized, numThreads=15 for me. Maybe the manager is an issue?

Regards, Julius