X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/09bb62f11f55964b402d295d0d42d5f679f965fc..828a01a713bfef3f1e9e40e2ab396af78187359a:/doc/module-gras.doc diff --git a/doc/module-gras.doc b/doc/module-gras.doc index bca306402e..635e0ea85f 100644 --- a/doc/module-gras.doc +++ b/doc/module-gras.doc @@ -28,8 +28,9 @@ - \ref GRAS_globals: The use of globals is forbidden since the "processes" are threads in simulation mode. \n This is how to let GRAS handle your globals properly. - - \ref GRAS_cond: How to declare specific code for the simulation mode - or for the real mode. + - \ref GRAS_emul: Support to emulate code excution (ie, reporting + execution time into the simulator and having code sections specific + to simulation or to real mode). - Project management tools: Here are some tools which may help you setting up a GRAS project.\n Setting up and building a GRAS application is complicated by the @@ -58,7 +59,7 @@ /** \defgroup GRAS_timer Timers */ /** \defgroup GRAS_globals Globals */ - /** \defgroup GRAS_cond Conditional execution */ + /** \defgroup GRAS_emul Emulation support */ /** \defgroup GRAS_virtu Syscalls */ /** @} */