From 2b5d78030304321714b3ab9f3728f303aa4911fc Mon Sep 17 00:00:00 2001 From: couturie Date: Sat, 16 Jan 2016 16:51:02 +0100 Subject: [PATCH] correct algo 3 --- paper.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper.tex b/paper.tex index 00671de..afeaba5 100644 --- a/paper.tex +++ b/paper.tex @@ -909,7 +909,7 @@ $ZPrec_{loc}=kernel\_save(Z_{loc})$\; $Z_{loc}=kernel\_update(Z,P,Pu)$\; $\Delta z=kernel\_testConv(Z_{loc},ZPrec_{loc})$\; $error=MPI\_Reduce(\Delta z)$\; -$Copy Z_{loc} from GPU to CPU$\; +Copy $Z_{loc}$ from GPU to CPU\; $Z=MPI\_AlltoAll(Z_{loc})$\; } \end{algorithm} -- 2.39.5