summaryrefslogtreecommitdiff
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-07-02 10:00:51 -0400
committerCMake Topic Stage <kwrobot@kitware.com>2015-07-02 10:00:51 -0400
commitd59ab785858d8028eb9452a61571ffa688d90136 (patch)
tree7cfd577bbbe87c753028185c20f1b2f7a6e997db /Modules
parent3ae8e84ef5c94e5fa250b4e2466aa6632a233bb2 (diff)
parentf62d301b9257542f5460902c400af3f947f10a66 (diff)
downloadcmake-d59ab785858d8028eb9452a61571ffa688d90136.tar.gz
Merge topic 'ctest-test-load'
f62d301b ctest: Optionally avoid starting tests that may exceed a given CPU load 07c550ca cmCTestMultiProcessHandler: Refactor RUN_SERIAL implementation 8bf5a80b cmSystemTools: Add StringToULong helper dffc307c Tests: Teach RunCMake infrastructure to optionally timeout
Diffstat (limited to 'Modules')
-rw-r--r--Modules/DartConfiguration.tcl.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in
index 37a0a408ed..918b407bf6 100644
--- a/Modules/DartConfiguration.tcl.in
+++ b/Modules/DartConfiguration.tcl.in
@@ -95,6 +95,10 @@ SlurmRunCommand: @SLURM_SRUN_COMMAND@
# Currently set to 25 minutes
TimeOut: @DART_TESTING_TIMEOUT@
+# During parallel testing CTest will not start a new test if doing
+# so would cause the system load to exceed this value.
+TestLoad: @CTEST_TEST_LOAD@
+
UseLaunchers: @CTEST_USE_LAUNCHERS@
CurlOptions: @CTEST_CURL_OPTIONS@
# warning, if you add new options here that have to do with submit,