Skip to content
Snippets Groups Projects
Commit df3ac17a authored by Emmanuel Lanti's avatar Emmanuel Lanti
Browse files

Add intro slide

parent fa650360
No related branches found
No related tags found
No related merge requests found
......@@ -273,13 +273,16 @@
\titlepage
\end{frame}
% \section{Table of Contents}
% \begin{frame}[allowframebreaks=0.8]
% \frametitle{Table of Contents}
% \tableofcontents%[hideallsubsections]
% \end{frame}
\section{Table of Contents}
\begin{frame}[allowframebreaks=0.8]
\frametitle{Table of Contents}
\tableofcontents%[hideallsubsections]
\end{frame}
% Introduction
\input{src/intro/intro}
% Administration
% Serial compilation
\input{src/serial/serial}
% MPI
......
\renewcommand{\FIGREP}{src/intro/figures}
\section{Introduction to the course}
\label{sec:intro}
\begin{frame}
\frametitle{Introduction to the course}
\framesubtitle{General information}
\begin{itemize}
\item Purpose of the course: you work with a program that you need to
compile and you want to demystify this process
\item Prerequisites
\begin{itemize}
\item Familiar with the Linux environment and some knowledge of our
cluster environment
\item Basic programming knowledge of whatever compiled language (C,
C++, Fortran, etc.)
\end{itemize}
\item Course from 8h30 to 12h
\item We try to be more interactive as possible (lecture and illustrative
examples)
\item Ask questions!
\item All our courses and the material available on our website \\
\url{https://www.epfl.ch/research/facilities/scitas/documentation/training/}
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Introduction to the course}
\framesubtitle{Tentative schedule}
\begin{table}
\centering
\begin{tabular}{ccc}
\toprule \\
Time & Subject & Details \\
\midrule \\
8:15 -- 09:45 & Compilation & Compilation, standard options (debug,
optimization, etc.)\\
09:45 -- 11:00 & Libraries & Definition, linking, tools, standard
libraries (LAPACK, FFTW, etc.)\\
11:00 -- 11:30 & MPI/OpenMP & Compilation and running of MPI/OpenMP programs\\
11:30 -- 12:00 & Compilation tools & Make, CMake\\
\bottomrule \\
\end{tabular}
\end{table}
\end{frame}
\begin{frame}
\frametitle{Introduction to the course}
\framesubtitle{This is a theory slide}
\end{frame}
\begin{frame}[exercise]
\frametitle{Introduction to the course}
\framesubtitle{This is an exercise slide}
\end{frame}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "../../SCM_slides"
%%% End:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment