Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Install a tesh.py dependency on travis (at least, try to)
[simgrid.git] / doc / doxygen / module-sd.doc
1 /** 
2 @defgroup SD_API      SimDag: Simulate 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.
12
13   @{
14   
15     @defgroup SD_host_api Hosts
16     @brief Host management
17
18     @defgroup SD_link_api Links
19     @brief Link management
20
21     @defgroup SD_task_api Tasks
22     @brief Task management
23
24     @defgroup SD_task_dependency_api Tasks dependencies
25     @brief Functions to specify the dependencies between tasks
26
27     @defgroup SD_storage_api Storages
28     @brief Storage management
29     
30     @defgroup SD_simulation Simulation
31     @brief Functions to create the environment and launch the simulation
32   @}
33 */
34