Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update changelog
authorAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 18 Aug 2019 21:37:52 +0000 (23:37 +0200)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 18 Aug 2019 21:37:52 +0000 (23:37 +0200)
ChangeLog

index 1847ee9..ba6035e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,7 +19,8 @@ SMPI:
  - Add support for MPI_Irsend, MPI_Rsend, MPI_Rsend_init
  - SMPI can now be selected by cmake's find_module(MPI) with
    MPI_C_COMPILER, MPI_CXX_COMPILER, MPI_Fortran_COMPILER variables.
- - Add support for MPI Errhandlers in Comm, File or Win. Default one is still set to MPI_ERRORS_RETURN.
+ - 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.
 
 Model-Checker:
  - Option model-checker/hash was removed. This is always activated now.