1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
.. SimGrid documentation master file
Welcome to SimGrid's documentation!
===================================
.. TODO
..
.. Change the content of this page to integrate the verbose content of the webpage.
.. The toctrees should be made hidden to only live as a sidebar.
.. The webpage should be made light, graphical and nice looking.
.. toctree::
:maxdepth: 1
:caption: Tutorials:
Simulating Algorithms <tuto_s4u.rst>
Simulating MPI Applications <tuto_smpi.rst>
.. toctree::
:maxdepth: 2
:caption: User Manual:
Introduction <introduction.rst>
Main Concepts <intro_concepts.rst>
Installing SimGrid <intro_install.rst>
Start your Own Project <intro_yours.rst>
Describing your Application <application.rst>
The S4U Interface <app_s4u.rst>
The SMPI Interface <app_smpi.rst>
The MSG Interface <app_msg.rst>
The Java Bindings <app_java.rst>
Describing the Simulated Platform <platform.rst>
Describing the Experimental Scenario <scenario.rst>
Configuring SimGrid <scenar_config.rst>
The SimGrid Models <models.rst>
Simulation Outcomes <outcomes.rst>
Use Cases and Howto <howto.rst>
The SimGrid Community <community.rst>
Frequently Asked Questions <faq.rst>
.. Cheat Sheet on the sublevels
..
.. # with overline, for parts
.. * with overline, for chapters
.. =, for sections
.. -, for subsections
.. ^, for subsubsections
.. ", for paragraphs
|