Linux with Open MPI

<< Click to Display Table of Contents >>

Navigation:  Workflow for a CONVERGE CFD Simulation > Running CONVERGE on Linux > Commands for Running CONVERGE on Linux >

Linux with Open MPI

An example command to run CONVERGE on a Rocky 8 system with Open MPI on 16 processing cores is

 

mpirun -np 16 -x PATH -x LD_LIBRARY_PATH -x CONVERGE_ROOT -x OPAL_PREFIX converge-ompi-el8

 

An example command to run CONVERGE on a Rocky 9 system with Open MPI on 16 processing cores is

 

mpirun -np 16 -x PATH -x LD_LIBRARY_PATH -x CONVERGE_ROOT -x OPAL_PREFIX converge-ompi-el9

 

The -x arguments are necessary to export the required environment variables to the remote nodes.