Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Avoid C-style array.
[simgrid.git] / ChangeLog
index dee30f0..c5f6463 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,10 @@ New features:
    associated example (examples/cpp/plugin-prodcons).
 
 S4U:
+ - New: s4u::Comm::wait_all_for() (like s4u::Comm::wait_all, but with a timeout),
+        s4u::Io::wait_any(), s4u::Io::wait_any_for().
+ - Methods test_all/test_any/wait_all/wait_any in s4u now take their vector
+   parameter by reference, instead of a pointer.
  - Fixed a bug where Activity::wait_for() killed the activity on timeout.
    Explicitly cancel the activity to get back to previous behavior.
 
@@ -32,7 +36,7 @@ SMPI:
     It should now work with smpi/auto-shared-malloc-thresh.
   - Improve error handling and reporting in multiple places
   - Improve correctness checks on the MPI code.(MPI_Op and MPI_Datatype
-    validity checks, truncated messages are now an error, return errors 
+    validity checks, truncated messages are now an error, return errors
     when explicitely deleted handles are reused, ...)
   - RMA: multiple fixes and stability improvements.
   - analysis (-analyze flag in smpirun):