summaryrefslogtreecommitdiffstats
path: root/bin/batch/ray_ctestP.lsf.in.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'bin/batch/ray_ctestP.lsf.in.cmake')
-rw-r--r--bin/batch/ray_ctestP.lsf.in.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/batch/ray_ctestP.lsf.in.cmake b/bin/batch/ray_ctestP.lsf.in.cmake
index 7067a65..51425b5 100644
--- a/bin/batch/ray_ctestP.lsf.in.cmake
+++ b/bin/batch/ray_ctestP.lsf.in.cmake
@@ -15,6 +15,8 @@
cd @HDF5_BINARY_DIR@
echo "Run parallel test command. Test output will be in build/ctestP.out"
-ctest . -R 'MPI_TEST_' -C Release -T test >& ctestP.out
+ctest -S ctest_parallel.cmake >& ctestP.out
echo "Done running ctest parallel command."
+touch ctestP.done
+~