You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
The text was updated successfully, but these errors were encountered:
Starting point
MPI_Accumulate(REPLACE)
asput
+MPI_FETCH_AND_OP
assignal
. Because MPI guarantees the ordering of accumulate operations, thus completion of FOP ensures completion of the former ACC.TODO
The text was updated successfully, but these errors were encountered: