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

Private GIT Repository
corrections
authorlaiymani <laiymani@MacBook-Pro-de-laiymani.local>
Mon, 28 Apr 2014 13:03:02 +0000 (15:03 +0200)
committerlaiymani <laiymani@MacBook-Pro-de-laiymani.local>
Mon, 28 Apr 2014 13:03:02 +0000 (15:03 +0200)
hpcc.tex

index 318a85e291a542d4cbb3b9f0d93a822cbaba685f..530ddb7a37ed6273519b23c8cba42a8a80f80743 100644 (file)
--- a/hpcc.tex
+++ b/hpcc.tex
@@ -477,12 +477,12 @@ study that the results depend on the following parameters:
 \item Finally, when submitting job batches for execution, the arguments values
   passed to the program like the maximum number of iterations or the precision are critical. They allow us to ensure not only the convergence of the
   algorithm but also to get the main objective in getting an execution time in asynchronous communication less than in
-  synchronous mode. The ratio between the simulated execution time of synchronous GMRES algorithm
-  compared to the asynchronous multisplitting algorithm ($t_\text{GMRES} / t_\text{Multisplitting}$) is defined as the \emph{relative gain}. So,
-  our objective running the algorithm in SimGrid is to obtain a relative gain
-  greater than 1.
-\end{itemize}
+  synchronous mode (i.e. GMRES). 
+  \end{itemize}
 
+The ratio between the simulated execution time of synchronous GMRES algorithm
+compared to the asynchronous multisplitting algorithm ($t_\text{GMRES} / t_\text{Multisplitting}$) is defined as the \emph{relative gain}. So,
+our objective running the algorithm in SimGrid is to obtain a relative gain greater than 1.
 A priori, obtaining a relative gain greater than 1 would be difficult in a local
 area network configuration where the synchronous mode will take advantage on the
 rapid exchange of information on such high-speed links. Thus, the methodology