mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
In commit v2.8.0~170 (ENH: Added ctest test options PROCESSORS and RUN_SERIAL, 2009-09-07) CTest learned to track the number of processors allocated to running tests in order to balance it against the desired level of parallelism. Extend this idea by introducing a new `PROCESSOR_AFFINITY` test property to ask that CTest run a test with the CPU affinity mask set. This will allow a set of tests that are running concurrently to use disjoint CPU resources.
7 lines
240 B
ReStructuredText
7 lines
240 B
ReStructuredText
ctest-affinity
|
|
--------------
|
|
|
|
* A :prop_test:`PROCESSOR_AFFINITY` test property was added to request
|
|
that CTest run a test with CPU affinity for a set of processors
|
|
disjoint from other concurrently running tests with the property set.
|