Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
smpi topo : a topo can be shared between some comm (duplicates), but there was no...
authorAugustin Degomme <adegomme@users.noreply.github.com>
Thu, 28 May 2020 15:30:51 +0000 (17:30 +0200)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Thu, 28 May 2020 15:35:10 +0000 (17:35 +0200)
commite1552e8f04faf687626d1849f52e67981f1169b7
tree799bc0be62ea40c4ab110932975d9bae59439ded
parent2c9526a3d18e373a7fbeb6b7ba74b2597ada5d8a
smpi topo : a topo can be shared between some comm (duplicates), but there was no refcounting.
Try to switch to a shared_ptr to avoid segfaults or leaks...
src/smpi/bindings/smpi_pmpi_topo.cpp
src/smpi/include/smpi_comm.hpp
src/smpi/include/smpi_topo.hpp
src/smpi/mpi/smpi_comm.cpp
src/smpi/mpi/smpi_topo.cpp