X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5039b5173e59b6da9f849e09d9de348adbefd25e..98f86232eb9857c8c31067d5db378a6ad417165c:/doc/modules.doc diff --git a/doc/modules.doc b/doc/modules.doc index 7163b6ebf7..10b92e03f6 100644 --- a/doc/modules.doc +++ b/doc/modules.doc @@ -121,9 +121,9 @@ SimDag provides some functionnalities to simulate parallel task scheduling with DAGs models (Direct Acyclic Graphs). The old versions of SimGrid were based on DAGs. But the DAG part (named SG) - was removed in SimGrid 3 because the new kernel (SURF) was implemented. SURF + was removed in SimGrid 3 because the new kernel (\ref SURF_API) was implemented. \ref SURF_API was much faster and more flexible than SG and did not use DAGs. - SimDag is a new implementation of DAGs handling and it is built on top of SURF. + SimDag is a new implementation of DAGs handling and it is built on top of \ref SURF_API. \section SD_who Who should use this (and who shouldn't)