fixed benchmark program run

This commit is contained in:
Edward Hartnett 2021-11-19 07:20:35 -07:00
parent 26ac2a6cba
commit 39f2bf14d2

View File

@ -7,6 +7,6 @@ if test "x$srcdir" = x ; then srcdir=`pwd`; fi
. ../test_common.sh
echo "*** Running tst_gfs_1..."
@MPIEXEC@ -n 4 ./tst_gfs_data_1
@MPIEXEC@ -n 4 ./tst_compress_par
exit 0