Skip to content

Commit

Permalink
Tweaked deprecated atomics text per conversation with Jim. Now it's i…
Browse files Browse the repository at this point in the history
…n a deprecated block for easy future removal
  • Loading branch information
isubsmith committed Aug 30, 2024
1 parent cd6b99e commit 03dfb15
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions content/atomics_intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
The non-fetching routines include:
\FUNC{shmem\_atomic\_\{set, inc, add, and, or, xor\}[\_nbi]}.

\begin{DeprecateBlock}

Starting in \openshmem[1.4], all \ac{AMO} functions added "\_atomic\_" to the function
name and deprecated the equivalent functions without "\_atomic\_" in the name.

\end{DeprecateBlock}

\end{itemize}

\openshmem \ac{AMO} routines specified in this section have two variants. In
Expand Down Expand Up @@ -123,8 +130,7 @@
\label{bitamotypes}
\end{center}
\end{table}

Starting in \openshmem[1.4], all \ac{AMO} functions added "\_atomic\_" to the function name. There were no semantic of argument changes to the functions, simply a name change.
]



Expand Down

0 comments on commit 03dfb15

Please sign in to comment.