Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sharedfp/sm: close the named semaphore
in case a named semaphore is used, it is necessary to close the semaphore to remove all sm segments. sem_unlink just removes the name references once all proceeses have closed the sem. This is a cherry-pick of commit 4d995bd Fixes issue: open-mpi#4336 Signed-off-by: Edgar Gabriel <[email protected]> sharedfp/sm: unlink only needs to be called by one process Signed-off-by: Edgar Gabriel <[email protected]>
- Loading branch information