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
Description: existing atomic operations (AMO) are blocking (i.e., return when it is locally completed). They are implemented by using corresponding MPI accumulate operation + MPI_Win_flush_local . The new nonblocking version can be directly translated to MPI accumulate operation.
Description: existing atomic operations (AMO) are blocking (i.e., return when it is locally completed). They are implemented by using corresponding MPI accumulate operation +
MPI_Win_flush_local
. The new nonblocking version can be directly translated to MPI accumulate operation.Starting point
src/internal/amo_impl.h
in OSHMPITODO
The text was updated successfully, but these errors were encountered: