From 01a38307eb4e07ea93979965602956371d2a04aa Mon Sep 17 00:00:00 2001 From: ziane Date: Thu, 7 May 2015 12:20:42 +0200 Subject: [PATCH] Commentaires sur la contribution --- paper.tex | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/paper.tex b/paper.tex index 31fd190..5b8ada3 100644 --- a/paper.tex +++ b/paper.tex @@ -174,10 +174,22 @@ applications (i.e. large linear system solvers) can help developers to better tune their application for a given multi-core architecture. To show the validity of this approach we first compare the simulated execution of the multisplitting algorithm with the GMRES (Generalized Minimal Residual) -solver~\cite{saad86} in synchronous mode. The obtained results on different +solver~\cite{saad86} in synchronous mode. + +\LZK{Pas trop convainquant comme argument pour valider l'approche de simulation. \\On peut dire par exemple: on a pu simuler différents algos itératifs à large échelle (le plus connu GMRES et deux variantes de multisplitting) et la simulation nous a permis (sans avoir le vrai matériel) de déterminer quelle serait la meilleure solution pour une telle configuration de l'archi ou vice versa.\\A revoir...} + +The obtained results on different simulated multi-core architectures confirm the real results previously obtained -on non simulated architectures. We also confirm the efficiency of the -asynchronous multisplitting algorithm compared to the synchronous GMRES. In +on non simulated architectures. + +\LZK{Il n y a pas dans la partie expé cette comparaison et confirmation des résultats entre la simulation et l'exécution réelle des algos sur les vrais clusters.\\ Sinon on pourrait ajouter dans la partie expé une référence vers le journal supercomput de krylov multi pour confirmer que cette méthode est meilleure que GMRES sur les clusters large échelle.} + +We also confirm the efficiency of the +asynchronous multisplitting algorithm compared to the synchronous GMRES. + +\LZK{P.S.: Pour tout le papier, le principal objectif n'est pas de faire des comparaisons entre des méthodes itératives!!\\Sinon, les deux algorithmes Krylov multisplitting synchrone et multisplitting asynchrone sont plus efficaces que GMRES sur des clusters à large échelle.\\Et préciser, si c'est vraiment le cas, que le multisplitting asynchrone est plus efficace et adapté aux clusters distants par rapport aux deux autres algos (je n'ai pas encore lu la partie expé)} + +In this way and with a simple computing architecture (a laptop) SimGrid allows us to run a test campaign of a real parallel iterative applications on different simulated multi-core architectures. To our knowledge, there is no @@ -191,6 +203,8 @@ Section~\ref{sec:04} details the different solvers that we use. Finally our experimental results are presented in section~\ref{sec:expe} followed by some concluding remarks and perspectives. +\LZK{Proposition d'un titre pour le papier: Grid-enabled simulation of large-scale linear iterative solvers.} + \section{The asynchronous iteration model and the motivations of our work} \label{sec:asynchro} -- 2.39.5