From 35cc497bf908717eb1a79afc41d09a4694d0640d Mon Sep 17 00:00:00 2001 From: suter Date: Thu, 17 Jun 2010 12:05:37 +0000 Subject: [PATCH] mention the new SimDag example talk about the dynar function added by Mehdi git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7891 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0f3775ea37..f033707598 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,12 +17,15 @@ SimGrid (3.5) unstable; urgency=low This prevents a confusion between the notion of "ready to schedule" (SD_SCHEDULABLE) used in DAG scheduling and that of "ready to be simulated" (SD_RUNNABLE) used by the simulation kernel. + * Add an example that scheduling a DAX on an heterogeneous platform + using a Min-Min strategy XBT * New data container: setset (set of sets of elements) * New module: mmalloc (mapped malloc) * New function: xbt_dict_cursor_set_data() * New function: xbt_dynar_sort() + * New function: xbt_dynar_is_empty() * New function: xbt_fifo_get_last_item() * Bug fix in xbt_dynar_shrink(): use the right element size * Use library init/fini functions for our initialization. -- 2.20.1