Skip to content

Commit

Permalink
Update content/threads_intro.tex
Browse files Browse the repository at this point in the history
Co-authored-by: James Dinan <[email protected]>
  • Loading branch information
wrrobin and jdinan authored Oct 3, 2024
1 parent 7360ca1 commit aa875fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/threads_intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@

\begin{enumerate}
\item
In the \CONST{SHMEM\_THREAD\_FUNNELED} and \CONST{SHMEM\_THREAD\_SERIALIZED}
thread levels, all invocations of \FUNC{shmem\_init\_thread} and
\FUNC{shmem\_finalize} must be made by the same thread.
In the \CONST{SHMEM\_THREAD\_FUNNELED}, \CONST{SHMEM\_THREAD\_SERIALIZED}, and
\CONST{SHMEM\_THREAD\_MULTIPLE} thread levels, the \FUNC{shmem\_finalize}
call must be invoked by the same thread that called \FUNC{shmem\_init\_thread}.

\item
Any \openshmem operation initiated by a thread is considered an action of the
\ac{PE} as a whole. The symmetric heap and symmetric variables scope are not
Expand Down

0 comments on commit aa875fd

Please sign in to comment.