]> AND Public Git Repository - simgrid.git/blobdiff - doc/modules.doc
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make more clear that some entries are MSG specific
[simgrid.git] / doc / modules.doc
index 7163b6ebf7a96fdecbb1b9193c6ac41e312d0c71..10b92e03f6ea21b57c70302812b50bd0a366b9c8 100644 (file)
     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)