Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SMPI : add leak detection.
authorAugustin Degomme <adegomme@users.noreply.github.com>
Fri, 19 Feb 2021 01:08:35 +0000 (02:08 +0100)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Fri, 19 Feb 2021 01:08:35 +0000 (02:08 +0100)
commit8f29d9411160cd90ee8d2541c741daafb3f396c6
treeddff3463a1d0e52e5f5a45333c99aabc93be03b3
parent2e62e0fcfefb56c9029575c59857e25c5e336e37
SMPI : add leak detection.
Use f2c mechanism used to convert handles to integers for fortran.
Warn when leaks are found at the end of the simulation.
Add option --cfg=smpi/list-leaks:n to display first n leaks to the user (we can only display pointer and type).
13 files changed:
src/smpi/bindings/smpi_f77.cpp
src/smpi/include/smpi_f2c.hpp
src/smpi/include/smpi_op.hpp
src/smpi/internals/smpi_config.cpp
src/smpi/internals/smpi_global.cpp
src/smpi/mpi/smpi_comm.cpp
src/smpi/mpi/smpi_datatype.cpp
src/smpi/mpi/smpi_f2c.cpp
src/smpi/mpi/smpi_file.cpp
src/smpi/mpi/smpi_group.cpp
src/smpi/mpi/smpi_op.cpp
src/smpi/mpi/smpi_request.cpp
src/smpi/mpi/smpi_win.cpp