Reply To: VTK Repeat Write
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › Bug Reports › VTK Repeat Write › Reply To: VTK Repeat Write
January 20, 2024 at 1:46 pm
#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.