X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/19d960b39f76697f0de77a09768f8e5b89f0c8b4..4429a5bdc377b1e8e1e6b1eefc3c56a5f251a47d:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 1bc9b8ced4..e8b8c0383a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,13 @@ SimGrid (3.16) UNRELEASED - FreeBSD: Disable SMPI mmap privatization, switch automatically to dlopen. - Mac, BSD: dlopen+thread broken, switch automatically to raw contexts. + XML platforms: Switch to platform v4.1 format. + * This is a backward compatible change: v4 are valid v4.1 files + - can be used as a synonym for the now deprecated + - an be used as a synonym for the now deprecated + - an be used as a synonym for the now deprecated + - can be used as a synonym for the now deprecated + SimDag - New and Backwards Compatibility break: SD_simulate_with_update (double how_long, xbt_dynar_t changed_tasks_dynar) @@ -11,6 +18,10 @@ SimGrid (3.16) UNRELEASED simulation round, s/he has to allocate and free a dynar and use it as argument to this function. The former SD_simulate (double how_long) now returns void. + MSG + - The netzone are now available from the MSG API. + The old names still work, but are now deprecated. + SMPI - New algorithm to privatize globals: dlopen, with dynamic loading tricks - New option: smpi/keep-temps to not cleanup temp files