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

Per PE Quiet #317

Closed
manjugv opened this issue Nov 24, 2019 · 1 comment · Fixed by #316
Closed

Per PE Quiet #317

manjugv opened this issue Nov 24, 2019 · 1 comment · Fixed by #316
Assignees
Milestone

Comments

@manjugv
Copy link
Collaborator

manjugv commented Nov 24, 2019

Problem :

To complete all RMA operations that are posted from a particular PE to a particular target PE, the OpenSHMEM programs can call shmem_quiet. The shmem_quiet operation, however, completes the RMA operations from the calling PE to all PEs. For system configuration, where shmem_quiet is expensive this is unnecessary overhead.

Proposal :

Introduce PE specific completion routines that complete RMA operations from the calling PE to the target PE

shmem_pe_quiet(target_pe)
shmem_ctx_pe_quiet(ctx, target_pe)

PR describing the interface and semantics

Impact on Users:

This provides a light-weight alternative for shmem_quiet if the OpenSHMEM programs desire to complete operations from the calling PE to the target PE. There is no change in semantics for the current shmem_fence interface.

Impact on implementation:

Implementations will have to implement the new interface shmem_pe_quiet(target_pe) and its context variants shmem_ctx_quiet(ctx, int target_pe)

@manjugv
Copy link
Collaborator Author

manjugv commented Jul 19, 2021

Threads WG Discussion: Will read in the next spec meeting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants