Running MPI Programs(in MPICH)
To run a program on two processors
mpirun -np 2 hello
To list available command-line argument
mpirun -h
To list commands mpirun would execute
mpirun -t -np 2 hello
Standard does not specify startup mechanism
But many systems are similar to MPICH
Previous slide
Next slide
Back to first slide
View graphic version