Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mention the new SimDag example
authorsuter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 17 Jun 2010 12:05:37 +0000 (12:05 +0000)
committersuter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 17 Jun 2010 12:05:37 +0000 (12:05 +0000)
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

index 0f3775e..f033707 100644 (file)
--- 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.
    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()
    
  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.
  * 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.