Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

separate memory model support (WIP) #51

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

jeffhammond
Copy link
Member

some of these changes are necessary for the separate memory model.

do not merge yet. WIP.

Signed-off-by: Jeff Hammond <[email protected]>
Signed-off-by: Jeff Hammond <[email protected]>
Signed-off-by: Jeff Hammond <[email protected]>
Signed-off-by: Jeff Hammond <[email protected]>
with the separate memory model, there are scenarios where we want/need to synchronize the public and private window after all processes have completed ARMCI_AllFence.  ideally, GA calls ARMCI_Barrier in GA_Sync but since that isn't the case, we will add an option to call ARMCII_Sync (which calls MPI_Win_sync on all windows) inside of armci_msg_barrier (and similar), since we know that GA always calls this after it fences.

Signed-off-by: Jeff Hammond <[email protected]>
@jeffhammond jeffhammond self-assigned this Jul 16, 2024
@jeffhammond jeffhammond marked this pull request as ready for review October 27, 2024 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant