paper.tex
2.19 KB
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
\input{./include/start.tex}
\def\theconference{IISWC'15}
\def\thetitle{\huge Energy-Performance Trade-offs on Energy-Constrained Devices
with Multi-Component DVFS}
\def\theauthors{Rizwana Begum, David Werner, Guru Prasad, Jerry Antony Ajay,
Geoffrey Challen, Mark Hempstead}
% 20 Apr 2015 : GWA : Change after paper is registered.
\def\thepapernumber{\#90}
\ifdefined\isdraft
\usepackage{fancyhdr}
\pagestyle{fancy}
\renewcommand{\headrulewidth}{0pt}
\lhead{}
\chead{To appear at \theconference{}. Do not distribute.}
\rhead{}
\else
\fi
\begin{document}
\date{}
\title{\thetitle\vspace*{-0.3in}}
\ifdefined\isdraft
\author{%
\IEEEauthorblockN{Rizwana Begum, David Werner and Mark Hempstead}
\IEEEauthorblockA{Drexel University\\
{\rm \tt{\{rb639,daw77,mhempstead\}@drexel.edu}}}
\and
\IEEEauthorblockN{Guru Prasad, Jerry Antony Ajay and Geoffrey Challen}
\IEEEauthorblockA{University at Buffalo\\
{\rm \tt \{gurupras,jerryant,challen\}@buffalo.edu}}
}
\hypersetup{
pdfinfo={
Title={\thetitle},
Author={\theauthors}
},
}
\else
%\author{\IEEEauthorblockN{Paper \thepapernumber}\vspace*{-0.1in}}
\author{%
\IEEEauthorblockN{Rizwana Begum, David Werner and Mark Hempstead}
\IEEEauthorblockA{Drexel University\\
{\rm \tt{\{rb639,daw77,mhempstead\}@drexel.edu}}}
\and
\IEEEauthorblockN{Guru Prasad and Geoffrey Challen}
\IEEEauthorblockA{University at Buffalo\\
{\rm \tt \{gurupras,challen\}@buffalo.edu}}
}
\hypersetup{
pdfinfo={
Title={\thetitle},
Author={Paper \thepapernumber}
},
}
\fi
\maketitle
\ifdefined\isblue
\begin{textblock}{1}(6.7,-0.5)
\noindent\href{http://blue.cse.buffalo.edu}{\includegraphics[width=0.6in]{./figures/logos/blue.jpg}}
\end{textblock}
\fi
\input{abstract.tex}
\input{introduction.tex}
\input{inefficiency.tex}
\input{system_methodology.tex}
\input{inefficiency_speedup.tex}
\input{optimal_performance.tex}
\input{performance_clusters.tex}
\input{algorithm_implications.tex}
% 20 Apr 2015 : GWA : Add things here as needed.
\input{conclusions.tex}
\input{acknowledgement.tex}
% 23 Sep 2014 : GWA : TODO : Reenable before submission.
% \balance
{\scriptsize
\bibliographystyle{IEEEtranS}
\bibliography{references}
}
\end{document}