From: Martin Quinson Date: Thu, 26 Oct 2023 14:26:11 +0000 (+0200) Subject: Document recent changes X-Git-Tag: v3.35~89^2~47 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ea24b6c8ef304061262c504fa8130a4864f4983a Document recent changes --- diff --git a/ChangeLog b/ChangeLog index 893664d9bc..605242b95a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,11 +8,16 @@ S4U: on symmetric routes. - Introduce a Mailbox::get_async() with no payload parameter. You can use the new Comm::get_payload() once the communication is over to retrieve the payload. + - Implement recursive mutexes. Simply pass true to the constructor to get one. 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 +sthread: + - Implement recursive pthreads. + - Many bug fixes. + 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.