Skip to content

Commit 62dcd9a

Browse files
committed
Add more slides
1 parent 964e70a commit 62dcd9a

File tree

6 files changed

+55
-24
lines changed

6 files changed

+55
-24
lines changed

S3.tex

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
11
\begin{frame}{Where does HPC Carpentry fit?}
22
\begin{enumerate}
33
\item Knowing about Git and functions does not quite solve all problems
4-
\item Like SC researchers amenable with using HPC but curriculum doesn't prepare them for running stuff on a cluster. We can fix this using carpentry style pedagogy.
5-
teach
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.
5+
\end{enumerate}
6+
\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}
7+
\note[item]{Using the Carpentries' style and pedagogy we HPC Carpentry address this problem}
8+
\end{frame}
9+
10+
\begin{frame}{How did it all begin}
11+
\begin{itemize}
12+
\item Earliest commit 2013
13+
\item Peter Steinbach blog post (2017) - HPC in a day
14+
\item CarpentryCon 2018, 2020, 2022
15+
\item Super Computing BoF 17, 18, 19, 21
16+
\end{itemize}
17+
\note[item]{The earliest commit I could find in the hpc-carpentry organisation was 2013. I watched a recording of a presentation given by Andrew Reid at SIGHPC about a year ago to get an idea of the history of HPC Carpentry and these were some of the events that Andrew mentioned that were significant in the spread of the word of HPC Carpentry, by talking to people, running workshops and getting feedback.}
18+
\end{frame}
19+
20+
21+
22+
\begin{frame} {Where are we now?}
23+
\begin{enumerate}
24+
\item We are doing things In the Carpentries Way
625
\begin{itemize}
726
\item two day setting
827
\item get feedback
@@ -20,6 +39,6 @@
2039
\end{itemize}
2140
\end{enumerate}
2241

23-
\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}
24-
\note[item]{Using the Carpentries' style and pedagogy we HPC Carpentry address this problem}
42+
43+
\note[item]{}
2544
\end{frame}

S8.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
\begin{frame}{Resources}
2+
\begin{itemize}
3+
\item Greg Wilson's talk at PyCon 2014 \url{https://www.youtube.com/watch?v=FtKO619O5g0}
4+
\item Andrew Reid's talk at SIGHPC 2024 \url{https://www.youtube.com/watch?v=FtKO619O5g0}
5+
\item Peter Steinbach's blog post, HPC in a day? \url{https://carpentries.org/blog/2017/06/hpccarpentry}
6+
\end{itemize}
7+
\end{frame}

TitleSlide.tex

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,7 @@
55
\begin{frame}
66

77

8-
% Title
9-
\newcommand{\myTitle}{HPC Carpentry}
10-
11-
% Subtitle
12-
\newcommand{\mySubTitle}{An Overview of HPC Carpentry's Activities}
13-
14-
% Author
15-
\newcommand{\myAuthor}{Jannetta Steyn, Newcastle University, UK}
16-
17-
% Affiliation
18-
\newcommand{\myAffiliate}{
19-
Toby Hodges, Andrew Reid, Annajiat Alim Rasel, Benson Muite, Trevor Keller, Wirawan Purwanto}
20-
21-
% Presentation Date
22-
\newcommand{\myDate}{September 09, 2025}
23-
24-
% Logo
25-
\newcommand{\myLogo}{
26-
% Logo here
27-
}
8+
289

2910
%%%%%%%%%% Title slide code %%%%%%%%%%%
3011
\begin{tikzpicture}[remember picture,overlay]

beamerthemeHPC.sty

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,28 @@
4242
\includegraphics[width=\paperwidth,height=\paperheight]{images/DefaultSlide_red.png}
4343
}
4444

45+
%%%%%%%%%%%%%%%%%% Title Page %%%%%%%%%%%%%%%%%%%
46+
% Title
47+
\newcommand{\myTitle}{HPC Carpentry}
48+
49+
% Subtitle
50+
\newcommand{\mySubTitle}{An Overview of HPC Carpentry's Activities}
51+
52+
% Author
53+
\newcommand{\myAuthor}{Jannetta Steyn, Newcastle University, UK}
54+
55+
% Affiliation
56+
\newcommand{\myAffiliate}{
57+
Toby Hodges, Andrew Reid, Annajiat Alim Rasel, Benson Muite, Trevor Keller, Wirawan Purwanto}
58+
59+
% Presentation Date
60+
\newcommand{\myDate}{September 09, 2025}
61+
62+
% Logo
63+
\newcommand{\myLogo}{
64+
% Logo here
65+
}
66+
67+
4568
% Settings
4669
\mode<all>

slides.pdf

4.13 KB
Binary file not shown.

slides.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
\input{S5} % Roadmap
1414
\input{S6} % The mini version
1515
\input{S7} % Commns Channels
16+
\input{S8} % Resources
1617
\end{document}

0 commit comments

Comments
 (0)