Skip to content

Commit 9047144

Browse files
committed
Update section, add slide numbers
1 parent 62dcd9a commit 9047144

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

S3.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
\begin{frame}{Where does HPC Carpentry fit?}
22
\begin{enumerate}
3-
\item Knowing about Git and functions does not quite solve all problems
4-
\item As with SC, researchers are amenable with using HPC but the curriculum doesn't prepare them for running things on a cluster. We can fix this using Carpentry style pedagogy.
3+
\item Knowing about Git and functions does not quite solve all problems.
4+
\item Researchers with HPC requirements do not necessarily know how to effectively scale their applications
5+
\item HPC facility operators become frustrated by non-knowledgable users making use of shared resources.
6+
\item Candidate solution: Use Carpentries techniques.
57
\end{enumerate}
68
\note[item]{So once you write using functions and your code is in GitHub, you try running it on an HPC and you might find it runs a bit faster because it just so happens that the login node has a better spec than your average laptop or desktop. But people start yelling at you for running stuff on the login node and you don't know what the problem is because you've never heard about the Slurm scheduler thing and you neither does MPI sound familiar}
79
\note[item]{Using the Carpentries' style and pedagogy we HPC Carpentry address this problem}

beamerthemeHPC.sty

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
\setsansfont{Mulish}
1616
\setmainfont{Mulish}
1717
\setmonofont{Mulish}
18+
\usefonttheme[onlysmall]{structurebold}
1819

1920
% Beamer defaults
2021
% Reduce space above frametitles, center them, make them bold Mulish
@@ -30,13 +31,21 @@
3031
% Colour for text
3132
\setbeamercolor{normal text}{fg=carpblue}
3233

33-
% Remove navigation symbols
34-
\setbeamertemplate{navigation symbols}{}
34+
% Navigation symbols
35+
%\setbeamertemplate{navigation symbols}{}
36+
\setbeamertemplate{navigation symbols}{
37+
\usebeamerfont{footline}
38+
\usebeamercolor[fg]{footline}
39+
\hspace{1em}
40+
\insertframenumber/\inserttotalframenumber
41+
42+
}
3543

3644
% Tikz package
3745
\usepackage{tikz}
3846
\usetikzlibrary{positioning}
3947

48+
4049
% Background image
4150
\usebackgroundtemplate{%
4251
\includegraphics[width=\paperwidth,height=\paperheight]{images/DefaultSlide_red.png}

slides.pdf

1.39 KB
Binary file not shown.

0 commit comments

Comments
 (0)