Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add option smpi/errors-are-fatal to allow users to bypass MPI errors returned by...
authorAugustin Degomme <adegomme@gmail.com>
Mon, 14 Jun 2021 12:07:41 +0000 (14:07 +0200)
committerAugustin Degomme <adegomme@gmail.com>
Mon, 14 Jun 2021 12:07:41 +0000 (14:07 +0200)
commit3718b81f92488f30d14590c0b69b13c3843604d5
treecd694c8d0b7cd95a6e8800a03bb2689112e19ca5
parent1e77f9b669473408dae3f99f8cb0d95a822b9053
Add option smpi/errors-are-fatal to allow users to bypass MPI errors returned by SMPI.
This basically sets the default errhandler to MPI_ERRORS_RETURN if set to false.
ChangeLog
docs/source/Configuring_SimGrid.rst
src/smpi/include/smpi_comm.hpp
src/smpi/include/smpi_config.hpp
src/smpi/include/smpi_win.hpp
src/smpi/internals/smpi_config.cpp
src/smpi/mpi/smpi_comm.cpp
src/smpi/mpi/smpi_file.cpp