diff options
Diffstat (limited to 'bin/batch/sandia_ctestS.sl.in.cmake')
-rw-r--r-- | bin/batch/sandia_ctestS.sl.in.cmake | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/bin/batch/sandia_ctestS.sl.in.cmake b/bin/batch/sandia_ctestS.sl.in.cmake deleted file mode 100644 index 3d491b7..0000000 --- a/bin/batch/sandia_ctestS.sl.in.cmake +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -##SBATCH --account=fy140085 # WC ID -#SBATCH --nodes=1 -#SBATCH -t 00:30:00 -#SBATCH --mail-type=BEGIN,END,FAIL -##SBATCH --mail-user=<username>@sandia.gov -#SBATCH --export=ALL -#SBATCH --job-name=h5_ctestS - -cd @HDF5_BINARY_DIR@ -CMD="ctest . -E TEST_PAR|H5DIFF|PERFORM|ph5example -C Release -j 32 -T test" - -echo "Run $CMD. Test output will be in build/ctestS.out" -$CMD >& ctestS.out -echo "Done running $CMD" |