Skip to content

Commit

Permalink
Merge pull request #14 from jdinan/pr/ctx-nostore
Browse files Browse the repository at this point in the history
Clarify SHMEM_CTX_NOSTORE
  • Loading branch information
jdinan authored Apr 2, 2020
2 parents b0c9806 + 355afb5 commit 7ef9ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/context_intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
\apitablerow{\LibConstRef{SHMEM\_CTX\_NOSTORE}}{
Quiet and fence operations performed on the given context are not
required to enforce completion and ordering of memory store
operations.
operations performed by the application.
When ordering of store operations is needed, the application must
perform a synchronization operation on a context without the
\CONST{SHMEM\_CTX\_NOSTORE} option enabled.}

0 comments on commit 7ef9ed8

Please sign in to comment.