summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2010-07-14 17:24:59 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2010-07-14 17:24:59 (GMT)
commitcbfc5097507c200a5737bbd5db4b603b84ab3ab0 (patch)
tree2218b822bd89d81d5216163a413f17c5e8651f12 /testpar
parent5330eb088b6f9eb8c270451235178d030179a02d (diff)
downloadhdf5-cbfc5097507c200a5737bbd5db4b603b84ab3ab0.zip
hdf5-cbfc5097507c200a5737bbd5db4b603b84ab3ab0.tar.gz
hdf5-cbfc5097507c200a5737bbd5db4b603b84ab3ab0.tar.bz2
[svn-r19071] 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.
Diffstat (limited to 'testpar')
-rw-r--r--testpar/t_posix_compliant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_posix_compliant.c b/testpar/t_posix_compliant.c
index af0e6bc..960f4c8 100644
--- a/testpar/t_posix_compliant.c
+++ b/testpar/t_posix_compliant.c
@@ -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>