From 88ed36bc8542cd80c4181a934da093c0bd2347e8 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 19 Feb 2021 19:46:49 +0100 Subject: [PATCH] document a recently added option --- docs/source/Configuring_SimGrid.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/source/Configuring_SimGrid.rst b/docs/source/Configuring_SimGrid.rst index d420c7155b..11a0fc9962 100644 --- a/docs/source/Configuring_SimGrid.rst +++ b/docs/source/Configuring_SimGrid.rst @@ -168,6 +168,7 @@ Existing Configuration Items - **smpi/simulate-computation:** :ref:`cfg=smpi/simulate-computation` - **smpi/test:** :ref:`cfg=smpi/test` - **smpi/wtime:** :ref:`cfg=smpi/wtime` +- **smpi/list-leaks** :ref:`cfg=smpi/list-leaks` - **Tracing configuration options** can be found in Section :ref:`tracing_tracing_options` @@ -1468,6 +1469,16 @@ to be broken out of and reset each time your code asks for the current time. If the simulation speed really matters to you, you can avoid this extra delay by setting smpi/wtime to 0. +.. _cfg=smpi/list-leaks: + +Report leaked MPI objects +......................... + +**Option** ``smpi/list-leaks`` **default:** 0 + +This option controls whether to report leaked MPI objects. +The parameter is the number of leaks to report. + Other Configurations -------------------- -- 2.20.1