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

Public GIT Repository
Update changelog
[simgrid.git] / ChangeLog
index a2e877091634ec1daeabd4cb7e7b5d5f8131b7e9..dcd8fb0d66af9aaa8afadd06f410da3bc65838ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,10 +23,35 @@ SimGrid (3.15) UNRELEASED; urgency=low
    - s4u::Host::onSpeedChange: when the pstate is changed, or when an
      event from the availability_file changes the avail speed.
  - Links are now usable from s4u
- SMPI:
+
+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
+ - Bump our claim of support from MPI 1.1 to MPI 2.2. We don't support 100% of 
+   it, but it should be enough. Contact us if not.
  - New algorithm for SMPI_SHARED_MALLOC: global, where all blocks are
    mapped onto a unique file.
+ - Privatization now works on FreeBSD
+ - Bugfix : smpirun was sometimes misusing hostfile when wrongly terminated
+ - Fortran : cleanups, fixes, support of user-added operations
+ - RMA : MPI_Accumulate are applied in correct order, and 
+   MPI_Win_complete or MPI_Win_post shouldn't miss messages anymore.
+ - Better support for MPI_IN_PLACE
+ - Support MPI_Comm_group_create, MPI_Type_size_x
+ - Replace implementation of MPI_Bcast "scatter followed by rdb allgather"
+   algorithm by a non failing one from mpich.
+
+ MC
+ - now works on FreeBSD
 
  XBT
  - Kill the fifo data container: we don't use it anymore.