]> AND Public Git Repository - simgrid.git/blobdiff - ChangeLog
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The function ffs doesn't exist for windows, so we have to define it.
[simgrid.git] / ChangeLog
index f44f2268c6120122dfaf97caa76e46565689ea28..0f3cfdce50b1dc6b56958909e4b4aaa1f7d6b45e 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_READY (all
+   dependencies are satisfied) state. 
+   This prevents a confusion between the notion of "ready to schedule"
+   (SD_READY) 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)