Skip to content

Commit

Permalink
Brian suggestion on init finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
wrrobin committed Aug 29, 2024
1 parent 25bb62d commit 5596f4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/shmem_init.tex
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
\FUNC{shmem\_init} allocates and initializes resources used by the \openshmem
library. It is a collective operation that all \acp{PE} must call before any
other \openshmem routine may be called, except \FUNC{shmem\_query\_initialized}
which checks the current initialized state of the library. At the end of the
\openshmem program which it initialized, the call to \FUNC{shmem\_init} must
be matched with a call to \FUNC{shmem\_finalize}.
which checks the current initialized state of the library. In the
\openshmem program which it initialized, each call to \FUNC{shmem\_init} must
be matched with a corresponding call to \FUNC{shmem\_finalize}.

The \FUNC{shmem\_init} and \FUNC{shmem\_init\_thread} initialization
routines may be called multiple times within an \openshmem program. A
Expand Down

0 comments on commit 5596f4f

Please sign in to comment.