X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8c7988580207b11a5d1b03fd892e1d68ad0788a3..f9de85055aad497b71cb6a2484096228acfa0432:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 8e7bc3a968..71afbb0eaa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,24 @@ TRACE - Change --cfg=tracing/msg/vm to --cfg=tracing/vm as virtual machine behavior tracing is no longer limited to MSG + S4U: + - Introduced new function simgrid::s4u::Host::get_actor_count. This function + returns the number of actors running on a specific host. + + Simix: + - Add parameter --cfg=simix/breakpoint to raise a SIGTRAP at given time. + + 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. + + XBT: + - Config: the C API is now deprecated (will be removed in 3.23), and + the C++ API has been slightly improved. + Fixed bugs: + - #143: Setting a breakpoint at a given time - #258: daemonized actors hang after all non-daemonized actors have completed ----------------------------------------------------------------------------