X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3be42dfedcdefd7afb54822c3724178ac7e7d587..d7b2c371723103b75db546556cd53cc7be5f6f88:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 02714ed607..9776b48a65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ MC: - Rework the internals, for simpler and modern code. This shall unlock many future improvements. - You can now define plugins onto SafetyChecker (a simple DFS explorer), using the declared signals. See CommunicationDeterminism for an example. + - Support mutex in DPOR reduction + - Seems to work on Arm64 architectures too. SMPI: - fix for FG#100 by ensuring small asynchronous messages never overtake larger @@ -21,6 +23,7 @@ Fixed bugs (FG#.. -> FramaGit bugs; FG!.. -> FG merge requests) (FG: issues on Framagit; GH: issues on GitHub) - FG#100: [SMPI] Order of the message matching is not guaranteed - FG#101: LGPL 2.1 is deprecated license + - GH#151: Missing mutexes for DPOR. ----------------------------------------------------------------------------