FDS 6.1.2 was run on a SL6 machine for two input files in serial and MPI modes. The difference between the input files was only in mesh regions defined for MPI mode. HRR results are in good agreement, but simulation times are enormously different.
The serial calculation, with the input file “cylinder_serial_4.fds” and with using one processor had the wall clock time around 68,000 sec.
On the other hand, the MPI calculation, with the input file “cylinder_MPI_1.fds” and two processors (4 cores) had a computational time of around 250,000 sec, which is four times as long as the serial calculation!
I would like to know how the MESH lines in the input file for MPI calculation can be improved to take the advantage of MPI with respect to the computational time.
Having the option of both I think is definitely worthwhile, especially as the OpenMP seems far more stable than in the previous (FDS 5) version.