PROCESSORS.rst 679 B

12345678910111213141516
  1. PROCESSORS
  2. ----------
  3. Set to specify how many process slots this test requires.
  4. If not set, the default is ``1`` processor.
  5. Denotes the number of processors that this test will require. This is
  6. typically used for MPI tests, and should be used in conjunction with
  7. the :command:`ctest_test` ``PARALLEL_LEVEL`` option.
  8. This will also be used to display a weighted test timing result in label and
  9. subproject summaries in the command line output of :manual:`ctest(1)`. The wall
  10. clock time for the test run will be multiplied by this property to give a
  11. better idea of how much cpu resource CTest allocated for the test.
  12. See also the :prop_test:`PROCESSOR_AFFINITY` test property.