Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Minor cleanups.
[simgrid.git] / docs / source / application.rst
index 39ee5c6..6ccf536 100644 (file)
@@ -31,8 +31,8 @@ to mix several interfaces in the same simulation.
    MPI profilers). You can reuse this mechanism for any kind of trace
    that you want to replay, for example to study how a P2P DHT overlay
    reacts to a given workload.
- - Simulating algorithms with the legacy interface: :ref:`MSG for distributed
-   algorithms <MSG_doc>` (in :ref:`C <MSG_doc>`). SimGrid was founded in 1998, and many interfaces were proposed
+ - Simulating algorithms with the legacy interface in C: :ref:`MSG for distributed
+   algorithms <MSG_doc>`. SimGrid was founded in 1998, and many interfaces were proposed
    along the way. MSG (introduced around 2002) is still present in SimGrid. It
    does not evolve anymore, but given its popularity, it will not be removed
    until at least 2020. That being said, our goal is to make S4U so useful that