Page MenuHomec4science

cours_vince.tex
No OneTemporary

File Metadata

Created
Sat, Aug 31, 16:47

cours_vince.tex

\documentclass{beamer}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{listings}
\usepackage{color}
\usepackage{graphicx}
\usepackage{fancyvrb}
\usepackage{ulem}
%\usepackage{pgf,pgffor,pgfkeys,tikz,pgfplots}
\usepackage{tikz}
\usepackage{fancyvrb}
\usepackage{colortbl}
\usepackage{booktabs}
\usepackage{pgf}
\usepackage{tikzstyles}
%\usepackage{skull}
\usetikzlibrary{positioning,shapes,shadows,arrows,matrix,calc,fit,backgrounds}
% =============================
\newcommand{\pgn}{\pgfmatrixnextcell}
% =============================
\definecolor{colKeys}{rgb}{0,0,1}
\definecolor{colIdentifier}{rgb}{0,0,0}
\definecolor{colComments}{rgb}{0,.5,0}
\definecolor{colString}{rgb}{1,0,0}
\lstset{%
basicstyle=\ttfamily, %
identifierstyle=\color{colIdentifier}, %
keywordstyle=\color{colKeys}, %
stringstyle=\color{colString}, %
commentstyle=\color{colComments}, %
columns=flexible, %
tabsize=4, %
frame=single, %
extendedchars=true, %
showspaces=false, %
showtabs=true,
showstringspaces=false, %
numbers=left, %
numberstyle=\tiny, %
breaklines=true, %
breakautoindent=true, %
captionpos=b,
language=Python
}
\usetheme{default}
\setbeamercolor{structure}{fg=black}
\setbeamercolor*{titlelike}{fg=black}
\setbeamertemplate{navigation symbols}{}%remove navigation symbols
\setbeamertemplate{background}{\includegraphics[width=\paperwidth]{images/scitas-bg-1.pdf}}
\definecolor{dkred}{rgb}{.68,0,.06} % ae0010
\definecolor{dkgreen}{rgb}{.13,.57,.33}
\title{Optimization on one core \\OpenMP, MPI and hybrid programming \\ \textit{An overview of the de-facto industrial standards}}
%\author{Vincent Keller \\ Nicolas Richart}
%\title{Compilation - Optimization : a small reminder}
%\author{Vincent Keller \\ Nicolas Richart \\ (Ewan Roche -- Massimiliano Culpo)}
\author{Vincent Keller \\ Nicolas Richart}
\date{\today}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\setbeamertemplate{background}{\includegraphics[width=\paperwidth]{images/scitas-bg.pdf}}
\setbeamercolor{structure}{fg=dkred}
\begin{frame}
\frametitle{Table of Contents}
%\tableofcontents[currentsection]
\tableofcontents[hideallsubsections]
\end{frame}
%\section{Week 4 : Debug - Profile - Optimize - (Parallelize)}
%\input{Day1/optim.tex}
%\input{Day1/memtrics.tex}
%\input{Day2/compilation.tex}
%\section{Week 5 : Before starting OpenMP and MPI}
%\input{Day2/compilation.tex}
%\section{Week 5 : Parallelization with OpenMP}
%\input{Day1/openmp.tex}
%\section{Week 6 : MPI basics}
%\input{Day2/mpi-basics.tex}
%\section{Week 6 : Projects Presentation}
%\input{Day2/projects-presentation.tex}
%\section{Week 7 : MPI advanced}
%\input{Day3/mpi-advanced.tex}
%\section{Week 7 : Projects Presentation}
%\input{Day2/projects-presentation.tex}
\section{Week 11 : Hybrid programming - Project proposal}
\input{Day4/hybrid.tex}
\input{Day4/projectproposal.tex}
\end{document}

Event Timeline