X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d09b6d83ee00344fd67cfdc6895fe46f41ee37f6..390f07ace843ed23ed4d2a1d26f90148d07836ad:/doc/doxygen/module-sd.doc diff --git a/doc/doxygen/module-sd.doc b/doc/doxygen/module-sd.doc index 0bb49538cf..90276fac3c 100644 --- a/doc/doxygen/module-sd.doc +++ b/doc/doxygen/module-sd.doc @@ -1,13 +1,16 @@ -/** @defgroup SD_API SimDag for DAG applications - @brief Programming environment for DAG applications +/** +@defgroup SD_API SimDag: Legacy handling of DAG algorithms +@brief Programming environment for DAG applications -SimDag provides functionnalities to simulate parallel task scheduling +SimDag provides functionalities to simulate parallel task scheduling arranged in DAGs (Direct Acyclic Graphs). Only centralized algorithms can be expressed with SimDag; consider using @ref MSG_API "MSG" for distributed algorithms). -SimDag is the oldest interface in SimGrid, even if it was temporarly -removed when the new superfast kernel was added in SimGrid v3.0. +SimDag is the oldest interface in SimGrid, even if it was temporarily +removed when the new superfast kernel was added in SimGrid v3.0. It +will certainly be deprecated by future releases of the S4U API, when +inter-activity dependencies are added. @{