From: suter Date: Mon, 12 Jul 2010 07:32:31 +0000 (+0000) Subject: Talk about the dot loader made by Jean-Noel Quintin X-Git-Tag: v3_5~807 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/04e0809e8f84f3ff4ab817b9bfe055ce88c5cc96?hp=d189e61368e9b88c5f1b80244897f9f8bd37e91c Talk about the dot loader made by Jean-Noel Quintin git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8012 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/ChangeLog b/ChangeLog index 8061f69ba9..7fcaecf0ed 100644 --- 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)