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

Private GIT Repository
figures mpi et openmp
[kahina_paper2.git] / paper.tex
index 07abcb84af7a67c3c614af388e9e09f0a142e1be..2dc32e2a46fb214884df4364201e22e2ade3ed23 100644 (file)
--- a/paper.tex
+++ b/paper.tex
 
 % correct bad hyphenation here
 \hyphenation{op-tical net-works semi-conduc-tor}
 
 % correct bad hyphenation here
 \hyphenation{op-tical net-works semi-conduc-tor}
-
+\usepackage{graphicx}
 
 \begin{document}
 %
 
 \begin{document}
 %
 % Linebreaks \\ can be used within to get better formatting as desired.
 % Do not put math or special symbols in the title.
 \title{A parallel implementation of Ehrlich-Aberth algorithm  for root finding of polynomials
 % Linebreaks \\ can be used within to get better formatting as desired.
 % Do not put math or special symbols in the title.
 \title{A parallel implementation of Ehrlich-Aberth algorithm  for root finding of polynomials
-on MGPU with OpenMP/MPI}
+on Multi-GPU with OpenMP/MPI}
 
 
 % author names and affiliations
 
 
 % author names and affiliations
@@ -497,6 +497,19 @@ We introduced three paradigms of parallel programming. Our objective consist to
 \subsection{MGPU (OpenMP-CUDA)approach}
 \subsection{MGPU (MPI-CUDA)approach}
 \section{experiments}
 \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}
+\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}
+\caption{Execution times in seconds of the Ehrlich-Aberth method on GPUs using distributed memory paradigm with MPI}
+\label{fig:02}
+\end{figure}
 % 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.
 % 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.