X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2e4f7439b31d1a92f0ebb8f2082d3108a79e13cf..5969ba39561f1fc29557ebf2c9d38ac8fccdd036:/doc/modules.doc diff --git a/doc/modules.doc b/doc/modules.doc index 1c606f892c..23e30d601a 100644 --- a/doc/modules.doc +++ b/doc/modules.doc @@ -6,19 +6,12 @@ \brief The core toolbox of SimGrid, containing usefull datatypes, portability support and so on. -
Top [\ref index] -
Other modules [\ref SURF_API] [\ref MSG_API] [\ref GRAS_API] [\ref AMOK_API] [\ref SMPI_API] -
Down [\ref XBT_syscall]
*/ /** \defgroup SURF_API SURF \ingroup SimGrid_API \brief Kernel of all the simulators used in SimGrid, and associated models. -
Top [\ref index] -
Related modules [\ref XBT_API] -
Other modules [\ref MSG_API] [\ref GRAS_API] [\ref AMOK_API] [\ref SMPI_API]
- SURF provides the core functionnalities to simulate a virtual platform. It is very low-level and is not intended to be used as such but rather to serve as a basis for higher-level simulators. @@ -38,10 +31,6 @@ \ingroup SimGrid_API \brief Simple programming environment -
Top [\ref index] -
Related modules [\ref XBT_API] -
Other modules [\ref SURF_API] [\ref GRAS_API] [\ref AMOK_API] [\ref SMPI_API]
- MSG was the first distributed programming environment provided within SimGrid. While almost realistic, it remains quite simple (simplistic?). @@ -61,11 +50,6 @@ \ingroup SimGrid_API \brief Realistic programming environment (Grid Reality And Simulation) -
Top [\ref index] -
Related modules [\ref XBT_API] [\ref AMOK_API] -
Other modules [\ref SURF_API] [\ref MSG_API] [\ref SMPI_API] -
Down [\ref GRAS_dd]
- GRAS provides a complete API to implement distributed application on top of heterogeneous plateforms. In addition to the SimGrid implementation of this interface (allowing you to work on your application within the @@ -96,10 +80,6 @@ \ingroup SimGrid_API \brief Distributed toolkit built over \ref GRAS_API (Advanced Metacomputing Overlay Kit) -
Top [\ref index] -
Related modules [\ref XBT_API] [\ref GRAS_API] -
Other modules [\ref SURF_API] [\ref MSG_API] [\ref SMPI_API]
- AMOK provides several tools useful to most applications built on top of GRAS, but yet not belonging to GRAS itself. It is planned that those modules will be changed to real plugins one day, allowing users to load only the needed parts at @@ -111,10 +91,6 @@ \ingroup SimGrid_API \brief Programming environment for the simulation of MPI applications -
Top [\ref index] -
Related modules [\ref XBT_API] -
Other modules [\ref SURF_API] [\ref GRAS_API] [\ref AMOK_API] [\ref MSG_API]
- Once implemented, this programming environment will allow you to study within the simulator any MPI application without having to modify them for that. In other words, it will constitute an emulation solution for