Skip to content

Commit

Permalink
Inclusion of text from PR #507
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrol aderholdt committed Aug 23, 2024
1 parent e40b263 commit 02a539a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions content/execution_model.tex
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,20 @@ \subsection{Progress of OpenSHMEM Operations}\label{subsec:progress}

The \openshmem model assumes that computation and communication are naturally
overlapped. \openshmem programs are expected to exhibit progression of
communication both with and without \openshmem calls. Consider a \ac{PE} that is
communication both with and without \openshmem calls. For point-to-point
operations, consider a \ac{PE} that is
engaged in a computation with no \openshmem calls. Other \acp{PE} should be able
to communicate (e.g., \OPR{put}, \OPR{get}, \OPR{atomic}, etc.) and
complete communication operations with that computationally-bound \ac{PE}
without that \ac{PE} issuing any explicit \openshmem calls. One-sided \openshmem
communication calls involving that \ac{PE} should progress regardless of when
that \ac{PE} next engages in an \openshmem call.
that \ac{PE} next engages in an \openshmem call. Similarly,
for non-blocking collectives, consider the \acp{PE} that are part of a team
issuing a non-blocking collective and overlapping collective completion with
computation. Once a non-blocking collective operation is initiated by
all of the \acp{PE} in the team of the collective, any \ac{PE} in the team must
eventually observe completion through a call to \FUNC{shmem\_req\_test} or a
call to \FUNC{shmem\_req\_wait}.

\parimpnotes{
An \openshmem implementation for hardware that does not provide
Expand Down

0 comments on commit 02a539a

Please sign in to comment.