mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
[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:
parent
aab23acc05
commit
2e929c51a5
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user