Skip to content

Commit

Permalink
Merge pull request #13 from manjugv/topic/thread_intro
Browse files Browse the repository at this point in the history
Clarification on Thread Intro
  • Loading branch information
manjugv authored Feb 16, 2020
2 parents 88c948b + 98c11a2 commit e8f2bac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions content/threads_intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@
In addition, a blocked thread will not prevent the progress of \openshmem calls
performed on other \acp{PE}.

\item In the \CONST{SHMEM\_THREAD\_MULTIPLE} thread level, all \openshmem calls are thread-safe.
Any two concurrently running threads may make \openshmem calls and the outcome
will be as if the calls executed in some order, even if their execution is interleaved.
\item In the \CONST{SHMEM\_THREAD\_MULTIPLE} thread level, all \openshmem calls
are thread-safe. That is, any two concurrently running threads may make \openshmem calls.

\item In the \CONST{SHMEM\_THREAD\_SERIALIZED} and \CONST{SHMEM\_THREAD\_MULTIPLE} thread levels,
if multiple threads call collective routines, including the symmetric heap
Expand Down

0 comments on commit e8f2bac

Please sign in to comment.