Running an MPI Program

Other topics

Execute your job

The simplest way to run your job is to use mpiexec or mpirun (they are usually the same thing and aliases of each other).

mpiexec -n 2 ./my_prog

Parameters:

ParameterDetails
-n <num_procs>The number of MPI processes to start up for the job

Contributors

Topic Id: 2877

Example Ids: 9750

This site is not affiliated with any of the contributors.