-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
218 lines (184 loc) · 6.84 KB
/
main.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
% This is LLNCS.DEM the demonstration file of
% the LaTeX macro package from Springer-Verlag
% for Lecture Notes in Computer Science,
% version 2.2 for LaTeX2e
%
\documentclass{llncs}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% *** MISC UTILITY PACKAGES ***
%
\usepackage{ifpdf}
% *** CITATION PACKAGES ***
\usepackage{cite}
% *** GRAPHICS RELATED PACKAGES ***
%
\usepackage[pdftex]{graphicx}
% *** MATH PACKAGES ***
\usepackage[cmex10]{amsmath}
% *** SPECIALIZED LIST PACKAGES ***
\usepackage{algorithmic}
%SP: Added to reduce verticle space between the subsections
\setlength{\topskip}{0pt}
% *** ALIGNMENT PACKAGES ***
\usepackage{array}
\usepackage{mdwmath}
\usepackage{mdwtab}
%\usepackage{eqparbox}
% *** SUBFIGURE PACKAGES ***
%\usepackage[tight,footnotesize]{subfigure}
\usepackage{caption}
\usepackage{subcaption}
% *** FLOAT PACKAGES ***
\usepackage{fixltx2e}
%\usepackage{stfloats}
% stfloats.sty was written by Sigitas Tolusis. This package gives LaTeX2e
% the ability to do double column floats at the bottom of the page as well
% as the top. (e.g., "\begin{figure*}[!b]" is not normally possible in
% LaTeX2e). It also provides a command:
%\fnbelowfloat
% to enable the placement of footnotes below bottom floats
% *** PDF, URL AND HYPERLINK PACKAGES ***
\usepackage{url}
% correct bad hyphenation here
\hyphenation{Shar-ed Memo-ry Pass-ing Mess-age Be-sides bench-mark su-pports uni-versity Carolina}
\usepackage{flushend}
\usepackage{listings}
\usepackage{color}
\usepackage{framed} %package for framing images
\usepackage{lscape}
\usepackage{hyperref}
%\usepackage{subfig}
\usepackage{float}
\usepackage{multirow}
%\usepackage[options]{algorithm}
%\floatstyle{boxed}
\restylefloat{figure}
\setcounter{secnumdepth}{5}
% NOTE:
%\section{} % level 1
%\subsection{} %level 2
%\subsubsection{} % level 3
%\paragraph{} % level 4 - equivalent to subsubsubsection
%\subparagraph{} % level 5
%
\definecolor{dkgreen}{rgb}{0,0.6,0}
\definecolor{gray}{rgb}{0.5,0.5,0.5}
\definecolor{mauve}{rgb}{0.58,0,0.82}
\lstset{
language=C, % the language of the code
%basicstyle=\footnotesize,
basicstyle=\ttfamily\scriptsize, % the size of the fonts that are used for the code
numbers=left, % where to put the line-numbers
numberstyle=\tiny\color{gray}, % the style that is used for the line-numbers
stepnumber=1, % the step between two line-numbers. If it's 1, each line
% will be numbered
backgroundcolor=\color{white}, % choose the background color. You must add \usepackage{color}
showspaces=false, % show spaces adding particular underscores
showstringspaces=false, % underline spaces within strings
showtabs=false, % show tabs within strings adding particular underscores
rulecolor=\color{black}, % if not set, the frame-color may be changed on line-breaks within not-black text (e.g. commens (green here))
tabsize=1, % sets default tabsize to 2 spaces
%captionpos=b, % sets the caption-position to bottom
breaklines=true, % sets automatic line breaking
breakatwhitespace=true, % sets if automatic breaks should only happen at whitespace
%title=\lstname, % show the filename of files included with \lstinputlisting;
caption=\lstname, % also try caption instead of title
keywordstyle=\color{blue}, % keyword style
commentstyle=\color{dkgreen}, % comment style
stringstyle=\color{mauve}, % string literal style
escapeinside={\%*}{*)}, % if you want to add LaTeX within your code
xleftmargin=15pt,
morekeywords={*,...} % if you want to add more keywords to the set
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{makeidx} % allows for indexgeneration
%
\lstset{numbers=left,numberblanklines=false,escapeinside=||}
\let\origthelstnumber\thelstnumber
\makeatletter
\newcommand*\Suppressnumber{%
\lst@AddToHook{OnNewLine}{%
\let\thelstnumber\relax%
\advance\c@lstnumber-\@ne\relax%
}%
}
\newcommand*\Reactivatenumber{%
\lst@AddToHook{OnNewLine}{%
\let\thelstnumber\origthelstnumber%
\advance\c@lstnumber\@ne\relax}%
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%
\frontmatter % for the preliminaries
%
\pagestyle{headings} % switches on printing of running heads
%\mainmatter % start of the contributions
%%
\title{Evaluating OpenMP Affinity on the POWER8 Architecture }
%Affinity evaluation in OpenMP 4.5
%Affinity and accelerators - using device_num, data regions for the accelerator, however none of these mechanism are aware of NUMA domains.
%Using the OpenMP 4.5 target data directive it could be a mechanism to control affinity
%
%Places in the OpenMP 4.5 we need a new way to specify a NUMA domain in the context of a device.
%
%#pragma omp target data device(host:NUMA1) map(tofrom: a, b: zerocopy)
%{
%
%#pragma omp target device(host:NUMA1)
%pragma omp parallel
% // these threads belong to the NUMA node.
% // NUMA domain
%
%}
%
%\titlerunning{Hamiltonian Mechanics} % abbreviated title (for running head)
% also used for the TOC unless
% \toctitle is used
%
\author{Swaroop Pophale \and Oscar Hernandez
}
%
%%%% modified list of authors for the TOC (add the affiliations)
\tocauthor{Swaroop Pophale, Oscar Hernandez (Oak Ridge National Laboratory)}
%
\institute{
Computer Science and Mathematics Division\\
Oak Ridge National Laboratory, Oak Ridge, Tennessee, 37840, USA\\
\email{\{pophaless,oscar\}@ornl.gov}
}
\maketitle % typeset the title of the contribution
\begin{abstract}
\input{text/abs}
% Importance of affinity, it is well understood for traditional systems but lil understanding on massively multi-threaded heterogeneous architectures (including the different memories). OpenMP implicitly controls affinity but there is no explicit way to control memory hierarchy.
\end{abstract}
\section{Introduction}
% How affinity works on 4.0 and 4.5
% What discussions are being proposed for 5.0 --telecon
\label{sec:intro}
\input{text/intro}
\section{Motivation}
%How do affinity constructs work and see their adequacy and propose extensions ---on OpenPOWER
\label{sec:motivation}
\input{text/moti}
\section{Experimentation}
\label{sec:method}
\input{text/method} %methodology, implementation and results here
\section{Results}
\label{sec:results}
\input{text/results}
\section{Related Work}
\label{sec:related}
\input{text/related}
\section{Conclusions and Future Work}
\label{sec:conclusion}
\input{text/conclusion}
\section{Acknowledgements}
\label{sec:ack}
\input{text/ack}
% conference papers do not normally have an appendix
%\section{Acknowledgments}
%\input{ack}
\bibliographystyle{splncs}
\bibliography{references}
\end{document}