From 47cd097a55beb36dbcbbdce56442ca355531d1a8 Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 28 Apr 2014 15:30:24 +0200 Subject: [PATCH] V4 --- hpcc.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hpcc.tex b/hpcc.tex index 295f384..8a1dfe8 100644 --- a/hpcc.tex +++ b/hpcc.tex @@ -395,9 +395,9 @@ processor is designated (for example the processor with rank 1) and masters of all clusters are interconnected by a virtual unidirectional ring network (see Figure~\ref{fig:4.1}). During the resolution, a Boolean token circulates around the virtual ring from a master processor to another until the global convergence -is achieved. So starting from the cluster with rank 1, each master processor $i$ +is achieved. So starting from the cluster with rank 1, each master processor $\ell$ sets the token to \textit{True} if the local convergence is achieved or to -\textit{False} otherwise, and sends it to master processor $i+1$. Finally, the +\textit{False} otherwise, and sends it to master processor $\ell+1$. Finally, the global convergence is detected when the master of cluster 1 receives from the master of cluster $L$ a token set to \textit{True}. In this case, the master of cluster 1 broadcasts a stop message to masters of other clusters. In this work, -- 2.39.5