Add barrier-like semantics in PSCW for shared-memory operations.
When a window uses direct shared-memory operations that are
immediately issued internally, we cannot avoid synchronization during
the start operation. This patch synchronizes processes that reside on
the same node during start and the processes that do not reside on the
same node during complete.
Fixes #2041.
Signed-off-by:
Xin Zhao <xinzhao3@illinois.edu>
Please register or sign in to comment