-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
posix: add numa support to RMA shared memory window code
Similarly to pt2pt fastbox integration this patch decomposes current single shared segment into multiple segments, one per NUMA node, that can then be separately bound using hwloc. Moreover, when using symheap either all single segment allocations succeed or none of them does. If a symheap segment allocation fails all the previous should be reverted. In order to accomplish this the new function: `MPIDI_CH4R_release_shm_symheap` has been introduced.
- Loading branch information
Giuseppe Congiu
committed
Feb 12, 2019
1 parent
f99604f
commit 6b11e8d
Showing
3 changed files
with
267 additions
and
59 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
Oops, something went wrong.