-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmpiomp.tex
46 lines (29 loc) · 904 Bytes
/
mpiomp.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
\documentclass[11pt]{article}
\usepackage{color}
\usepackage{amsmath, amssymb}
\usepackage{multirow}
\usepackage{float}
\usepackage{caption}
\usepackage{url}
\newcommand{\TBD}[1]{\noindent\textcolor{red}{[TBD: #1]}}
\newcommand{\TODO}[1]{\noindent\textcolor{blue}{[TODO: #1]}}
\newcommand{\dross}[1]{}
\begin{document}
\title{\LARGE \bf MPI-OpenMP Interface}
\author{Marc Snir}
\date{\today\\v1.0}
\maketitle
\input{intro.tex}
\input{mpi.tex}
\input{omp.tex}
\input{mpi-omp.tex}
\input{mpi-task.tex}
\input{mpi-gpu.tex}
\section{Acknowledgements}
The document benefited from the comments of Pavan Balaji and Hoang-Vu Dang.
This research was supported by the Exascale Computing Project (17-SC-20-SC), a
joint project of the U.S. Department of Energy’s Office of Science and National
Nuclear Security Administration.
\bibliographystyle{abbrv}
\bibliography{bib}
\end{document}