X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d189e61368e9b88c5f1b80244897f9f8bd37e91c..04e0809e8f84f3ff4ab817b9bfe055ce88c5cc96:/ChangeLog 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)