From 02c2b58c214aee79feb20427c6e0a511482bea35 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 16 Jan 2020 15:07:28 +0100 Subject: [PATCH] Expunge Triva from the documentation too. --- docs/source/Configuring_SimGrid.rst | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/source/Configuring_SimGrid.rst b/docs/source/Configuring_SimGrid.rst index db03b0a01c..8ad746f8a4 100644 --- a/docs/source/Configuring_SimGrid.rst +++ b/docs/source/Configuring_SimGrid.rst @@ -876,24 +876,21 @@ you never used the tracing API. .. code-block:: shell - --cfg=tracing:yes --cfg=tracing/uncategorized:yes --cfg=triva/uncategorized:uncat.plist + --cfg=tracing:yes --cfg=tracing/uncategorized:yes - The first parameter activates the tracing subsystem, the second + The first parameter activates the tracing subsystem, and the second tells it to trace host and link utilization (without any - categorization) and the third creates a graph configuration file to - configure Triva when analysing the resulting trace file. + categorization). - MSG or SimDag-based simulator and categorized traces (you need to declare categories and classify your tasks according to them) .. code-block:: shell - --cfg=tracing:yes --cfg=tracing/categorized:yes --cfg=triva/categorized:cat.plist + --cfg=tracing:yes --cfg=tracing/categorized:yes - The first parameter activates the tracing subsystem, the second - tells it to trace host and link categorized utilization and the - third creates a graph configuration file to configure Triva when - analysing the resulting trace file. + The first parameter activates the tracing subsystem, and the second + tells it to trace host and link categorized utilization. - SMPI simulator and traces for a space/time view: -- 2.20.1