Page MenuHomec4science

phys_743_parallel_programming.tex
No OneTemporary

File Metadata

Created
Wed, May 8, 01:02

phys_743_parallel_programming.tex

\documentclass[8pt,aspectratio=169]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{listings}
\usepackage{color}
\usepackage{graphicx}
\usepackage{fancyvrb}
\usepackage{ulem}
\usepackage{tikz}
\usepackage{colortbl}
\usepackage{booktabs}
\usepackage{pgf}
\usepackage{pgf,pgffor,pgfkeys,tikz,pgfplots}
\usepackage{tikzstyles}
\makeatletter
\def\beamer@calltheme#1#2#3{%
\def\beamer@themelist{#2}
\@for\beamer@themename:=\beamer@themelist\do
{\usepackage[{#1}]{\beamer@themelocation/#3\beamer@themename}}}
\def\usefolder#1{
\def\beamer@themelocation{#1}
}
\def\beamer@themelocation{}
\makeatother
%\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
}
\usefolder{scitas_theme}
\usetheme{scitas}
%\usetheme{default}
\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[V. Keller, N. Richart]{Vincent Keller \\ Nicolas Richart}
\date{\today}
\begin{document}
\begin{frame}[plain]
\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}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:

Event Timeline