diff options
Diffstat (limited to 'Help/prop_test/PROCESSORS.rst')
-rw-r--r-- | Help/prop_test/PROCESSORS.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/prop_test/PROCESSORS.rst b/Help/prop_test/PROCESSORS.rst new file mode 100644 index 0000000..763b6d0 --- /dev/null +++ b/Help/prop_test/PROCESSORS.rst @@ -0,0 +1,8 @@ +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. |