mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
13 lines
229 B
Bash
Executable File
13 lines
229 B
Bash
Executable File
#!/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_compress_par
|
|
|
|
exit 0
|