|
<< 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 HPC-X |
An example command to run CONVERGE on a Rocky 8 system with HPC-X on 16 processing cores is
mpirun -np 16 -x PATH -x LD_LIBRARY_PATH -x CONVERGE_ROOT -x OPAL_PREFIX converge-hpcx-el8
An example command to run CONVERGE on a Rocky 9 system with HPC-X on 16 processing cores is
mpirun -np 16 -x PATH -x LD_LIBRARY_PATH -x CONVERGE_ROOT -x OPAL_PREFIX converge-hpcx-el9
The -x arguments are necessary to export the required environment variables to the remote nodes.