Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[Changelog] Added call location tracing.
[simgrid.git] / ChangeLog
index 2f1554e..8da0c8b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -113,6 +113,10 @@ SimGrid (3.13) stable; urgency=low
  * Various bug fixes to handle more codes
  * Remove the need for the --foreground option of smpirun (it is still
    accepted for backward compatibility).
+ * Call-location tracing for SMPI.
+   You can add the exact location (filename / linenumber) of an MPI call to 
+   your trace files and slow down or speed up the simulation between two 
+   consecutive calls by using an adjustment file. (See the documentation.)
 
  XBT
  * Kill the setset data container: MC don't use it anymore.