Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Compiling code and using MPI - lecture
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCITAS
Courses
Compiling code and using MPI
Compiling code and using MPI - lecture
Commits
df3ac17a
Commit
df3ac17a
authored
3 years ago
by
Emmanuel Lanti
Browse files
Options
Downloads
Patches
Plain Diff
Add intro slide
parent
fa650360
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
SCM_slides.tex
+9
-6
9 additions, 6 deletions
SCM_slides.tex
src/intro/intro.tex
+62
-0
62 additions, 0 deletions
src/intro/intro.tex
with
71 additions
and
6 deletions
SCM_slides.tex
+
9
−
6
View file @
df3ac17a
...
...
@@ -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
}
%
Administr
ation
%
Serial compil
ation
\input
{
src/serial/serial
}
% MPI
...
...
This diff is collapsed.
Click to expand it.
src/intro/intro.tex
0 → 100644
+
62
−
0
View file @
df3ac17a
\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:
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment