X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/75fbadefcaf2c0e4311ae3204a7bd3e30e256eb7..0321eed9a43eb7c7c7ce8ce0274963c5a4ade6ad:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index 8776e692e5..a60dfcf6b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,10 +15,13 @@ S4U: Comm::set_payload_size() to change the size of the simulated data. - New function: Engine::flatify_platform(), to get a fully detailed vision of the configured platform. + - Full simDAG integration: Activity::start() actually starts only when all dependencies + are fullfiled. If it cannot be started right away, it will start as soon as it becomes + possible. Kernel: - - optimize an internal datastructure, leading to a potentially big - performance gain (in particular with many detached comms) + - optimize an internal datastructure (use a set instead of a list for ongoing activities), + leading to a potentially big performance gain, in particular with many detached comms. MPI: - New option smpi/barrier-collectives to add a barrier to some collectives @@ -40,11 +43,17 @@ Models: with the default host model, as it should. - Rename option "surf/precision" to "precision/timing" for clarity. - Rename option "maxmin/precision" to "precision/work-amount" for clarity. + - New function: Engine::flatify_platform() to debug your platform. sthread: - Implement pthread_join in MC mode. - Implement semaphore functions in sthread. +Model checking: + - Synchronize the MBI tests with upstream. + - Show the full actor bactraces when replaying a MC trace (with model-check/replay) + and the status of all actors on deadlocks in MC mode. + XBT: - simgrid::xbt::cmdline and simgrid::xbt::binary_name are gone. Please use simgrid::s4u::Engine::get_cmdline() instead.