From c7ed35b782d6eebc1d6f2e83eae506fd5cc28052 Mon Sep 17 00:00:00 2001 From: "Bryant C. Lam" Date: Wed, 1 Apr 2020 22:12:33 -0400 Subject: [PATCH 1/2] Add changelog for openshmem-org/specification#334 --- content/backmatter.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/backmatter.tex b/content/backmatter.tex index 354f93afd..d1715e981 100644 --- a/content/backmatter.tex +++ b/content/backmatter.tex @@ -636,6 +636,9 @@ \section{Version 1.5} % \item Removed \FUNC{SHMEM\_CACHE}. % +\item Deprecated \CTYPE{short} and \CTYPE{unsigned short} variants for +\FUNC{shmem\_wait\_until} and \FUNC{shmem\_test}. +% \item Added \FUNC{shmem\_malloc\_with\_hints} interface and corresponding hints \CONST{SHMEM\_MALLOC\_ATOMICS\_REMOTE} and \CONST{SHMEM\_MALLOC\_SIGNAL\_REMOTE}. \\ See Section \ref{subsec:shmmallochint} and \ref{subsec:library_constants}. From 9c0fb230f3e0df760a0b5eef73b7f66bd723559b Mon Sep 17 00:00:00 2001 From: "Bryant C. Lam" Date: Wed, 1 Apr 2020 22:18:09 -0400 Subject: [PATCH 2/2] Add changelog for deprecation of Table 10: p2p sync types --- content/backmatter.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/backmatter.tex b/content/backmatter.tex index d1715e981..016e73b77 100644 --- a/content/backmatter.tex +++ b/content/backmatter.tex @@ -692,6 +692,8 @@ \section{Version 1.5} \item Added support for nonblocking \OPR{put-with-signal} functions. \\ See Section \ref{subsec:shmem_put_signal_nbi}. % +\item Deprecated Table~\ref{p2psynctypes}: point-to-point synchronization types and names. +% \item Clarified that point-to-point synchronization routines preserve the atomicity of OpenSHMEM \acp{AMO}. \\ See Section~\ref{subsec:amo_guarantees}.