From 2e929c51a5a0d11b849162e0aec020019b6cfb8d Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Wed, 14 Jul 2010 12:25:03 -0500 Subject: [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. --- testpar/t_posix_compliant.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12