X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/155fa4a6f9826a1522c7378b3b5b694911db8032..bca3ef58b3169f9ad4d3e90d9d21696f823182e7:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 7953389df5..6ca3d3e3a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,8 @@ SimGrid (3.16) UNRELEASED - 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 + - state_file and avail_file periodicity is now easier to express + (check the documentation) the old behavior should still work. SimDag - New and Backwards Compatibility break: @@ -18,13 +20,19 @@ 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 - XBT/Replay: - - New function xbt_replay_action_get(): + XBT + - Replay: New function xbt_replay_action_get(): Retrieve the function previously associated to an event type. + - DROPPED FUNCTION: xbt_str_varsubst() + - DROPPED MODULE: strbuff. We don't need it anymore. -- Release target: June 21 2017 -- Da SimGrid team