X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/365a83d3a1407923acccab758f9225e11408b5c6..b1245e5ecc0f1eb4e2b76edac0004005e8c9a514:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 1ef61d16df..d41a80e34a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ -SimGrid (3.34.1) not released (Target: fall 2023) +SimGrid (3.35.1) not released (target: Feb 24) + + +---------------------------------------------------------------------------- + +SimGrid (3.35) November 23. 2023 + +The "Thanks Giving up stateful model-checking" release. Stateless model checking remains. S4U: - New class ActivitySet to ease wait_any()/test_any()/wait_all() @@ -39,6 +46,7 @@ SMPI: - New SMPI_app_instance_join(): wait for the completion of a started MPI instance - MPI_UNIVERSE_SIZE now initialized to the total amount of hosts in the platform - Memory usage due to SMPI for non-MPI actors greatly reduced. + - New implemented calls: MPI_Isendrecv, MPI_Isendrecv_replace sthread: - Allow to use on valgrind-observed or gdb-observed processes.