Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
At this point of the program simgrid values are not to be trusted as we had a segfault.
[simgrid.git] / ChangeLog
index 547185d..d9e8d8c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,20 @@ SimGrid (3.15) UNRELEASED; urgency=low
      event from the availability_file changes the avail speed.
  - Links are now usable from s4u
 
+SimDag
+ - Backwards Compatibility breaks
+    - The SD_route_get_list and SD_route_get_size functions have been removed. 
+      They are replaced by the unique 
+         void sg_host_route(sg_host_t src, sg_host_t dst, xbt_dynar_t links)
+      The route from src to dst is built in the links dynar whose size can 
+      be obtained with xbt_dynar_length.
+ - The SD_route_bandwidth and SD_route_latency functions have been replaced by
+      sg_host_route_bandwidth and sg_host_route_latency. Macros ensure the 
+      backwards compatibility, but the new functions have to be preferred.
+ SMPI
+ - New algorithm for SMPI_SHARED_MALLOC: global, where all blocks are
+   mapped onto a unique file.
+
  XBT
  - Kill the fifo data container: we don't use it anymore.