summaryrefslogtreecommitdiffstats
path: root/bin/batch/ray_ctestS.lsf.in.cmake
diff options
context:
space:
mode:
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."