Skip to content

Reply To: VTK Repeat Write

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 Bug Reports VTK Repeat Write Reply To: VTK Repeat Write

#8148
Adrian
Keymaster

This looks very much as if you did not actually activate MPI in the config. mpirun doesn’t warn you if you try to call it with a non-mpi executable – it will just start the same programm n times without any work distribution. You probably also noticed that all terminal output is duplicated eight times?

If you change the config to use MPI (see the user guide or the example configs) and recompile, everything should work.