summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2020-11-06 10:50:40 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-11-06 10:50:53 (GMT)
commit9201b3fa40a1cee598a90b3a0d90a40d27ddb49d (patch)
treec69fe4c369c3602cf4b766ae3d0e3c01cebff7cc /Help/manual
parent35594cd4346df779da3e14facee90561a37fe8be (diff)
parente620bb7293282d11291ca7969ee3c867f12b2264 (diff)
downloadCMake-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.rst14
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