diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2010-07-14 17:25:03 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2010-07-14 17:25:03 (GMT) |
commit | 2e929c51a5a0d11b849162e0aec020019b6cfb8d (patch) | |
tree | 94044d08eefc3f59d40c0878968af817bcb7fea1 /testpar | |
parent | aab23acc05664e1d0c066e5b6518535446a8eb89 (diff) | |
download | hdf5-2e929c51a5a0d11b849162e0aec020019b6cfb8d.zip hdf5-2e929c51a5a0d11b849162e0aec020019b6cfb8d.tar.gz hdf5-2e929c51a5a0d11b849162e0aec020019b6cfb8d.tar.bz2 |
[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.
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_posix_compliant.c | 2 |
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> |