From 897d0cd38864560ac7b6542da591c314c036afbf Mon Sep 17 00:00:00 2001 From: "Birgitte Maria E. Brydsoe" Date: Tue, 25 Jun 2024 14:27:45 +0200 Subject: [PATCH] Fixing the formatting --- docs/intro.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/intro.md b/docs/intro.md index cf14cba0..37d81cf8 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -373,18 +373,17 @@ Two memory models are relevant for HPC: - Everyone can access the same data - Straightforward to use - Distributed memory: Multiple **distinct** memory spaces. -![dm](images/dm.png){: style="width: 99%; float: left;"} +![dm](images/dm.png){: style="width: 50%; float: left;"} +

- Everyone has direct access **only to the local data** - Requires **communication** -\frametitle{High Performance Computing (memory models)} -\begin{center} - \includegraphics[width=0.6\textwidth]{figures/memory.pdf} -\end{center} -} +![memory](images/memory.png){: style="width:80%;"} +

+ +### High Performance Computing - programming models + -\frame{ -\frametitle{High Performance Computing (programming models)} \begin{itemize} \item The programming model changes when we aim for extra performance and/or memory: \begin{enumerate}