Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The colorize(simgrid-colorizer) utility does not exist anymore.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 15 Jan 2023 13:49:37 +0000 (14:49 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 15 Jan 2023 13:50:56 +0000 (14:50 +0100)
[ci-skip]

CMakeLists.txt
docs/source/Tutorial_Algorithms.rst

index e6b59da..84fe7f3 100644 (file)
@@ -580,7 +580,6 @@ set(generated_files_to_clean
   ${CMAKE_BINARY_DIR}/bin/smpiff
   ${CMAKE_BINARY_DIR}/bin/smpif90
   ${CMAKE_BINARY_DIR}/bin/smpirun
-  ${CMAKE_BINARY_DIR}/bin/colorize
   ${CMAKE_BINARY_DIR}/bin/simgrid_update_xml
   ${CMAKE_BINARY_DIR}/examples/smpi/tracing/smpi_traced.trace
   )
index 3c6574d..7cf7773 100644 (file)
@@ -532,21 +532,6 @@ Discovering the Provided Code
       If you get an error stating that the simgrid module does not exist, you need to get a newer version of SimGrid. 
       You may want to take the tutorial from the docker to get the newest version.
 
-For a more "fancy" output, you can use simgrid-colorizer.
-
-.. code-block:: console
-
-   # Run C++ code
-   $ ./master-workers small_platform.xml master-workers_d.xml 2>&1 | simgrid-colorizer
-
-   # Run Python code
-   $ python master-workers.py small_platform.xml master-workers_d.xml 2>&1 | simgrid-colorizer
-
-If you installed SimGrid to a non-standard path, you may have to
-specify the full path to simgrid-colorizer on the above line, such as
-``/opt/simgrid/bin/simgrid-colorizer``. If you did not install it at all,
-you can find it in <simgrid_root_directory>/bin/colorize.
-
 For a classical Gantt-Chart visualization, you can use `Vite
 <http://vite.gforge.inria.fr/>`_ if you have it installed, as
 follows. But do not spend too much time installing Vite, because there