From 62fd1aa0715cc34f6351322053a8d4e7197c67f8 Mon Sep 17 00:00:00 2001 From: "Bryant C. Lam" Date: Tue, 17 Mar 2020 00:10:12 -0400 Subject: [PATCH] Add changelog for Teams --- content/backmatter.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/backmatter.tex b/content/backmatter.tex index 3fc2a0454..552647749 100644 --- a/content/backmatter.tex +++ b/content/backmatter.tex @@ -607,6 +607,9 @@ \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 \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}.