netcdf-c/nf_test/run_f77_par_test.sh
2011-05-23 15:34:42 +00:00

13 lines
226 B
Bash
Executable File

#!/bin/sh
# This shell runs some parallel I/O tests for the F77 API.
set -e
echo "Testing netCDF parallel I/O through the F77 API..."
mpiexec -n 4 ./ftst_parallel
mpiexec -n 4 ./ftst_parallel_nasa
echo "SUCCESS!!!"
exit 0