Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv simdag/simdag.h simgrid/simdag.h
[simgrid.git] / ChangeLog
index 5cdf3a6..1bc285f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,10 +3,14 @@ SimGrid (3.12) NOT RELEASED; urgency=low
  cMSG:
  * Interface improvement:
    - Rename MSG_host_is_avail(h) to MSG_host_is_on(h)
+   - Rename MSG_task_set_compute_duration(t) to MSG_task_set_flops_amount(t)
+   - Rename MSG_task_set_data_size(t) to MSG_task_set_bytes_amount(t)
+     Rename MSG_task_get_data_size(t) to MSG_task_get_bytes_amount(t)
    - Massive cleanups in the functions related to the energy
  jMSG:
  * Interface improvement:
    - Rename Host.isAvail() to Host.isOn()
+   - Rename Process.currentProcess() to Process.getCurrentProcess()
    
  SIMIX:
  * New functions
@@ -63,7 +67,13 @@ SimGrid (3.12) NOT RELEASED; urgency=low
    - Add a xbt_heap_update function, to avoid costly xbt_heap_remove+xbt_heap_insert use 
    - Add a xbt wrapper for simcall_mutex_trylock (asked in [#17878])
    - Add two new log appenders : rollfile and splitfile. Patch by Fabien Chaix.
-
+ Build System
+  * Tracing is now always enabled (no way to turn it out)
+  * Move headers around to sort them out on installed systems:
+    - instr/instr.h  -> simgrid/instr.h
+    - instr/jedule/* -> simgrid/jedule
+    - simdag/datatypes.h was removed
+    - simdag/simdag.h -> simgrid/simdag.h
 
  -- $date Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>