summaryrefslogtreecommitdiffstats
path: root/bin/batch/knl_ctestS.sl.in.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'bin/batch/knl_ctestS.sl.in.cmake')
-rw-r--r--bin/batch/knl_ctestS.sl.in.cmake9
1 files changed, 4 insertions, 5 deletions
diff --git a/bin/batch/knl_ctestS.sl.in.cmake b/bin/batch/knl_ctestS.sl.in.cmake
index af6353b..87c4a48 100644
--- a/bin/batch/knl_ctestS.sl.in.cmake
+++ b/bin/batch/knl_ctestS.sl.in.cmake
@@ -9,9 +9,8 @@
#SBATCH --job-name=h5_ctestS
cd @HDF5_BINARY_DIR@
-CMD="ctest . -E MPI_TEST_ -C Release -j 32 -T test"
-
-echo "Run $CMD. Test output will be in build/ctestS.out"
-$CMD >& ctestS.out
-echo "Done running $CMD"
+echo "Run command. Test output will be in build/ctestS.out"
+ctest -S ctest_serial.cmake >& ctestS.out
+echo "Done running command."
+touch ctestS.done