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

Private GIT Repository
Merge branch 'master' of ssh://bilbo.iut-bm.univ-fcomte.fr/rce2015
authorcouturie <raphael.couturier@univ-fcomte.Fr>
Wed, 6 May 2015 08:59:47 +0000 (10:59 +0200)
committercouturie <raphael.couturier@univ-fcomte.Fr>
Wed, 6 May 2015 08:59:47 +0000 (10:59 +0200)
biblio.bib
paper.tex

index 97de9709bfc56ae0178e583c53b3e48cb434853f..30be1066a8b2b6640f3c6351d11b0c0a525cf2a7 100644 (file)
@@ -144,11 +144,10 @@ year = {2006},
 }
 
 @Article{myBCCV05c,
-        author =                         {J. M. Bahi and S. Contassot-Vivier and R. Co
-uturier  and F. Vernier},
-        title =                          {A decentralized convergence detection algorithm for asynchronous parallel iterative algorithms},
-        journal =                {IEEE Transactions on Parallel and Distributed Systems},
-        year =                           {2005},
+        author = {Bahi, J.M. and Contassot-Vivier, S. and Couturier, R.  and  Vernier, F.},
+        title =  {A decentralized convergence detection algorithm for asynchronous parallel iterative algorithms},
+        journal ={IEEE Transactions on Parallel and Distributed Systems},
+        year =   {2005},
   volume = {16},
   number = {1},
   pages = {4--13},
index 31e267651d469677d7d2551bd10b890a8a827754..6affca8845a1f083b1bb76c328a147986eda8e22 100644 (file)
--- a/paper.tex
+++ b/paper.tex
@@ -382,16 +382,13 @@ such that
 where the real-valued function $\phi(x,y,z)$ is the solution sought, $f(x,y,z)$ is a known function and $\Omega=[0,1]^3$. The 3D discretization of the Laplace operator $\nabla^2$ with the finite difference scheme includes 7 points stencil on the computational grid. The numerical approximation of the Poisson problem on three-dimensional grid is repeatedly computed as $\phi=\phi^\star$ such that      
 \begin{equation}
 \begin{array}{ll}
-\phi^\star(x,y,z)= & \frac{1}{6}(\phi(x-h,y,z)+\phi(x+h,y,z) \\
-                  & +\phi(x,y-h,z)+\phi(x,y+h,z) \\
-                  & +\phi(x,y,z-h)+\phi(x,y,z+h)\\
-                  & -h^2f(x,y,z))
+\phi^\star(x,y,z)=&\frac{1}{6}(\phi(x-h,y,z)+\phi(x,y-h,z)+\phi(x,y,z-h)\\&+\phi(x+h,y,z)+\phi(x,y+h,z)+\phi(x,y,z+h)\\&-h^2f(x,y,z))
 \end{array}
 \label{eq:08}
 \end{equation}
 until convergence where $h$ is the grid spacing between two adjacent elements in the 3D computational grid. 
 
-In the parallel context, the 3D Poisson problem is partitioned into $L\times p$ sub-problems such that $L$ is the number of clusters and $p$ is the number of processors in each cluster. We apply the three-dimensional partitioning instead of the row-by-row one in order to reduce the size of the data shared at the sub-problems boundaries. In this case, each processor is in charge of parallelepipedic sub-problem and has at most six neighbors in the same cluster or in distant clusters with which it shares data at boundaries. 
+In the parallel context, the 3D Poisson problem is partitioned into $L\times p$ sub-problems such that $L$ is the number of clusters and $p$ is the number of processors in each cluster. We apply the three-dimensional partitioning instead of the row-by-row one in order to reduce the size of the data shared at the sub-problems boundaries. In this case, each processor is in charge of parallelepipedic block of the problem and has at most six neighbors in the same cluster or in distant clusters with which it shares data at boundaries. 
 
 \subsection{Study setup and Simulation Methodology}