From 760ae38f871f3efcf6daec85919b7c18f5cfe418 Mon Sep 17 00:00:00 2001 From: James Dinan Date: Thu, 7 Nov 2024 14:17:51 -0500 Subject: [PATCH 1/3] Update backmatter intro for 1.6 Signed-off-by: James Dinan --- content/backmatter.tex | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/backmatter.tex b/content/backmatter.tex index 78cb0a47..e0b54348 100644 --- a/content/backmatter.tex +++ b/content/backmatter.tex @@ -667,9 +667,10 @@ \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 operations, session routines, support for multiple +initialization and finalization calls, interleaved block transfer APIs, and the +\FUNC{shmem\_team\_ptr} function. The following list describes the specific changes in \openshmem[1.6]: \begin{enumerate} From ac767e0e7405c217126f562ddb441029f03be37a Mon Sep 17 00:00:00 2001 From: James Dinan Date: Thu, 7 Nov 2024 14:32:59 -0500 Subject: [PATCH 2/3] Add signal set, add, and fetch to changes Signed-off-by: James Dinan --- content/backmatter.tex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/backmatter.tex b/content/backmatter.tex index e0b54348..5ffb656b 100644 --- a/content/backmatter.tex +++ b/content/backmatter.tex @@ -669,7 +669,8 @@ \section{Version 1.6} \label{changelog:v1.6} Major changes in \openshmem[1.6] include the addition of inclusive and exclusive scan operations, session routines, support for multiple -initialization and finalization calls, interleaved block transfer APIs, and the +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]: @@ -874,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}% % From 57f35b50881a233c59fa4d3b33606b45e603fad9 Mon Sep 17 00:00:00 2001 From: James Dinan Date: Fri, 8 Nov 2024 12:29:59 -0500 Subject: [PATCH 3/3] Update content/backmatter.tex Co-authored-by: David Ozog --- content/backmatter.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/backmatter.tex b/content/backmatter.tex index 5ffb656b..cc581470 100644 --- a/content/backmatter.tex +++ b/content/backmatter.tex @@ -668,7 +668,7 @@ \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 inclusive and -exclusive scan operations, session routines, support for multiple +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.