Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Improve an error message
[simgrid.git] / doc / modules.doc
index b5b7ce8..c8e5eb5 100644 (file)
 */
 
 
 */
 
 
+/** \defgroup SIMIX_API      SIMIX
+    \ingroup SimGrid_API
+    \brief POSIX-like interface for building simulation
+
+    This is a developer-level interface that should be useful only if you
+    plan to design a new interface for SimGrid.
+*/
+
+
 /** \defgroup GRAS_API      GRAS
     \ingroup SimGrid_API
     \brief Realistic programming environment (Grid Reality And Simulation)
 /** \defgroup GRAS_API      GRAS
     \ingroup SimGrid_API
     \brief Realistic programming environment (Grid Reality And Simulation)
@@ -138,7 +147,8 @@ SMPI_SAMPLE_GLOBAL. Of course, none of this will work if the execution
 time of your loop iteration are not stable.
 
 Yes, that's right, these macros are not documented yet, but we'll fix
 time of your loop iteration are not stable.
 
 Yes, that's right, these macros are not documented yet, but we'll fix
-it as soon as time permits. Sorry about that -- patch welcomed! 
+it as soon as time permits. Sorry about that -- patch welcomed!
+Meanwhile, grep for them on the examples for more information.
 
 \section SMPI_compiling Compiling your code
 
 
 \section SMPI_compiling Compiling your code