From 2453e5f236594d9ccb3e18978576a2853e337f10 Mon Sep 17 00:00:00 2001 From: "Bryant C. Lam" Date: Tue, 17 Mar 2020 01:13:22 -0400 Subject: [PATCH] Clarified changelog for Teams --- content/backmatter.tex | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/content/backmatter.tex b/content/backmatter.tex index 552647749..5c14bab08 100644 --- a/content/backmatter.tex +++ b/content/backmatter.tex @@ -607,8 +607,13 @@ \section{Version 1.5} The following list describes the specific changes in \openshmem[1.5]: \begin{itemize} % -\item Added teams API: team management and team-based collectives. -\\ See Section \ref{subsec:team} and \ref{subsec:team_collectives}. +\item Added teams API: team management, team-based communication management, + and team-based collectives. +\\ See Section \ref{subsec:team}, \ref{sec:ctx}, \ref{subsec:shmem_team_create_ctx}, +\ref{subsec:shmem_ctx_get_team}, \ref{subsec:team_collectives}. +% +\item Deprecated active-set-based library constants and collective routines. +\\ See Section \ref{subsec:library_constants}, \ref{subsec:coll}. % \item Added \FUNC{shmem\_malloc\_with\_hints} interface and corresponding hints \CONST{SHMEM\_MALLOC\_ATOMICS\_REMOTE} and \CONST{SHMEM\_MALLOC\_SIGNAL\_REMOTE}.