X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a1e25c3df3ccc322ac4cf785d666b86777f9dac2..06461662337a4831f2d69e3b0afe5cbe17ed9474:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 73bddf23db..827ae25d50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,10 @@ SimGrid (3.19) NOT RELEASED YET (target: March 20 2018, 16:15:27 UTC) - Fix MSG_task_get_remaining_work_ratio() to return 1.0 for tasks that have not started. + Documentation + - Use a graphical TOC to make it easier to find the documentation you need + - Revamp the MSG tutorial + S4U - Execution->setHost() can be called after start() to migrate it. - Comm::test_any() is now implemented. @@ -12,6 +16,9 @@ SimGrid (3.19) NOT RELEASED YET (target: March 20 2018, 16:15:27 UTC) XBT - Remove XBT_LOG_CONNECT, it should be useless nowadays. + SimDag + - SD_task_dependency_add(): remove unused parameters 'name' and 'data'. + SMPI - The privatization of global variables via mmap() is now significantly more flexible and allows the use of daemons with SMPI and to add new processes @@ -26,6 +33,9 @@ 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".