Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix reduce_scatter ompi
[simgrid.git] / doc / doxygen / use.doc
index 17f0116..b4821f0 100644 (file)
@@ -8,6 +8,8 @@ This page is under work -- sorry for the inconvinience (FIXME).
 - @subpage options
 - @subpage help
 
+\tableofcontents
+
 SimGrid comes with many examples provided in the examples/ directory.
 Those examples are described in section \ref MSG_examples . Those
 examples are commented and should be easy to understand. for a first
@@ -237,7 +239,7 @@ This initializes MSG, runs a simulation, and free all data-structures created by
 
 \paragraph MSG_ext_ms_platform Example of platform file
 
-\include msg/small_platform.xml
+\include platforms/small_platform.xml
 
 \section using_smpi Using SMPI
 You should check our online <a href="http://simgrid.gforge.inria.fr/tutorials.html"> tutorial section</a> that contains a dedicated tutorial.