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
- Failure in window Post and Complete routines
- Failure in Put with 1 byte for Dynamic windows
- Failure in Accumulate with noncontig dt
- Hang in PSCW
- Flush every attached win in fence for dynamic win
Signed-off-by: Mamzi Bayatpour <[email protected]>
Co-authored-by: Tomislav Janjusic <[email protected]>
@@ -181,14 +192,14 @@ int ompi_osc_ucx_complete(struct ompi_win_t *win) {
181
192
for (i=0; i<size; i++) {
182
193
uint64_tremote_addr=module->state_addrs[module->start_grp_ranks[i]] +OSC_UCX_STATE_COMPLETE_COUNT_OFFSET; // write to state.complete_count on remote side
0 commit comments