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
mpirun
mpiexec -n 2 ./my_prog
-n <num_procs>
Topic Id: 2877
Example Ids: 9750
This site is not affiliated with any of the contributors.
Content on the page is taken from Stack Overflow Documentation
This site is NOT affiliated with Stack Overflow or any of the contributors. | Privacy Policy | Terms of Service