X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c70507bd8c5d757ff5a798039c8dc4eaa25daceb..390c4ee50cea7f1cb52ffc4bd7435a7ad4e9cc75:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index 1a99bb0af6..5a570c5a52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,11 @@ TRACE - Introduced new function simgrid::s4u::Host::get_actor_count. This function returns the number of actors running on a specific host. + SMPI: + - Replay: The replay file has been re-written in C++. + - Replay: Tags used for messages sent via MPI_Send / MPI_Recv are now + supported. They are stored in the trace and used when replayed. + Fixed bugs: - #258: daemonized actors hang after all non-daemonized actors have completed