Skip to content

Commit

Permalink
Merge pull request #560 from jdinan/changes-1.6
Browse files Browse the repository at this point in the history
Update backmatter intro for 1.6
  • Loading branch information
jdinan authored Nov 8, 2024
2 parents 7ac7380 + 57f35b5 commit 3a8a05c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions content/backmatter.tex
Original file line number Diff line number Diff line change
Expand Up @@ -667,9 +667,11 @@ \chapter{Changes to this Document}\label{sec:changelog}

\section{Version 1.6}
\label{changelog:v1.6}
Major changes in \openshmem[1.6] include the addition of the new
\FUNC{shmem\_team\_ptr}, \FUNC{shmem\_ibget}, and \FUNC{shmem\_ibput}
functions.
Major changes in \openshmem[1.6] include the addition of inclusive and
exclusive scan collective operations, session routines, support for multiple
initialization and finalization calls, interleaved block transfer APIs,
signal add and set APIs, and the
\FUNC{shmem\_team\_ptr} function.

The following list describes the specific changes in \openshmem[1.6]:
\begin{enumerate}
Expand Down Expand Up @@ -873,6 +875,9 @@ \section{Version 1.5}
\item Added support for nonblocking \OPR{put-with-signal} functions.
\ChangelogRef{subsec:shmem_put_signal_nbi}%
%
\item Added \FUNC{shmem\_signal\_fetch} function.
\ChangelogRef{subsec:shmem_signal_fetch}%
%
\item Deprecated point-to-point synchronization types and names.
\ChangelogRef{p2psynctypes, dep:p2p_sync_types}%
%
Expand Down

0 comments on commit 3a8a05c

Please sign in to comment.