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

Misc: develop signal operations #94

Open
2 tasks
minsii opened this issue Mar 3, 2021 · 0 comments
Open
2 tasks

Misc: develop signal operations #94

minsii opened this issue Mar 3, 2021 · 0 comments
Labels
Milestone

Comments

@minsii
Copy link
Collaborator

minsii commented Mar 3, 2021

SHMEM_PUT_SIGNAL
SHMEM_PUT_SIGNAL_NBI
SHMEM_SIGNAL_FETCH

Starting point

  • Section 9.8 Signaling Operations in OpenSHMEM v1.5 spec
  • Can use MPI_Accumulate(REPLACE) as put + MPI_FETCH_AND_OP as signal. Because MPI guarantees the ordering of accumulate operations, thus completion of FOP ensures completion of the former ACC.

TODO

  • Implementation
  • 1 test program in tests/
@minsii minsii added this to the FY21-Q3Q4 milestone Mar 3, 2021
@minsii minsii removed the optional label Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant