Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[simgrid.git] / doc / doxygen / module-sd.doc
1 /** @defgroup SD_API      SimDag for DAG applications
2     @brief Programming environment for DAG applications
3
4 SimDag provides functionnalities to simulate parallel task scheduling
5 arranged in DAGs (Direct Acyclic Graphs). Only centralized algorithms
6 can be expressed with SimDag; consider using @ref MSG_API "MSG" for
7 distributed algorithms). 
8
9 SimDag is the oldest interface in SimGrid, even if it was temporarly
10 removed when the new superfast kernel was added in SimGrid v3.0.
11
12   @{
13   
14     @defgroup SD_host_api Hosts
15     @brief Host management
16
17     @defgroup SD_link_api Links
18     @brief Link management
19
20     @defgroup SD_task_api Tasks
21     @brief Task management
22
23     @defgroup SD_task_dependency_api Tasks dependencies
24     @brief Functions to specify the dependencies between tasks
25
26     @defgroup SD_storage_api Storages
27     @brief Storage management
28     
29     @defgroup SD_simulation Simulation
30     @brief Functions to create the environment and launch the simulation
31   @}
32 */
33