From: Martin Quinson Date: Thu, 16 Feb 2017 22:26:20 +0000 (+0100) Subject: document my last changes X-Git-Tag: v3_15~331 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f839eb970ab526d492ea8d11d6bf10a7ef9225f4 document my last changes --- diff --git a/ChangeLog b/ChangeLog index 547185db7b..a2e8770916 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,6 +23,10 @@ SimGrid (3.15) UNRELEASED; urgency=low - 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 + + 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.