From e474b7f1374fa1ec39d4c5fc32a47baf4db3ded4 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 21 May 2021 10:03:19 +0200 Subject: [PATCH] Add a word to the tutorial for older versions of SimGrid Closes https://framagit.org/simgrid/simgrid/-/issues/69 --- ChangeLog | 1 + docs/source/Tutorial_Algorithms.rst | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 41eea7478e..c48206465c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -30,6 +30,7 @@ Fixed bugs (FG#.. -> FramaGit bugs; FG!.. -> FG merge requests) - FG#47: Complete and fix tests from teshuite/s4u/activity-lifecycle - FG#64: Configuring smpi/IB-penalty-factors - FG#67: Running computation concurrently with MPI_Iallreduce + - FG#68: Tutorial misleading users of pre-v3.26 versions of SimGrid - GH#322: Issue when an actor kills his host vm ---------------------------------------------------------------------------- diff --git a/docs/source/Tutorial_Algorithms.rst b/docs/source/Tutorial_Algorithms.rst index 74b64c3427..1b3f38b1d5 100644 --- a/docs/source/Tutorial_Algorithms.rst +++ b/docs/source/Tutorial_Algorithms.rst @@ -418,6 +418,11 @@ is a better way to visualize SimGrid traces (see below). .. image:: /tuto_s4u/img/vite-screenshot.png :align: center +.. note:: + + If you use an older version of SimGrid (before v3.26), you should use + ``--cfg=tracing/msg/process:yes`` instead of ``--cfg=tracing/actor:yes``. + If you want the full power to visualize SimGrid traces, you need to use R. As a start, you can download this `starter script `_ -- 2.20.1