Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Changed URLs to the correct one.
[simgrid.git] / doc / user_guide / doxygen / use.doc
index 59a81b0..fecf76e 100644 (file)
@@ -1,12 +1,22 @@
 /*! \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 SimGird we also provide some more detailed examples in the sections below.
+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/tutorials/"> 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/tutorials/"> tutorial section</a> that contains a dedicated tutorial. 
+\endhtmlonly
 
-Here are some examples on how to use MSG, the most used API.
 
 
+Here are some examples on how to use MSG, the most used API.
+
+tr
 MSG comes with an extensive set of examples. It is sometimes difficult
 to find the one you need. This list aims at helping you finding the
 example from which you can learn what you want to.
@@ -148,7 +158,7 @@ and an external description of the deployment.
 
 \paragraph MSG_ext_ms_master Master code
 
-This function has to be assigned to a m_process_t that will behave as
+This function has to be assigned to a msg_process_t that will behave as
 the master. It should not be called directly but either given as a
 parameter to #MSG_process_create() or registered as a public function
 through #MSG_function_register() and then automatically assigned to a
@@ -222,6 +232,10 @@ This initializes MSG, runs a simulation, and free all data-structures created by
 \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/tutorials/"> 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,32 @@ 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/tutorials/"> 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/tutorials/"> tutorial section</a> that contains a dedicated tutorial. 
+\endhtmlonly
+
+\section using_trace Using Trace
+Check out the \ref tracing section.
+\htmlonly
+You should check our online <a href="http://simgrid.gforge.inria.fr/tutorials/"> 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/tutorials/"> 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/tutorials/"> tutorial section</a> that contains a dedicated tutorial. 
+\endhtmlonly
+
 
 */