Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Talk about the dot loader made by Jean-Noel Quintin
authorsuter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 12 Jul 2010 07:32:31 +0000 (07:32 +0000)
committersuter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 12 Jul 2010 07:32:31 +0000 (07:32 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8012 48e7efb5-ca39-0410-a469-dd3cf9ba447f

ChangeLog

index 8061f69..7fcaecf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,7 +19,10 @@ SimGrid (3.5) unstable; urgency=low
    simulated" (SD_RUNNABLE) used by the simulation kernel.
  * Add an example that scheduling a DAX on an heterogeneous platform
    using a Min-Min strategy
-   
+ * new function SD_dotload(char*) to load a DAG described in dot
+   format. This loader and the corresponding examples require the
+   installation of the graphviz library.
  XBT
  * New data container: setset (set of sets of elements)
  * New module: mmalloc (mapped malloc)