kamping-site / kamping

KaMPIng: (Near) zero-overhead MPI wrapper for modern C++
https://kamping-site.github.io/kamping/
GNU Lesser General Public License v3.0
24 stars 0 forks source link

Bypass instrumented `MPI_Type_free` for tests not using the type pool. #674

Closed niklas-uhl closed 3 months ago

niklas-uhl commented 3 months ago

Otherwise if multiple test use the same data type handle, it gets freed twice, which results in a assertions.