Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add errhandlers support for mpi_comm_world
authorAugustin Degomme <adegomme@gmail.com>
Tue, 2 Mar 2021 15:00:07 +0000 (16:00 +0100)
committerAugustin Degomme <adegomme@gmail.com>
Tue, 2 Mar 2021 22:37:13 +0000 (23:37 +0100)
commit7c1d0d9fa3ca4306867b1caebf1ce6dd330517b8
tree57e3634bd0bf82cbc146eb3879e9628cfd4cc797
parent0b3265e38ff10e05e52480954a9ceb27d2a1bf0e
add errhandlers support for mpi_comm_world
As this communicator is actually shared, every process was overriding the errhandler, leading to using the same for every process, and leaking the others.
src/smpi/include/smpi_comm.hpp
src/smpi/mpi/smpi_comm.cpp