Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Document the next release. I think we're good to go
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 30 Jan 2022 17:01:39 +0000 (18:01 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 30 Jan 2022 17:01:39 +0000 (18:01 +0100)
ChangeLog
NEWS
docs/source/Release_Notes.rst

index e9d0082..f3222da 100644 (file)
--- 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 f486532..197dfca 100644 (file)
--- 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)
                     _               _____  ____   ___
 __   _____ _ __ ___(_) ___  _ __   |___ / |___ \ / _ \
index 0d19872..6e33288 100644 (file)
@@ -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.