X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ebfac0edb85c7b691b8c073e77bcb68f2b1fdda1..d50d059ea12035662120f56d1ed5bd9289474193:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 281a60aefb..b35e98a0a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,10 +16,14 @@ SMPI: Python: - Make the host_load plugin available from Python. See examples/python/plugin-host-load - Mailbox::get_async() does not return a pair anymore. Use comm.get_payload() instead. - - Comm::waitall() is gone. Please use ActivitySet() instead. + - Comm::waitall/waitany/testany() are gone. Please use ActivitySet() instead. - Comm::waitallfor() is gone too. Its semantic was unclear on timeout anyway. - Io::waitany() and waitanyfor() are gone. Please use ActivitySet() instead. +C API: + - Introduce sg_activity_set_t and deprecate wait_all/wait_any/test_any for + Exec, Io and Comm. + ---------------------------------------------------------------------------- SimGrid (3.34) June 26. 2023