SimGrid
3.21
Versatile Simulation of Distributed Systems
|
Functions to specify the dependencies between tasks.
This section describes the functions for managing the dependencies between the tasks.
Functions | |
void | SD_task_dependency_add (SD_task_t src, SD_task_t dst) |
void | SD_task_dependency_remove (SD_task_t src, SD_task_t dst) |
int | SD_task_dependency_exists (SD_task_t src, SD_task_t dst) |