From: Augustin Degomme Date: Mon, 21 Mar 2022 20:17:27 +0000 (+0100) Subject: Changelog update X-Git-Tag: v3.31~6 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b0f9396aa3400d1760be2795b37046f7e5048b59 Changelog update --- diff --git a/ChangeLog b/ChangeLog index c3c960cb44..d7d7af067f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,6 +23,9 @@ SMPI: - tracing: ensure that we dump the TI traces continuously during execution and not just at the end, reducing memory cost and performance hit. - Update OpenMPI collectives selection logic to match current one (4.1.2) + - Add a coherence check for collective operation order and root/MPI_Op + coherence. Potentially costly so not activated unless smpi:pendantic is set + or -analyze is given. S4U: - New signal: Engine::on_simulation_start_cb()