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

Private GIT Repository
new
authorraphael couturier <couturie@extinction>
Sun, 12 Oct 2014 18:22:07 +0000 (20:22 +0200)
committerraphael couturier <couturie@extinction>
Sun, 12 Oct 2014 18:22:07 +0000 (20:22 +0200)
paper.tex

index ddfba593f82dfa7ca472178e35808c29d0dccccf..1f6d78307f602aae941c188b76c2ec92a86fd8b3 100644 (file)
--- a/paper.tex
+++ b/paper.tex
@@ -609,9 +609,10 @@ In order to enhance the robustness of Krylov iterative solvers, some techniques
 
 Recently, communication-avoiding methods have been developed to reduce the communication overheads in Krylov subspace iterative solvers. On modern computer architectures, communications between processors are much slower than floating-point arithmetic operations on a given processor. Communication-avoiding techniques reduce either communications between processors or data movements between levels of the memory hierarchy, by reformulating the communication-bound kernels (more frequently SpMV kernels) and the orthogonalization operations within the Krylov iterative solver. Different works have studied the communication-avoiding methods for multicore processors and multi-GPU machines~\cite{}. 
 
-Compared to all  these works, the originality  of our work is to  build a second
-iteration over  a Krylov iterative method  and to minimize the  residuals with a
-least-squares method after a given number of outer iteration.
+Compared  to all these  works and  to all  the other  works on  Krylov iterative
+method, the originality of our work is to build a second iteration over a Krylov
+iterative method and to minimize the residuals with a least-squares method after
+a given number of outer iteration.
 
 %%%*********************************************************
 %%%*********************************************************