now allow substitution of different mpi launcher in h5_test/run_par_tests.sh

This commit is contained in:
Edward Hartnett 2020-02-08 06:31:19 -07:00
parent 1c3ea221a9
commit 29981888a9

View File

@ -12,9 +12,9 @@ if test "x$srcdir" = x ; then srcdir=`pwd`; fi
echo ""
echo "Testing parallel I/O with HDF5..."
mpiexec -n 1 ./tst_h_par
mpiexec -n 2 ./tst_h_par
mpiexec -n 4 ./tst_h_par
@MPIEXEC@ -n 1 ./tst_h_par
@MPIEXEC@ -n 2 ./tst_h_par
@MPIEXEC@ -n 4 ./tst_h_par
echo "SUCCESS!!!"
exit 0