Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename file for consistency.
[simgrid.git] / doc / doxygen / tracing.doc
index 418b103..3b2a827 100644 (file)
@@ -174,6 +174,33 @@ tracing/smpi/group
 --cfg=tracing/smpi/group:1
 \endverbatim
 
+\li <b>\c
+tracing/smpi/computing
+</b>:
+  This option only has effect if this simulator is SMPI-based. The parts external
+to SMPI are also outputted to the trace. Provides better way to analyze the data automatically.
+\verbatim
+--cfg=tracing/smpi/computing:1
+\endverbatim
+
+\li <b>\c
+tracing/smpi/internals
+</b>:
+  This option only has effect if this simulator is SMPI-based. Display internal communications
+happening during a collective MPI call.
+\verbatim
+--cfg=tracing/smpi/internals:1
+\endverbatim
+
+\li <b>\c
+tracing/smpi/display_sizes
+</b>:
+  This option only has effect if this simulator is SMPI-based. Display the sizes of the messages
+exchanged in the trace, both in the links and on the states. For collective, size means the global size of data sent by the process in general.
+\verbatim
+--cfg=tracing/smpi/display_sizes:1
+\endverbatim
+
 \li <b>\c
 tracing/msg/process
 </b>: