Skip to content

Commit

Permalink
realm: make sure rma put completions are pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
streichler committed Dec 17, 2021
1 parent 27ad25c commit e400159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/realm/gasnetex/gasnetex_internal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1711,7 +1711,7 @@ namespace Realm {
// no more completion replies, but do pushing if there are
// ready packets
ncomps = 0;
do_push = has_ready_packets;
do_push = has_ready_packets || !put_head.load();
}
}
} else {
Expand Down

0 comments on commit e400159

Please sign in to comment.