From df8dd8a5d12baec0d70e1a83e950880ec4cf33ca Mon Sep 17 00:00:00 2001 From: Min Si Date: Mon, 17 Feb 2020 17:04:09 -0600 Subject: [PATCH] section/frontmatter: replace default team with world team --- content/library_handles.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/library_handles.tex b/content/library_handles.tex index 2f674b3c3..d902b78a4 100644 --- a/content/library_handles.tex +++ b/content/library_handles.tex @@ -14,10 +14,10 @@ \endhead %% \LibHandleDecl{SHMEM\_TEAM\_WORLD} & -Handle of type \CTYPE{shmem\_team\_t} that corresponds to the -default team of all \acp{PE} in the \openshmem program. All point-to-point +Handle of type \CTYPE{shmem\_team\_t} that corresponds to the world +team that contains all \acp{PE} in the \openshmem program. All point-to-point communication operations and collective synchronizations that do not specify a team -are performed on the default team. +are performed on the world team. See Section~\ref{subsec:team} for more detail about its use. \tabularnewline \hline %%