From 5027beca885c26a95cd1c8187d99054d671b5841 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Sun, 15 Jan 2023 14:49:37 +0100 Subject: [PATCH] The colorize(simgrid-colorizer) utility does not exist anymore. [ci-skip] --- CMakeLists.txt | 1 - docs/source/Tutorial_Algorithms.rst | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e6b59daab2..84fe7f3210 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ) diff --git a/docs/source/Tutorial_Algorithms.rst b/docs/source/Tutorial_Algorithms.rst index 3c6574dd23..7cf77734df 100644 --- a/docs/source/Tutorial_Algorithms.rst +++ b/docs/source/Tutorial_Algorithms.rst @@ -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 /bin/colorize. - For a classical Gantt-Chart visualization, you can use `Vite `_ if you have it installed, as follows. But do not spend too much time installing Vite, because there -- 2.20.1