summaryrefslogtreecommitdiffstats
path: root/bin/batch/cori_knl_ctestS.sl.in.cmake
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2019-05-10 19:34:56 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2019-05-10 19:34:56 (GMT)
commit19d2cea9aec648eb3c609dee4d2dc9baa101c967 (patch)
tree41a1640a5c4e2bf8535eddf23618528d4188dcb4 /bin/batch/cori_knl_ctestS.sl.in.cmake
parentc23118aff11105d3aee2e738dd1bb2f1f77a26a7 (diff)
downloadhdf5-19d2cea9aec648eb3c609dee4d2dc9baa101c967.zip
hdf5-19d2cea9aec648eb3c609dee4d2dc9baa101c967.tar.gz
hdf5-19d2cea9aec648eb3c609dee4d2dc9baa101c967.tar.bz2
added -M HPC to ctest command
Diffstat (limited to 'bin/batch/cori_knl_ctestS.sl.in.cmake')
-rw-r--r--bin/batch/cori_knl_ctestS.sl.in.cmake16
1 files changed, 0 insertions, 16 deletions
diff --git a/bin/batch/cori_knl_ctestS.sl.in.cmake b/bin/batch/cori_knl_ctestS.sl.in.cmake
deleted file mode 100644
index c6d9e83..0000000
--- a/bin/batch/cori_knl_ctestS.sl.in.cmake
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-#SBATCH -C knl,quad,cache
-#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 MPI_TEST_ -C Release -j 32 -T test"
-
-echo "Run $CMD. Test output will be in build/ctestS.out"
-$CMD >& ctestS.out
-echo "Done running $CMD"