netcdf-c/nc_perf/run_gfs_test.sh.in
2020-06-30 10:40:05 -06:00

13 lines
227 B
Bash

#!/bin/sh
# This shell file tests the GFS tests parallel I/O.
# Ed Hartnett, 6/30/20
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
. ../test_common.sh
echo "*** Running tst_gfs_1..."
@MPIEXEC@ -n 4 ./tst_gfs_data_1
exit 0