1

Previous: Parallel decomposition Up: Running in parallel Next: Parallel reconstruction of solution

This is an automatically generated documentation by LaTeX2HTML utility. In case of any issue, please, contact us at info@cfdsupport.com.

Parallel run

  • Run in parallel:
    # mpiexec -np 4 simpleFoam -parallel
  • 4 is the number of processors np
  • Running on background sending output to log file called log:
    # mpiexec -np 4 simpleFoam -parallel > log &
  • Watch output in log file log:
    # tail -f log
  • Cancel watching log file log typing Ctrl+C
  • When running in parallel solution is stored in processor* directories