X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4162371b78c31feadbadb6ea3b73eeb69ed1da6d..eb3b33df5b52a1aadfeaaf21545ff4340ce3f68a:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 23512565e2..8761b39261 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,7 +7,7 @@ SimGrid (3.19) NOT RELEASED YET (target: March 20 2018, 16:15:27 UTC) S4U - Execution->setHost() can be called after start() to migrate it. - Comm::test_any() is now implemented. - - s4u::Actor now has an onCreation() signal. + - s4u::Actor now has onCreation() and onDestruction() signals. XBT - Remove XBT_LOG_CONNECT, it should be useless nowadays. @@ -17,7 +17,7 @@ SimGrid (3.19) NOT RELEASED YET (target: March 20 2018, 16:15:27 UTC) flexible and allows the use of daemons with SMPI and to add new processes while the simulation is running. (Adding new SMPI instances after the simulation has already started should also be technically doable now.) - - Removed index notion from SMPI -- no more "getPid() - 1"! + - Removed index notion from SMPI -- no more "getPid() - 1"! This also means that the trace files now contain actors called rank-. These are NOT the real ranks, because tracing several communicators right now is not supported. @@ -26,6 +26,12 @@ SimGrid (3.19) NOT RELEASED YET (target: March 20 2018, 16:15:27 UTC) Fixed bugs: - #245: migrating an actor does not migrate its execution + PLATFORM: + - Rename FULLDUPLEX into SPLITDUPLEX (old name still accepted) + + TRACING + - Remove unused run-time parameter "tracing/onelink-only". + SimGrid (3.18) Released December 24 2017 The "Ho Ho Ho! SimGrid 4 beta is coming to town" release.