tskisner / pshmem

Utilities for MPI design patterns using shared memory.
BSD 2-Clause "Simplified" License
3 stars 0 forks source link

Explicitly free MPI shared window #2

Closed tskisner closed 4 years ago

tskisner commented 5 years ago

In some situations, mpi4py does not free the shared window at destruction time. We should do that explicitly in our destructor.

tskisner commented 4 years ago

This was fixed some time ago.