From: Augustin Degomme Date: Sun, 18 Aug 2019 21:37:52 +0000 (+0200) Subject: update changelog X-Git-Tag: v3.24~157 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8abd4311d6ffe01da7c3e2690e396c867d15ff41?hp=14a764d0473e5137d70be1909b292579acb112ce;ds=sidebyside update changelog --- diff --git a/ChangeLog b/ChangeLog index 1847ee9a3a..ba6035e585 100644 --- 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.