]> AND Private Git Repository - kahina_paper2.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
new
authorcouturie <couturie@extinction>
Fri, 15 Jan 2016 16:03:01 +0000 (17:03 +0100)
committercouturie <couturie@extinction>
Fri, 15 Jan 2016 16:03:01 +0000 (17:03 +0100)
paper.tex

index d1ead14506bae4b3a37229619e425fe765b32f6d..d6dd2ffd305a3930af2cfacaf70c02ecf01a3079 100644 (file)
--- a/paper.tex
+++ b/paper.tex
@@ -789,13 +789,10 @@ implementation of Ehrlich-Aberth method.
 \item Initialization of Pu\;
 \item Initialization of the solution vector $Z^{0}$\;
 \item Allocate and copy initial data to the GPU global memory\;
-\item k=0\;
 \item \While {$\Delta z_{max} > \epsilon$}{
-\item   Let $\Delta z_{max}=0$\;
 \item   $ kernel\_save(ZPrec,Z)$\;
-\item   k=k+1\;
 \item   $ kernel\_update(Z,P,Pu)$\;
-\item $kernel\_testConverge(\Delta z_{max},Z,ZPrec)$\;
+\item $\Delta z_{max}=kernel\_testConverge(Z,ZPrec)$\;
 
 }
 \item Copy results from GPU memory to CPU memory\;