From 21a706df6efa2ff38e8877041905bf8617c25aad Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Tue, 9 Jun 2015 18:06:59 +0200 Subject: [PATCH 1/1] [Doc] Added documentation for --cfg=msg/debug_multiple_use --- doc/doxygen/options.doc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/doxygen/options.doc b/doc/doxygen/options.doc index 54ebb900e9..71e3b8300f 100644 --- a/doc/doxygen/options.doc +++ b/doc/doxygen/options.doc @@ -680,6 +680,21 @@ Please, use these two parameters (for comments) to make reproducible simulations. For additional details about this and all tracing options, check See the \ref tracing_tracing_options. +\section options_msg Configuring MSG + +\subsection options_msg_debug_multiple_use Debugging MSG + +Sometimes your application may try to send a task that is still being +executed somewhere else, making it impossible to send this task. However, +for debugging purposes, one may want to know what the other host is/was +doing. This option shows a backtrace of the other process. + +Enable this option by adding + +\verbatim +--cfg=msg/debug_multiple_use:on +\endverbatim + \section options_smpi Configuring SMPI The SMPI interface provides several specific configuration items. -- 2.20.1