Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
changelog
authorAugustin Degomme <adegomme@gmail.com>
Thu, 3 Oct 2019 12:57:19 +0000 (14:57 +0200)
committerAugustin Degomme <adegomme@gmail.com>
Thu, 3 Oct 2019 14:27:04 +0000 (16:27 +0200)
ChangeLog

index 5f5321f..9d49e18 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -43,6 +43,10 @@ SMPI:
    MPI_C_COMPILER, MPI_CXX_COMPILER, MPI_Fortran_COMPILER variables.
  - Add support for MPI Errhandlers in Comm, File or Win. Default errhandler is now
    MPI_ERRORS_ARE_FATAL, so codes which were sending warnings may start failing.
+ - trace-call-location can now be used with TI traces, and replayed.
+ - Default for trace-call-location is now to use file names and not full paths.
+   To revert to previous behaviour (in case of collision of filenames), option
+   "smpi/trace-call-use-absolute-path" can be set to yes.
 
 Model-Checker:
  - Use the included xxHash as an hash implem when C++14 is usable.