Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Generate doc only if it is necessary. Set enable_doc option.
[simgrid.git] / ChangeLog
index f44f226..0f3775e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,7 +11,13 @@ SimGrid (3.5) unstable; urgency=low
  * Change the return type of SD_Simulate from (SD_task_t*) into
    xbt_dynar_t. This function was in handling a dynar internally and
    converted it into a NULL terminated array for historical reasons.
+ * Rename the SD_READY (all dependencies are satisfied and task is
+   scheduled) state in SD_RUNNABLE and define a new SD_SCHEDULABLE (all
+   dependencies are satisfied) state. 
+   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.
+   
  XBT
  * New data container: setset (set of sets of elements)
  * New module: mmalloc (mapped malloc)