Skip to content

Commit

Permalink
Merge pull request #516 from davidozog/pr/v1.6_doc_edits
Browse files Browse the repository at this point in the history
Suggested v1.6 doc-edits throughout the spec
  • Loading branch information
jdinan authored Jul 22, 2024
2 parents ea5ef5e + 47e38ec commit d736101
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/collective_intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
\end{enumerate}

Concurrent accesses to symmetric memory by an \openshmem collective
routine and any other means of access---where at least one updates the
routine and any other means of access---where at least one \ac{PE} updates the
symmetric memory---results in undefined behavior.
Since \acp{PE} can enter and exit collectives at different times,
accessing such memory remotely may require additional synchronization.
Expand Down
2 changes: 1 addition & 1 deletion content/memmgmt_intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
symmetric data objects in the symmetric heap.

The symmetric memory allocation routines differ from the private heap
allocation routines in that they must be called by all \acp{PE} in a
allocation routines in that they must be called by all \acp{PE} in
the world team. When specified, each of these routines includes at
least one call to a procedure that is semantically equivalent to
\FUNC{shmem\_barrier\_all}. This ensures that all \acp{PE}
Expand Down
4 changes: 2 additions & 2 deletions content/teams_intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ \subsubsection*{Predefined and Application-Defined Teams}
portion of an application.
Any team successfully created by a \FUNC{shmem\_team\_split\_*}
routine is valid until it is destroyed.
All valid teams have a least one member.
All valid teams have at least one member.

\subsubsection*{Team Handles}

Expand Down Expand Up @@ -84,7 +84,7 @@ \subsubsection*{Team Creation}

\acp{PE} in a newly created team are consecutively numbered starting with
\ac{PE} number 0. \acp{PE} are ordered by their \ac{PE} number in
the parent team. Team relative \ac{PE}
the parent team. Team-relative \ac{PE}
numbers can be used for point-to-point operations through team-based
contexts (see Section~\ref{sec:ctx}) or using the translation routine
\FUNC{shmem\_team\_translate\_pe}.
Expand Down

0 comments on commit d736101

Please sign in to comment.