Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mpi_comm_self was cleaned after mpi finalization during actor deletion, which was...
authorAugustin Degomme <adegomme@gmail.com>
Wed, 3 Mar 2021 11:54:33 +0000 (12:54 +0100)
committerAugustin Degomme <adegomme@gmail.com>
Wed, 3 Mar 2021 11:54:33 +0000 (12:54 +0100)
commit2f03f13fefaaa547d3eaf5084d573976e4f4f765
treede6448ce0f075fd44d4c57784d7fd62e50f83f6a
parent137c0138d26b47cf57235d31777d554d9ce432f1
mpi_comm_self was cleaned after mpi finalization during actor deletion, which was annoying (after leaks check).
Have it done at MPI_Finalize level.
src/smpi/internals/smpi_actor.cpp
src/smpi/mpi/smpi_comm.cpp