summaryrefslogtreecommitdiffstats
path: root/bin/batch/cori_ctestP.sl.in.cmake
diff options
context:
space:
mode:
authorRick <rzamora@anl.gov>2019-03-01 15:54:32 (GMT)
committerRick <rzamora@anl.gov>2019-03-01 15:54:32 (GMT)
commite0fce1826abcd6ccf26694f7fa283e20792c5dfa (patch)
tree36622f0e60894ca84715138085433c515609cf17 /bin/batch/cori_ctestP.sl.in.cmake
parent324b829c42b1058c8818d76209b1d4ac79d27bac (diff)
parent10cdff5ca45786832bf5e6c3e3408bc725464fd6 (diff)
downloadhdf5-e0fce1826abcd6ccf26694f7fa283e20792c5dfa.zip
hdf5-e0fce1826abcd6ccf26694f7fa283e20792c5dfa.tar.gz
hdf5-e0fce1826abcd6ccf26694f7fa283e20792c5dfa.tar.bz2
merging changes in develop into ccio
Diffstat (limited to 'bin/batch/cori_ctestP.sl.in.cmake')
-rw-r--r--bin/batch/cori_ctestP.sl.in.cmake17
1 files changed, 17 insertions, 0 deletions
diff --git a/bin/batch/cori_ctestP.sl.in.cmake b/bin/batch/cori_ctestP.sl.in.cmake
new file mode 100644
index 0000000..287fe3c
--- /dev/null
+++ b/bin/batch/cori_ctestP.sl.in.cmake
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+#SBATCH -C haswell
+#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_ctestP
+
+cd @HDF5_BINARY_DIR@
+CMD="ctest . -R MPI_TEST_ -E t_cache_image -C Release -T test"
+
+echo "Run $CMD. Test output will be in build/ctestP.out"
+$CMD >& ctestP.out
+echo "Done running $CMD"
+