X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dd96d5146134f3ff468a7835db49556c8e6225a5..9097e116ca8a9bf6eb09d4225c6c5d35407429f2:/docs/source/application.rst diff --git a/docs/source/application.rst b/docs/source/application.rst index c3acda1d50..8de98fd7e0 100644 --- a/docs/source/application.rst +++ b/docs/source/application.rst @@ -20,7 +20,7 @@ virtually executes on the simulated platform. You can express this application using one of the following interfaces. It is even possible to mix several interfaces in the same simulation. - - :ref:`Describing Algorithms with the S4U interface ` (in C++) + - :ref:`Describing Algorithms with the S4U interface ` (in C++ or Python) - :ref:`Simulating existing MPI programs with the SMPI toolsuite ` (in C, C++, or Fortran) - In some cases, you may want to replay an execution trace in the simulator. This @@ -44,8 +44,8 @@ to mix several interfaces in the same simulation. - We are currently working on the ability to modify any existing application so that it can run on top of SimGrid. This project, called `Remote-SimGrid - `_, is highly - experimental at this point. + `_, is somewhat + experimental but should be already usable. As you can see, SimGrid is very modular and can be used in many ways. We are working to improve it along two main directions. First,