Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[Doc] Added documentation for --cfg=msg/debug_multiple_use
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Tue, 9 Jun 2015 16:06:59 +0000 (18:06 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Tue, 9 Jun 2015 17:05:36 +0000 (19:05 +0200)
doc/doxygen/options.doc

index 54ebb90..71e3b83 100644 (file)
@@ -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.
 
 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.
 \section options_smpi Configuring SMPI
 
 The SMPI interface provides several specific configuration items.