summaryrefslogtreecommitdiffstats
path: root/bin/batch/ray_ctestS.lsf.in.cmake
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2019-02-03 04:45:55 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2019-02-03 04:45:55 (GMT)
commit30df67700cc95f1c08a0a2bc2b4cf38489f70a51 (patch)
tree7a7fe9e07d35ddd033d283b5986f0f3cf32a3769 /bin/batch/ray_ctestS.lsf.in.cmake
parent2d4f58adf0bd1774485686cea5d7c7c0ba8c2091 (diff)
parentc348d453b583ec9092152e6aef1f7fa9854cf5d9 (diff)
downloadhdf5-30df67700cc95f1c08a0a2bc2b4cf38489f70a51.zip
hdf5-30df67700cc95f1c08a0a2bc2b4cf38489f70a51.tar.gz
hdf5-30df67700cc95f1c08a0a2bc2b4cf38489f70a51.tar.bz2
Merge pull request #1517 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit 'c348d453b583ec9092152e6aef1f7fa9854cf5d9': 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. Change examples file to zip for CMake zip file. Update bin/release for filename changes and HPC-CMake tar file corrections. Add new files to MANIFEST. Update permissions for raybsub to 755.
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."