mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
now allow substitution of different mpi launcher in h5_test/run_par_tests.sh
This commit is contained in:
parent
1c3ea221a9
commit
29981888a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user