[svn-r19072] Bug 1921: change to use mpiexec.

Changed the mpirun to mpiexec in the comment line.

Tested: jam (pp). No h5committest since this applied in parallel only.
This commit is contained in:
Albert Cheng 2010-07-14 12:25:03 -05:00
parent aab23acc05
commit 2e929c51a5

View File

@ -37,7 +37,7 @@
* macro STANDALONE. E.g.,
* mpicc -DSTANDALONE t_posix_compliant.c -o t_posix_compliant
* then run it as an MPI application. E.g.,
* mpirun -np 3 ./t_posix_compliant
* mpiexec -np 3 ./t_posix_compliant
*/
#include <unistd.h>