Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Small improvements to the changelog and doc
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 14 Jul 2021 00:23:13 +0000 (02:23 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 14 Jul 2021 00:23:21 +0000 (02:23 +0200)
I think the changelog is now complete

ChangeLog
docs/source/Configuring_SimGrid.rst

index 9eba399..8293799 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,6 +27,7 @@ S4U:
    parameter by reference, instead of a pointer.
  - Fixed a bug where Activity::wait_for() killed the activity on timeout.
    Explicitly cancel the activity to get back to previous behavior.
+ - New: Link::set_concurrency_limit() to limit the amount of concurrent flows.
 
 SMPI:
  - The default SMPI compiler flags are no more taken from the environment.
@@ -98,6 +99,9 @@ XBT:
 Documentation:
  - New tutorial: Model-checking and formal assessment
  - New sections: "Demystifying the routing" and "C++ platforms"
+ - Update and improve the part on visualization in MPI and Algo tutorials.
+ - Improve the section on routing: how to define it, how it's used internally
+ - Fix many issues, broken links and missing references in doxygen and Sphinx
 
 LUA:
  - Lua platform files are deprecated. Their support will be dropped after v3.31.
index 71d9361..936857d 100644 (file)
@@ -1341,8 +1341,8 @@ It might affect the total timing by the cost of a barrier.
 
 .. _cfg=smpi/errors-are-fatal:
 
-Render MPI errors non-fatal
-...........................
+Disable MPI fatal errors
+........................
 
 **Option** ``smpi/errors-are-fatal`` **default:** on