This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
e8b148318f
CMake
/
Tests
/
RunCMake
/
ctest_test
/
CTestTestLoadInvalid-stderr...
2 lines
44 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ctest: Optionally avoid starting tests that may exceed a given CPU load Add a TestLoad setting to CTest that can be set via a new --test-load command-line option, CTEST_TEST_LOAD variable, or TEST_LOAD option to the ctest_test command. Teach cmCTestMultiProcessHandler to measure the CPU load and avoid starting tests that may take more than the spare load currently available. The expression <current_load> + <test_processors> <= <max-load> must be true to start a new test. Co-Author: Zack Galbreath <zack.galbreath@kitware.com>
2015-06-09 15:50:44 +03:00
^Invalid value for 'CTEST_TEST_LOAD' : ERR2