Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove MSG. Its EOL was scheduled for 2020
[simgrid.git] / doc / doxygen / module-index.doc
index 0f252d6..3e0c376 100644 (file)
@@ -8,15 +8,15 @@
 @brief Gather data about your simulation for later analysis
 
 SimGrid can trace the resource (of hosts and links) utilization using
-any of its programming interfaces (MSG, SimDAG and SMPI). This means
+any of its programming interfaces (S4U, SimDAG and SMPI). This means
 that the tracing will register how much power is used for each host
 and how much bandwidth is used for each link of the platform.
 
 The idea of the tracing facilities is to give SimGrid users to
-possibility to classify MSG and SimDAG tasks by category, tracing the
+possibility to classify S4U and SimDAG tasks by category, tracing the
 platform utilization (hosts and links) for each of the categories.
 The API enables the declaration of categories and a function to
-associate them to the tasks (MSG and SD). The tasks that are not
+associate them to the tasks (S4U and SD). The tasks that are not
 classified according to a category are not traced. If no categories
 are specified, simulations can still be traced using a special
 parameter in the command line (see @ref outcomes_vizu for details).