summaryrefslogtreecommitdiffstats
path: root/bin/batch/ray_ctestS.lsf.in.cmake
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2019-02-02 14:02:48 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2019-02-02 14:02:48 (GMT)
commitc348d453b583ec9092152e6aef1f7fa9854cf5d9 (patch)
tree2340b6643271e3be3971292b5f832786d628919a /bin/batch/ray_ctestS.lsf.in.cmake
parentcc7ce0eb8b1aa14960b00af0f0711bdb43add2a5 (diff)
downloadhdf5-c348d453b583ec9092152e6aef1f7fa9854cf5d9.zip
hdf5-c348d453b583ec9092152e6aef1f7fa9854cf5d9.tar.gz
hdf5-c348d453b583ec9092152e6aef1f7fa9854cf5d9.tar.bz2
Correct H5DIFF to PH5DIFF in *ctestS.sl.in.cmake list of parallel tests
reserved for *ctestP.sl.cmake. Revise options to run batch tests and alternative options for cross compile in HPC/*-HDF5options.cmake.
Diffstat (limited to 'bin/batch/ray_ctestS.lsf.in.cmake')
-rw-r--r--bin/batch/ray_ctestS.lsf.in.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/batch/ray_ctestS.lsf.in.cmake b/bin/batch/ray_ctestS.lsf.in.cmake
index cbc7130..d23a513 100644
--- a/bin/batch/ray_ctestS.lsf.in.cmake
+++ b/bin/batch/ray_ctestS.lsf.in.cmake
@@ -11,7 +11,7 @@
cd @HDF5_BINARY_DIR@
echo "Run command. Test output will be in build/ctestS.out"
-ctest . -E 'TEST_PAR|H5DIFF|PERFORM|ph5example' -C Release -j 32 -T test >& ctestS.out
+ctest . -E 'TEST_PAR|PH5DIFF|PERFORM|ph5example' -C Release -j 32 -T test >& ctestS.out
##$CMD >& ctestS.out
echo "Done running command."