X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dcdbe520db1b38159e0e00863c3731475c07325f..b0f9396aa3400d1760be2795b37046f7e5048b59:/ChangeLog 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()