X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8ad3be07848a402cc6a571e60ac1ccc02c46ea2b..b4d06d5a039456cb6e7313710fda6f060b76739c:/docs/source/Tutorial_MPI_Applications.rst diff --git a/docs/source/Tutorial_MPI_Applications.rst b/docs/source/Tutorial_MPI_Applications.rst index 355464a603..f39fb0bb02 100644 --- a/docs/source/Tutorial_MPI_Applications.rst +++ b/docs/source/Tutorial_MPI_Applications.rst @@ -67,7 +67,7 @@ time is reported into the simulator. Describing Your Platform ------------------------ -As a SMPI user, you are supposed to provide a description of your +As an SMPI user, you are supposed to provide a description of your simulated platform, that is mostly a set of simulated hosts and network links with some performance characteristics. SimGrid provides a plenty of :ref:`documentation ` and examples (in the @@ -256,7 +256,7 @@ Hands-on! --------- It is time to start using SMPI yourself. For that, you first need to -install it somehow, and then you will need a MPI application to play with. +install it somehow, and then you will need an MPI application to play with. Using Docker ............