X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4c973838831fbfc14675fd437af1e8b060cb8a3a..c1e56323157c8f68e07e33fa5a676712213c0013:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 4614f28ffa..ba6035e585 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,9 +19,12 @@ 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 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. + - New option smpi/buffering controls the MPI buffering in MC mode. - MPI calls now MC_assert() that no MPI_ERR_* code is returned. This is useful to check for MPI compliance.