Skip to content

Commit

Permalink
Fixing the formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrydsoe committed Jun 25, 2024
1 parent 4d1b339 commit 897d0cd
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;"}
<br><br style="clear: both;">
- 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%;"}
<br><br style="clear: both;">

### 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}
Expand Down

0 comments on commit 897d0cd

Please sign in to comment.