X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2a95f36c429931dffc77527c07637d74af84af94..08f744b9a55745ac1b1dcf0ed2ea735471cd7f89:/docs/source/application.rst diff --git a/docs/source/application.rst b/docs/source/application.rst index 8de98fd7e0..37115930b0 100644 --- a/docs/source/application.rst +++ b/docs/source/application.rst @@ -28,7 +28,7 @@ to mix several interfaces in the same simulation. your application is decomposed as a list of event handlers that are fired according to the trace. SimGrid comes with a build-in support for MPI traces (with solutions to import traces captured by several - MPI profilers). You can reuse this mecanism for any kind of trace + 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 one of the legacy interfaces: :ref:`MSG