From c45dff48036f79e6b654981b2ccd9ff7c7591289 Mon Sep 17 00:00:00 2001 From: zianekhodja Date: Thu, 10 Dec 2015 19:56:25 +0100 Subject: [PATCH] figures mpi et openmp --- paper.tex | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/paper.tex b/paper.tex index eda3f51..2dc32e2 100644 --- a/paper.tex +++ b/paper.tex @@ -310,7 +310,7 @@ % correct bad hyphenation here \hyphenation{op-tical net-works semi-conduc-tor} - +\usepackage{graphicx} \begin{document} % @@ -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} +\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. -- 2.39.5