Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a deleted flag to keep track of invalid but not actually deleted handles
authorAugustin Degomme <adegomme@gmail.com>
Fri, 2 Apr 2021 09:23:03 +0000 (11:23 +0200)
committerAugustin Degomme <adegomme@gmail.com>
Fri, 2 Apr 2021 18:03:31 +0000 (20:03 +0200)
commitfb34ba00a93c76c71f171be1fdfdecc078c1c929
treead12af82e3c1b724658d4bdbc37c29695541ff4b
parent7d121309c6dd1618f611900232ad6a1746c71aa2
Add a deleted flag to keep track of invalid but not actually deleted handles
We can then crash if someone tries to use it later on.
just do it for Comm for now, will extend later.
src/smpi/include/private.hpp
src/smpi/include/smpi_f2c.hpp
src/smpi/mpi/smpi_comm.cpp