-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathminiVersion.tex
More file actions
27 lines (24 loc) · 933 Bytes
/
miniVersion.tex
File metadata and controls
27 lines (24 loc) · 933 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
\begin{frame}{A miniHPC}
\begin{columns}[T]
\begin{column}[c]{.6\textwidth}
\begin{itemize}
\item CarpentriesOffline started about four years go (2022 SSI Fellowship).
\item We decided we need an HPC version too due to the difficulties associated with getting access to HPCs for training.
\item Raspberry Pi 4s, one login node, five compute nodes, one access point
\item The same open source software stack as many HPCs: Slurm, lmod, munge
\item EESSI for software
\end{itemize}
\end{column}
\begin{column}[c]{.5\textwidth}
\begin{figure}
\includegraphics[width=.4\columnwidth]{images/mini-HPC-proto3.png}
\includegraphics[width=.4\columnwidth]{images/mini-HPC-proto3_back.png}
\caption*{Front and Back}
\end{figure}
\vspace{-2em}
\begin{figure}
\includegraphics[width=.2\columnwidth]{images/logo.png}
\end{figure}
\end{column}
\end{columns}
\end{frame}