https://github.com/Kitware/CMake
Raw File
Tip revision: f59513140bf086eda2029c5b4e950fc58216c06e authored by Brad King on 22 July 2016, 13:26:11 UTC
CMake 3.6.1
Tip revision: f595131
PROCESSORS.rst
PROCESSORS
----------

How many process slots this test requires

Denotes the number of processors that this test will require.  This is
typically used for MPI tests, and should be used in conjunction with
the ctest_test PARALLEL_LEVEL option.
back to top