summaryrefslogtreecommitdiffstats
path: root/bin/batch/ctestP.sl.in.cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-03-30 03:35:56 (GMT)
committerGitHub <noreply@github.com>2023-03-30 03:35:56 (GMT)
commit70fa97e271ffdfa21b0a57206928c0f9bac89c2b (patch)
tree54d219d2a64af8cd266573bcea317eec9bf9f4fc /bin/batch/ctestP.sl.in.cmake
parentda9310d08fc3ee9dd8e24f900d0947c51f8a2b00 (diff)
downloadhdf5-70fa97e271ffdfa21b0a57206928c0f9bac89c2b.zip
hdf5-70fa97e271ffdfa21b0a57206928c0f9bac89c2b.tar.gz
hdf5-70fa97e271ffdfa21b0a57206928c0f9bac89c2b.tar.bz2
Fix CMake for version less then 3.18 (#2651)
Diffstat (limited to 'bin/batch/ctestP.sl.in.cmake')
-rw-r--r--bin/batch/ctestP.sl.in.cmake7
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/batch/ctestP.sl.in.cmake b/bin/batch/ctestP.sl.in.cmake
index 1069fa9..599fee8 100644
--- a/bin/batch/ctestP.sl.in.cmake
+++ b/bin/batch/ctestP.sl.in.cmake
@@ -8,7 +8,8 @@
#SBATCH --job-name=h5_ctestP
cd @HDF5_BINARY_DIR@
-ctest . -R MPI_TEST_ -C Release -T test >& ctestP.out
-
-echo "Done running ctestP.sl"
+echo "Run parallel test command. Test output will be in build/ctestP.out"
+ctest -S ctest_parallel.cmake >& ctestP.out
+echo "Done running ctest parallel command."
+touch ctestP.done