X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ffb4f53786186038947a9c9159b93c80f5c7b76a..534d31e4fc62b248c646ad6e19518e8a7b11e048:/doc/modules.doc diff --git a/doc/modules.doc b/doc/modules.doc index b5b7ce8779..c8e5eb5a0c 100644 --- a/doc/modules.doc +++ b/doc/modules.doc @@ -30,6 +30,15 @@ */ +/** \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) @@ -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 -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