summaryrefslogtreecommitdiffstats
path: root/bin/batch/cori_ctestS.sl.in.cmake
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2019-02-11 18:05:24 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2019-02-11 18:05:24 (GMT)
commite2b6e72e7c153bdbc9bf5f0e0c300d4ffea1cb69 (patch)
treeecea40bae538dcb7b51e431c37593a88598474c1 /bin/batch/cori_ctestS.sl.in.cmake
parenta3a90e79afda2351f16181ec3592b96caceffbe1 (diff)
parentedcbc9966f5c742970ad32eb50a7925fcf7ab677 (diff)
downloadhdf5-e2b6e72e7c153bdbc9bf5f0e0c300d4ffea1cb69.zip
hdf5-e2b6e72e7c153bdbc9bf5f0e0c300d4ffea1cb69.tar.gz
hdf5-e2b6e72e7c153bdbc9bf5f0e0c300d4ffea1cb69.tar.bz2
Merge pull request #1530 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'edcbc9966f5c742970ad32eb50a7925fcf7ab677': Refactor parallel test names Rename parallel tests to start with PAR_ Distinguish parallel performance tests Set the full generator name Add new cmake copy file tests to ignore Use correct values for other file versions CMake script changes to simplify execution
Diffstat (limited to 'bin/batch/cori_ctestS.sl.in.cmake')
-rw-r--r--bin/batch/cori_ctestS.sl.in.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/batch/cori_ctestS.sl.in.cmake b/bin/batch/cori_ctestS.sl.in.cmake
index cf68826..be9267a 100644
--- a/bin/batch/cori_ctestS.sl.in.cmake
+++ b/bin/batch/cori_ctestS.sl.in.cmake
@@ -9,7 +9,7 @@
#SBATCH --job-name=h5_ctestS
cd @HDF5_BINARY_DIR@
-CMD="ctest . -E TEST_PAR|PH5DIFF|PERFORM|ph5example -C Release -j 32 -T test"
+CMD="ctest . -E PAR_ -C Release -j 32 -T test"
echo "Run $CMD. Test output will be in build/ctestS.out"
$CMD >& ctestS.out