diff options
author | Craig Scott <craig.scott@crascit.com> | 2020-11-06 10:50:40 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-11-06 10:50:53 (GMT) |
commit | 9201b3fa40a1cee598a90b3a0d90a40d27ddb49d (patch) | |
tree | c69fe4c369c3602cf4b766ae3d0e3c01cebff7cc /Help/manual | |
parent | 35594cd4346df779da3e14facee90561a37fe8be (diff) | |
parent | e620bb7293282d11291ca7969ee3c867f12b2264 (diff) | |
download | CMake-9201b3fa40a1cee598a90b3a0d90a40d27ddb49d.zip CMake-9201b3fa40a1cee598a90b3a0d90a40d27ddb49d.tar.gz CMake-9201b3fa40a1cee598a90b3a0d90a40d27ddb49d.tar.bz2 |
Merge topic 'help_ctest_cuda_memcheck'
e620bb7293 Help: Add cuda-memcheck to CTest documentation
fb98883e2b CTest: Add cuda-memcheck to Dart and CTest module
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5469
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/ctest.1.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index b5bb1c1..e947232 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -1142,6 +1142,20 @@ Additional configuration settings include: * `CTest Script`_ variable: none * :module:`CTest` module variable: ``DRMEMORY_COMMAND_OPTIONS`` +``CudaMemcheckCommand`` + Specify a ``MemoryCheckCommand`` that is known to be a command-line + compatible with cuda-memcheck or compute-sanitizer. + + * `CTest Script`_ variable: none + * :module:`CTest` module variable: ``CUDA_MEMCHECK_COMMAND`` + +``CudaMemcheckCommandOptions`` + Specify command-line options to the ``CudaMemcheckCommand`` tool. + They will be placed prior to the test command line. + + * `CTest Script`_ variable: none + * :module:`CTest` module variable: ``CUDA_MEMCHECK_COMMAND_OPTIONS`` + .. _`CTest Submit Step`: CTest Submit Step |