Skip to content
Snippets Groups Projects
Commit 75074f06 authored by Mathieu Peybernes's avatar Mathieu Peybernes
Browse files

More details in Distributed/Shared memory

parent 1ce7ce10
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,21 @@ ...@@ -42,6 +42,21 @@
\end{itemize} \end{itemize}
\end{frame} \end{frame}
\begin{frame}[fragile,t]
\frametitle{Introduction}
\framesubtitle{MPI Programming model}
% \begin{minipage}{0.49\linewidth}
\begin{itemize}
\item Parallel programming models exist as an abstraction above hardware and memory architectures
\item These models are NOT specific to a particular type of machine or memory architecture
\item In fact, any of these models can (theoretically) be implemented on any underlying hardware
\item The performance depends on the binding of Processes/threads to CPU/cores
\item Idealized NUMA (Non Uniform Memory Access) architecture
\end{itemize}
\addimage[width=6cm]{\FIGREP/DistributedSharedMemory}{5cm}{1cm}
% \end{minipage}
\end{frame}
\subsection{MPI standard and implementations} \subsection{MPI standard and implementations}
\label{sec:implementations} \label{sec:implementations}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment