From: Martin Quinson Date: Sun, 30 Jan 2022 17:01:39 +0000 (+0100) Subject: Document the next release. I think we're good to go X-Git-Tag: v3.30~2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7079a27c6d37e246cfc2c747548131e97f3693e4?hp=fd63ee1209432ec704c56e6699b21cb3495c7c27 Document the next release. I think we're good to go --- diff --git a/ChangeLog b/ChangeLog index e9d0082d61..f3222da414 100644 --- a/ChangeLog +++ b/ChangeLog @@ -47,6 +47,7 @@ SMPI: - Dynamic costs for MPI operations: New API to allow users to dynamically change injected costs for MPI_Recv, MPI_Send and MPI_Isend operations. Alternative for smpi/or, smpi/os and smpi/ois configuration options. + - Fix some issues with the replay mechanism. XBT: - Function xbt::Extendable::get_data() is now templated with the type of the diff --git a/NEWS b/NEWS index f4865329b8..197dfca486 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,7 @@ __ _____ _ __ ___(_) ___ _ __ |___ / |___ / / _ \ * SimDAG is finally removed, fully superseeded by S4U. * New documentation on calibrating MPI. - * + * The Algorithms tutorial can now be taken in Python. * (+ many bug fixes and internal refactoring) _ _____ ____ ___ __ _____ _ __ ___(_) ___ _ __ |___ / |___ \ / _ \ diff --git a/docs/source/Release_Notes.rst b/docs/source/Release_Notes.rst index 0d19872a4c..6e332882a6 100644 --- a/docs/source/Release_Notes.rst +++ b/docs/source/Release_Notes.rst @@ -444,3 +444,6 @@ new feature are: On the bindings front, we dropped the Lua bindings to create new platforms, as the C++ and Python interfaces are much better to that extend. Also, the algorithm tutorial can now be taken in Python, for those of you alergic to C++. + +Finally, on the SMPI front, we introduced a new documentation section on calibrating the SMPI models from your measurements and fixed some issues +with the replay mechanism.