From 0a5dc5a01a5d7b745cc1b94ec5b273b2fafec09a Mon Sep 17 00:00:00 2001 From: Naveen Namashivayam Ravichandrasekaran Date: Fri, 3 Apr 2020 08:40:47 -0500 Subject: [PATCH] Update content/synchronization_model.tex Co-Authored-By: Nick Park --- content/synchronization_model.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/synchronization_model.tex b/content/synchronization_model.tex index 9f8a73992..2d952a4ad 100644 --- a/content/synchronization_model.tex +++ b/content/synchronization_model.tex @@ -100,11 +100,11 @@ & {\FUNC{shmem\_team\_sync} guarantees that no \ac{PE} shall return from the synchronization routine until all \acp{PE} in the team have entered the same -\FUNC{shmem\_team\_sync} call. But, it does not guarantee completion of all -local and remote memory operations issues by all \acp{PE} within the team. -Additionally, a \FUNC{shmem\_quiet} routine is required to be used by all +\FUNC{shmem\_team\_sync} call. It does not guarantee completion of +local and remote memory operations issued by \acp{PE} within the team. +To do so, \FUNC{shmem\_quiet} should be called on the desired context(s) by all \acp{PE} within the team before the \FUNC{shmem\_team\_sync} call to -guarantee the completion of stores and remote memory updates via \openshmem.} +guarantee the completion of the associated stores and remote memory updates via \openshmem.} \tabularnewline \hline \end{tabular}