summaryrefslogtreecommitdiffstats
path: root/bin/batch/ray_ctestS.lsf.in.cmake
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2019-05-10 20:45:47 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2019-05-10 20:45:47 (GMT)
commit44fdc3bf96d1dc3a804238916975efde67b55f12 (patch)
tree88eb96f64a357c6cf615fe9164a9643ba1f0ec4f /bin/batch/ray_ctestS.lsf.in.cmake
parent19d2cea9aec648eb3c609dee4d2dc9baa101c967 (diff)
downloadhdf5-44fdc3bf96d1dc3a804238916975efde67b55f12.zip
hdf5-44fdc3bf96d1dc3a804238916975efde67b55f12.tar.gz
hdf5-44fdc3bf96d1dc3a804238916975efde67b55f12.tar.bz2
remove -M option
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 773bd68..da20438 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 . -M HPC -E 'MPI_TEST_' -C Release -j 32 -T test >& ctestS.out
+ctest . -E 'MPI_TEST_' -C Release -j 32 -T test >& ctestS.out
##$CMD >& ctestS.out
echo "Done running command."