X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/abdc951defbcde044cf222da256ad85491a28340..de8c468e16941c2541d7d73681c940f1a167506c:/ChangeLog diff --git a/ChangeLog b/ChangeLog index b84978d171..d9e8d8cdab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,10 +19,28 @@ SimGrid (3.15) UNRELEASED; urgency=low - New callbacks: - s4u::onPlatformCreated: right before the simulation starts - s4u::onSimulationEnd: right after the main simulation loop + - s4u::onTimeAdvance: right after a clock change (time is discrete) - s4u::Host::onSpeedChange: when the pstate is changed, or when an event from the availability_file changes the avail speed. - Links are now usable from s4u +SimDag + - Backwards Compatibility breaks + - The SD_route_get_list and SD_route_get_size functions have been removed. + They are replaced by the unique + void sg_host_route(sg_host_t src, sg_host_t dst, xbt_dynar_t links) + The route from src to dst is built in the links dynar whose size can + be obtained with xbt_dynar_length. + - The SD_route_bandwidth and SD_route_latency functions have been replaced by + sg_host_route_bandwidth and sg_host_route_latency. Macros ensure the + backwards compatibility, but the new functions have to be preferred. + SMPI + - New algorithm for SMPI_SHARED_MALLOC: global, where all blocks are + mapped onto a unique file. + + XBT + - Kill the fifo data container: we don't use it anymore. + -- target_date=March 20 2017 -- Da SimGrid team SimGrid (3.14.159) stable; urgency=low