From: couturie <raphael.couturier@univ-fcomte.Fr>
Date: Tue, 8 Sep 2015 19:00:36 +0000 (+0200)
Subject: suite
X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/GMRES2stage.git/commitdiff_plain/072419e157b42ac0c76a18c9435d440f670a3267

suite
---

diff --git a/IJHPCN/paper.tex b/IJHPCN/paper.tex
index 7b78160..99b14a9 100644
--- a/IJHPCN/paper.tex
+++ b/IJHPCN/paper.tex
@@ -835,6 +835,51 @@ Concerning the  experiments some  other remarks are  interesting.
 \label{fig:03}
 \end{figure}
 
+
+
+\begin{table*}[htbp]
+\begin{center}
+\begin{tabular}{|r|r|r|r|r|} 
+\hline
+
+  nb. cores   & \multicolumn{2}{c|}{FGMRES/BJAC} & \multicolumn{2}{c|}{TSIRM CGLS/BJAC}   \\ 
+\cline{2-5}
+                    & Time         & \# Iter.  & Time   & \# Iter.   \\\hline \hline
+   1024              & 667.92      & 48,732    & 81.65  &     5,087    \\
+   2048             & 966.87       & 77,177    &  90.34 &     5,716   \\
+   4096             & 1,742.31     & 124,411   &  119.21 &   6,905   \\
+   8192             & 2,739.21     & 187,626   &  168.9  &  9,000   \\
+
+\hline
+
+\end{tabular}
+\caption{Comparison of FGMRES  and TSIRM for ex20 of PETSc/SNES with a Block Jacobi  preconditioner  having 100,000 components per core on Curie ($\epsilon_{tsirm}=1e-10$, $max\_iter_{kryl}=30$, $s=12$, $max\_iter_{ls}=15$, $\epsilon_{ls}=1e-40$),  time is expressed in seconds.}
+\label{tab:07}
+\end{center}
+\end{table*}
+
+\begin{table*}[htbp]
+\begin{center}
+\begin{tabular}{|r|r|r|r|r|} 
+\hline
+
+  nb. cores   & \multicolumn{2}{c|}{FGMRES/BJAC} & \multicolumn{2}{c|}{TSIRM CGLS/BJAC}   \\ 
+\cline{2-5}
+                    & Time         & \# Iter.  & Time   & \# Iter.   \\\hline \hline
+   1024              & 159.52      & 11,584    &  26.34  &     1,563    \\
+   2048             & 226.24       & 16,459    &  37.23 &     2,248   \\
+   4096             & 391.21     & 27,794   &  50.93 &   2,911   \\
+   8192             & 543.23     & 37,770   &  79.21  &  4,324   \\
+
+\hline
+
+\end{tabular}
+\caption{Comparison of FGMRES  and TSIRM for ex14 of PETSc/SNES with a Block Jacobi  preconditioner  having 100,000 components per core on Curie ($\epsilon_{tsirm}=1e-10$, $max\_iter_{kryl}=30$, $s=12$, $max\_iter_{ls}=15$, $\epsilon_{ls}=1e-40$),  time is expressed in seconds.}
+\label{tab:08}
+\end{center}
+\end{table*}
+
+
 %%ENDNEW
 
 %%%*********************************************************