Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
let's see if this finds more coverage reports
[simgrid.git] / ChangeLog
index 3dc42c3..d6e32b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,6 +36,13 @@ Platform description & visualization:
     demonstrates how we can generate a nice graphical representation of the
        platform.
 
+General:
+  - SimGrid now requires a compiler with C++17 support.
+  - Modified the host_by_name functions:
+    - Now, they return only hosts, not VMs, and in a much more efficient way.
+       - If one wants to find a VM by name, he now needs to know the host on
+       which it runs and call vm_by_name (or manually iterate over the list of hosts)
+
 Tools:
   - Enhancements to the graphicator tool:
        - Allow to dump the platform topology as a CSV file representing the edges
@@ -48,6 +55,7 @@ Fixed bugs (FG#.. -> FramaGit bugs; FG!.. -> FG merge requests)
  - FG#109: Application time reported by --cfg=smpi/display-timing:yes is wrong
  - FG!109: Trigger new engine solve upon host events such as host on/off
  - FG#110: Wait_any does not trigger new model solve when host events occur
+ - FG#111: Wrong execution time in rare cases when using multicore
 
 ----------------------------------------------------------------------------