Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added some stuff about deployment to please Fred. Corrected some stuff.
[simgrid.git] / doc / user_guide / doxygen / use.doc
index b612461..a403dac 100644 (file)
@@ -1,6 +1,18 @@
 /*! \page use Using SimGrid
 
+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 step into SimGrid we also provide some more detailed examples in the sections below. 
+
+\htmlonly
+You should also check our online <a href="http://simgrid.gforge.inria.fr/101/index.php"> tutorial section</a> that contains a generic tutorial about using SimGrid. 
+\endhtmlonly
+
+
 \section using_msg Using MSG
+\htmlonly
+You should also check our online <a href="http://simgrid.gforge.inria.fr/101/index.php"> tutorial section</a> that contains a dedicated tutorial. 
+\endhtmlonly
+
+
 
 Here are some examples on how to use MSG, the most used API.
 
@@ -217,11 +229,13 @@ This initializes MSG, runs a simulation, and free all data-structures created by
 
 \include msg/small_platform.xml
 
-
-
 \section using_gras Using GRAS
 
 Here are some examples on how to use GRAS.
+\htmlonly
+You should also check our online <a href="http://simgrid.gforge.inria.fr/101/index.php"> tutorial section</a> that contains a dedicated tutorial. 
+\endhtmlonly
+
 
 
     There is for now rather few examples of GRAS, but it's better than
@@ -589,6 +603,31 @@ Here are some examples on how to use GRAS.
     \skip client
     \until end_of_client
 
+\section using_smpi Using SMPI
+\htmlonly
+You should check our online <a href="http://simgrid.gforge.inria.fr/101/index.php"> tutorial section</a> that contains a dedicated tutorial. 
+\endhtmlonly
+
+\section using_MC Using Model Checking
+\htmlonly
+You should check our online <a href="http://simgrid.gforge.inria.fr/101/index.php"> tutorial section</a> that contains a dedicated tutorial. 
+\endhtmlonly
+
+\section using_trace Using Trace
+\htmlonly
+You should check our online <a href="http://simgrid.gforge.inria.fr/101/index.php"> tutorial section</a> that contains a dedicated tutorial. 
+\endhtmlonly
+
+\section using_simdag Using SimDag
+\htmlonly
+You should check our online <a href="http://simgrid.gforge.inria.fr/101/index.php"> tutorial section</a> that contains a dedicated tutorial. 
+\endhtmlonly
+
+\section using_simix Using SIMIX
+\htmlonly
+You should check our online <a href="http://simgrid.gforge.inria.fr/101/index.php"> tutorial section</a> that contains a dedicated tutorial. 
+\endhtmlonly
+
 
 */