Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sphinx-compatible declaration of s4u::ActorPtr and co
[simgrid.git] / docs / source / application.rst
1 .. _application:
2
3 .. raw:: html
4
5    <object id="TOC" data="graphical-toc.svg" width="100%" type="image/svg+xml"></object>
6    <script>
7    window.onload=function() { // Wait for the SVG to be loaded before changing it
8      var elem=document.querySelector("#TOC").contentDocument.getElementById("ApplicationBox")
9      elem.style="opacity:0.93999999;fill:#ff0000;fill-opacity:0.1;stroke:#000000;stroke-width:0.35277778;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1";
10    }
11    </script>
12    <br/>
13    <br/>
14
15 Describing your Application
16 ***************************
17
18 Every SimGrid simulation entails a distributed application, that
19 virtually executes on the simulated platform. This application can
20 be either an existing MPI program (if you use the SMPI interface), or
21 a program specifically written to execute within SimGrid, using one of
22 the dedicated APIs.
23
24 .. include:: app_s4u.rst
25
26 .. include:: app_smpi.rst
27
28 .. include:: app_legacy.rst