]> AND Private Git Repository - kahina_paper2.git/blobdiff - paper.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
ajuster les figures
[kahina_paper2.git] / paper.tex
index 9d151a778728c1579d564d66c6d38d2a0a096f5c..6c21bfaa9e5b32e2bad11e364251e7f440bb40c8 100644 (file)
--- a/paper.tex
+++ b/paper.tex
@@ -564,26 +564,25 @@ Algorithm~\ref{alg2-cuda} shows a sketch of the Ehrlich-Aberth method using CUDA
  
 \section{The EA algorithm on Multi-GPU}
 
-\subsection{MGPU (OpenMP-CUDA)approach}
 \subsection{MGPU (OpenMP-CUDA)approach}
 \subsection{MGPU (MPI-CUDA)approach}
+
 \section{experiments}
+
 \begin{figure}[htbp]
 \centering
-  \includegraphics[angle=-90,width=0.8\textwidth]{GPU_openmp}
+  \includegraphics[angle=-90,width=0.6\textwidth]{GPU_openmp}
 \caption{Execution times in seconds of the Ehrlich-Aberth method on GPUs using shared memory paradigm with OpenMP}
 \label{fig:01}
 \end{figure}
 
 \begin{figure}[htbp]
 \centering
-  \includegraphics[angle=-90,width=0.8\textwidth]{GPU_mpi}
+  \includegraphics[angle=-90,width=0.6\textwidth]{GPU_mpi}
 \caption{Execution times in seconds of the Ehrlich-Aberth method on GPUs using distributed memory paradigm with MPI}
 \label{fig:02}
 \end{figure}
-\subsection{MGPU (MPI-CUDA)approach}
 
-\section{experiments}
 % An example of a floating figure using the graphicx package.
 % Note that \label must occur AFTER (or within) \caption.
 % For figures, \caption should occur after the \includegraphics.