summaryrefslogtreecommitdiffstats
path: root/bin/batch/cori_ctestP.sl.in.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-02-15 01:10:59 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-02-15 01:11:20 (GMT)
commiteadc7752609b383f8444bd3b20b31a2b3416e428 (patch)
tree0352b43e8eb0bd274c2e3ca3f51f30d7ccf8655c /bin/batch/cori_ctestP.sl.in.cmake
parentd6036ce89fe0a284bd1e6486fc6a50e932dd1e2f (diff)
downloadhdf5-eadc7752609b383f8444bd3b20b31a2b3416e428.zip
hdf5-eadc7752609b383f8444bd3b20b31a2b3416e428.tar.gz
hdf5-eadc7752609b383f8444bd3b20b31a2b3416e428.tar.bz2
TRILABS-111 Add missing batch scripts
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"
+