summaryrefslogtreecommitdiffstats
path: root/bin/batch/ctestS.sl.in.cmake
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2019-01-26 22:44:09 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2019-01-26 22:44:09 (GMT)
commitb91cb20c697ae58ca791ae3e1e191d59dc531039 (patch)
treeb3c75cc68d37573912a1e58a97248cf01dcb38fa /bin/batch/ctestS.sl.in.cmake
parentf0e2fc6c62943887944e9a1e5ca732d5f6a71b6e (diff)
downloadhdf5-b91cb20c697ae58ca791ae3e1e191d59dc531039.zip
hdf5-b91cb20c697ae58ca791ae3e1e191d59dc531039.tar.gz
hdf5-b91cb20c697ae58ca791ae3e1e191d59dc531039.tar.bz2
Add batch files with batch parameters specific to cori and ray.
Release.txt entry for skipping long double dt_arith tests on ppc64.
Diffstat (limited to 'bin/batch/ctestS.sl.in.cmake')
-rw-r--r--bin/batch/ctestS.sl.in.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/batch/ctestS.sl.in.cmake b/bin/batch/ctestS.sl.in.cmake
index 9802e13..a5d7d76 100644
--- a/bin/batch/ctestS.sl.in.cmake
+++ b/bin/batch/ctestS.sl.in.cmake
@@ -1,5 +1,6 @@
#!/bin/bash
+#SBATCH -p knl -C quad,cache
#SBATCH --nodes=1
#SBATCH -t 00:30:00
#SBATCH --mail-type=BEGIN,END,FAIL
@@ -8,7 +9,7 @@
#SBATCH --job-name=h5_ctestS
cd @HDF5_BINARY_DIR@
-CMD="ctest . -E TEST_PAR|H5DIFF|PERFORM -C Release -j 32 -T test"
+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