forked from ofiwg/libfabric
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prov/efa: reuse protection domain in same process address space
We currently are limited in the number of protection domains for EFA, which causes issues with newer versions of Open MPI that open a Libfabric domain in both the OFI MTL and BTL for a single rank. Although we plan to increase this limit in the future, we have to add a workaround to reuse a protection domain if possible in the meantime. Add a list of protection domains and reuse it during domain open. Signed-off-by: Robert Wespetal <[email protected]>
- Loading branch information
Showing
3 changed files
with
62 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters