summaryrefslogtreecommitdiffstats
path: root/bin/batch/knl_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/knl_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/knl_ctestP.sl.in.cmake')
-rw-r--r--bin/batch/knl_ctestP.sl.in.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/batch/knl_ctestP.sl.in.cmake b/bin/batch/knl_ctestP.sl.in.cmake
index f985fbb..97bd2ad 100644
--- a/bin/batch/knl_ctestP.sl.in.cmake
+++ b/bin/batch/knl_ctestP.sl.in.cmake
@@ -9,8 +9,8 @@
#SBATCH --job-name=h5_ctestP
cd @HDF5_BINARY_DIR@
-#run parallel tests except t_cache_image test
-ctest . -R MPI_TEST_ -C Release -T test >& ctestP.out
-
-echo "Done running $CMD"
+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