Logo AND Algorithmique Numérique Distribuée

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