From: degomme Date: Mon, 20 Mar 2017 10:53:13 +0000 (+0100) Subject: Update changelog X-Git-Tag: v3_15~63 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5cf4c3f53b0c87642433c9f9d50d1001732f14c0 Update changelog --- diff --git a/ChangeLog b/ChangeLog index e90a44a3f9..e024b06507 100644 --- a/ChangeLog +++ b/ChangeLog @@ -50,6 +50,7 @@ SimGrid (3.15) UNRELEASED; urgency=low - Major C++ rewrite ongoing (SMPI used to be C compiled in C++). This can break codes that were using internals of SMPI (from private.h instead of the public smpi.h). - Bump our claim of support from MPI 1.1 to MPI 2.2. We don't support 100% of it, but it should be enough. Contact us if not. + - MPI_Win_lock/unlock support added (as for all RMA, implementation is naive and probably inaccurate) - New algorithm for SMPI_SHARED_MALLOC: global, where all blocks are mapped onto a unique file. - Bugfix : smpirun was sometimes misusing hostfile when wrongly terminated