Skip to content

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

OpenLB – Open Source Lattice Boltzmann Code Forums on 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