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
global/src/onesided.c uses a global variable ProcListPerm to locally permute MPI ranks at the initiator of put/get/acc calls in order to avoid contention by always servicing targets in a monotonically increasing order.
Make this thread safe with appropriate malloc()/free() within the scope of the functions.
The text was updated successfully, but these errors were encountered:
global/src/onesided.c uses a global variable ProcListPerm to locally permute MPI ranks at the initiator of put/get/acc calls in order to avoid contention by always servicing targets in a monotonically increasing order.
Make this thread safe with appropriate malloc()/free() within the scope of the functions.
The text was updated successfully, but these errors were encountered: