forked from E4S-Project/ECP-ST-CAR-PUBLIC
-
Notifications
You must be signed in to change notification settings - Fork 10
/
ECP-ST-CAR.tex
337 lines (295 loc) · 15.5 KB
/
ECP-ST-CAR.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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
\documentclass{ecpreport-publicv1}
\usepackage{draftwatermark}
\usepackage{wrapfig}
\usepackage{subfig}
\usepackage{xcolor,colortbl}
\usepackage{array}
\usepackage{float} %added to wrangle tables and figures
\usepackage[disable]{todonotes}%added todonotes for hardcopy notes and to span repos -STC
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\definecolor{Gray}{gray}{0.85}
\definecolor{LightCyan}{rgb}{0.88,1,1}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\newcolumntype{g}{>{\columncolor{Gray}}c}
\newcolumntype{w}{>{\columncolor{white}}c}
%%\begin{flushright}
%%
%%\end{flushright}
\newcolumntype{y}{>{\columncolor{LightCyan}}c}
%\usepackage{subcaption}
%\usepackage{graphicx}
\newcommand{\pmr}{Programming Models \& Runtimes}
\newcommand{\tools}{Development Tools}
\newcommand{\mathlibs}{Mathematical Libraries}
\newcommand{\dataviz}{Data \& Visualization}
\newcommand{\ecosystem}{Software Ecosystem \& Delivery} %changed SW to ``software'' per Julia.
\newcommand{\nnsa}{NNSA ST}
\newcommand{\stid}[1]{{\texttt{WBS 2.3.{#1}}}}
\newcommand{\zfp}{\textsc{zfp}}
\usepackage[framemethod=TikZ,backgroundcolor=gray!40,shadow=true,roundcorner=8pt]{mdframed}
\usetikzlibrary{shadows}
\usetikzlibrary{calc}
\usepackage{hyperref}
\hypersetup{
colorlinks,
citecolor=blue,
filecolor=blue,
linkcolor=blue,
urlcolor=blue
}
%\usepackage{subcaption}
\usepackage{graphicx}
\usepackage{grffile}
\usepackage{listings}
\usepackage{csquotes}
\lstset{
basicstyle=\linespread{0.94}\footnotesize\ttfamily,
columns=fullflexible,
language=C++,
escapeinside={(*@}{@*)},
breaklines=true,
}
\usepackage{tikz}
\usepackage{pgfplots}
\usepackage{paralist}
% Toggle between public and internal version of report.
% If publictrue is uncommented, the appendix is omitted and the title is changed to Internal. References to the appendix are not generated.
\newif\ifpublic
\publictrue % Comment the beginning of this line to enable the Internal version (with Appendix)
%%---------------------------------------------------------------------------%%
%% VARIABLES
%%---------------------------------------------------------------------------%%
\author{Michael A.~Heroux, Director ECP ST
\and Lois Curfman McInnes, Deputy Director ECP ST
\and Rajeev Thakur, Programming Models \& Runtimes Lead
\and Jeffrey S.~Vetter, Development Tools Lead
\and Sherry Li, Mathematical Libraries Lead
\and James Ahrens, Data \& Visualization Lead
\and Todd Munson, Software Ecosystem \& Delivery Lead
\and Kathryn Mohror, NNSA ST Lead}
\ifpublic
\title{ECP Software Technology Capability Assessment Report--Public--DRAFT}
\else
\title{ECP Software Technology Capability Assessment Report--Internal}
\fi
%\date{\today}
\date{November 22, 2021}
%\wbs{2.3}
\ifpublic
\id{ECP-RPT-ST-000X-2021--Public--DRAFT}
\reportnum{ECP-RPT-ST-000X-2021--Public--DRAFT}
\else
\id{ECP-RPT-ST-0002-2021--Internal}
\reportnum{ECP-RPT-ST-0002-2021--Internal}
\fi
\submitter{Michael A.~Heroux}
%\concurrence{Douglas Kothe}
%\concurrenceorg{ECP Director}
%
%\approver{Dan Hoag}
%\approverorg{Federal Project Administrator}
%%---------------------------------------------------------------------------%%
%% FRONT MATTER
%%---------------------------------------------------------------------------%%
\begin{document}
\frontmatter
%%---------------------------------------------------------------------------%%
%% REVISION LOG
\begin{revlog}
1.0 & July 1, 2018 & \textit{ECP ST Capability Assessment Report } \\\hline
1.5 & February 1, 2019 & \textit{Second release} \\\hline
2.0 & February 1, 2020 & \textit{Third release} \\\hline
2.5 & November 19, 2020 & \textit{Fourth release}\\\hline
3.0 & November 22, 2021 & \textit{Fifth release--DRAFT} \\\hline
\end{revlog}
%%---------------------------------------------------------------------------%%
% EXECUTIVE SUMMARY
\input{abstract}
\tableofcontents
\listoffigures
\listoftables
%%---------------------------------------------------------------------------%%
% MAIN DOCUMENT
%%---------------------------------------------------------------------------%%
\mainmatter
\input{Introduction}
\input{Project-Management}
%\newpage
%\section{ECP ST Technical Areas}
%\input{projects/2.3.1-PMR/2.3.1-PMR}
%\input{projects/2.3.2-Tools/2.3.2-Tools}
%\input{projects/2.3.3-MathLibs/2.3.3-MathLibs}
%\input{projects/2.3.4-DataViz/2.3.4-DataViz}
%\input{projects/2.3.5-Ecosystem/2.3.5-Ecosystem}
%\input{projects/2.3.6-NNSA/2.3.6-NNSA}
\newpage
\section{ECP ST Deliverables}\label{sect:deliverables}
\input{Deliverables-Overview}
\input{Projects}
\input{Standards}
\input{Design}
%\input{ProductDictionary}
%%---------------------------------------------------------------------------%%
%\vspace{3in}
\clearpage
%\newpage
\section{ECP ST Technical Areas}\label{sect:project-summaries}
%\section{ECP ST Project Summaries}\label{sect:project-summaries}
ECP ST is composed of six L3 technical areas (Figure~\ref{fig:l3-overview}). This section of the report provides an overview of each L3 technical area and two-page summaries of each funded project within the technical area. For each L3 area, the report discusses scope and requirements, assumptions and feasibility, objectives, plans, risks and mitigations, and future trends. For each L4 subproject, a project overview is provided and the key challenges, solution strategy, recent progress, and next steps for the project are summarized.
\
\begin{figure}[H]
\centering
\fbox{\includegraphics[width=0.9\linewidth]{L3-Overview}}
\caption{ECP ST is composed of six L3 technical areas. The first four areas are organized around functionality development themes. The fifth is focused on technology for packaging and delivering capabilities. The sixth is organized around per-lab open-source development at the three DOE NNSA laboratories: LANL, LLNL, and SNL. }
\label{fig:l3-overview}
\todo[inline]{Please add a higher resolution version of this figure without the spell check underlines.}
\end{figure}
\newpage
%\subsection{\pmr}
%This section presents projects in \pmr.
\input{projects/2.3.1-PMR/2.3.1-PMR}
\newpage
\input{projects/2.3.1-PMR/2.3.1.01-PMR-SDKs/2.3.1.01-PMR-SDKs}
\newpage
\input{projects/2.3.1-PMR/2.3.1.07-Exascale-MPI/2.3.1.07-Exascale-MPI}
\newpage
\input{projects/2.3.1-PMR/2.3.1.08-Legion/2.3.1.08-Legion}
\newpage
\input{projects/2.3.1-PMR/2.3.1.09-ParSEC/2.3.1.09-ParSEC}
\newpage
\input{projects/2.3.1-PMR/2.3.1.14-UPCxx-GASNet/2.3.1.14-GASNet-EX}
\input{projects/2.3.1-PMR/2.3.1.14-UPCxx-GASNet/2.3.1.14-UPCxx}
\newpage
\input{projects/2.3.1-PMR/2.3.1.16-SICM/2.3.1.16-SICM}
\newpage
\input{projects/2.3.1-PMR/2.3.1.17-OMPI-X/2.3.1.17-OMPI-X}
\newpage
\input{projects/2.3.1-PMR/2.3.1.18-RAJA-Kokkos/2.3.1.18-RAJA-Kokkos}
\newpage
\input{projects/2.3.1-PMR/2.3.1.19-Argo-PowerSteering/2.3.1.19-Argo-PowerSteering}
\newpage
%\subsection{\tools}
%This section presents projects in \tools.
\input{projects/2.3.2-Tools/2.3.2-Tools}
\newpage
\input{projects/2.3.2-Tools/2.3.2.01-Tools-SDKs/2.3.2.01-Tools-SDKs}
\newpage
\input{projects/2.3.2-Tools/2.3.2.06-EXA-PAPI/2.3.2.06-EXA-PAPI}
\newpage
\input{projects/2.3.2-Tools/2.3.2.08-HPCToolkit/2.3.2.08-HPCToolkit}
\newpage
\input{projects/2.3.2-Tools/2.3.2.10-PROTEAS-YTUNE/2.3.2.10-PROTEAS}
\input{projects/2.3.2-Tools/2.3.2.10-PROTEAS-YTUNE/2.3.2.10-LLVM}
\input{projects/2.3.2-Tools/2.3.2.10-PROTEAS-YTUNE/2.3.2.10-CLACC}
\input{projects/2.3.2-Tools/2.3.2.10-PROTEAS-YTUNE/2.3.2.10-LLVM-DOE}
\input{projects/2.3.2-Tools/2.3.2.10-PROTEAS-YTUNE/2.3.2.10-FLACC-MLIR}
\input{projects/2.3.2-Tools/2.3.2.10-PROTEAS-YTUNE/2.3.2.10-Autotuning}
\input{projects/2.3.2-Tools/2.3.2.10-PROTEAS-YTUNE/2.3.2.10-Bricks}
\input{projects/2.3.2-Tools/2.3.2.10-PROTEAS-YTUNE/2.3.2.10-TAU}
\input{projects/2.3.2-Tools/2.3.2.10-PROTEAS-YTUNE/2.3.2.10-PAPYRUS}
\input{projects/2.3.2-Tools/2.3.2.10-PROTEAS-YTUNE/2.3.2.10-SYCL}
\newpage
\input{projects/2.3.2-Tools/2.3.2.11-SOLLVE/2.3.2.11-SOLLVE}
\input{projects/2.3.2-Tools/2.3.2.11-SOLLVE/2.3.2.11-SOLLVE-ARGOBOTS}
\input{projects/2.3.2-Tools/2.3.2.11-SOLLVE/2.3.2.11-SOLLVE-BOLT}
\input{projects/2.3.2-Tools/2.3.2.11-SOLLVE/2.3.2.11-SOLLVE-LLVM}
\input{projects/2.3.2-Tools/2.3.2.11-SOLLVE/2.3.2.11-SOLLVE-LLVM_enhancement}
\input{projects/2.3.2-Tools/2.3.2.11-SOLLVE/2.3.2.11-SOLLVE-VV}
\input{projects/2.3.2-Tools/2.3.2.11-SOLLVE/2.3.2.11-SOLLVE-training}
\newpage
\input{projects/2.3.2-Tools/2.3.2.12-Flang/2.3.2.12-Flang}
\newpage
%\subsection{\mathlibs}
%This section presents projects in \mathlibs.
\input{projects/2.3.3-MathLibs/2.3.3-MathLibs}
\newpage
\input{projects/2.3.3-MathLibs/2.3.3.01-xSDK/2.3.3.01-xSDK}
\input{projects/2.3.3-MathLibs/2.3.3.01-xSDK/2.3.3.01-xsdk-multiprecision}
\input{projects/2.3.3-MathLibs/2.3.3.01-xSDK/2.3.3.01-xsdk-batchsprsla}
\newpage
\input{projects/2.3.3-MathLibs/2.3.3.06-PETSc-TAO/2.3.3.06-PETSc-TAO}
\newpage
\input{projects/2.3.3-MathLibs/2.3.3.07-STRUMPACK-SuperLU/2.3.3.07-STRUMPACK-SuperLU}
\newpage
\input{projects/2.3.3-MathLibs/2.3.3.12-SUNDIALS-hypre/2.3.3.12-SUNDIALS}
\input{projects/2.3.3-MathLibs/2.3.3.12-SUNDIALS-hypre/2.3.3.12-hypre}
\newpage
\input{projects/2.3.3-MathLibs/2.3.3.13-CLOVER/2.3.3.13-CLOVER}
\input{projects/2.3.3-MathLibs/2.3.3.13-CLOVER/2.3.3.13-FFT-ECP}
\input{projects/2.3.3-MathLibs/2.3.3.13-CLOVER/2.3.3.13-SLATE}
\input{projects/2.3.3-MathLibs/2.3.3.13-CLOVER/2.3.3.13-GINKGO}
\newpage
\input{projects/2.3.3-MathLibs/2.3.3.14-ALExa-ForTrilinos/2.3.3.14-ALExa}
\newpage
\input{projects/2.3.3-MathLibs/2.3.3.15-Sake/2.3.3.15-Sake}
\input{projects/2.3.3-MathLibs/2.3.3.15-Sake/2.3.3.15-KokkosKernels}
\input{projects/2.3.3-MathLibs/2.3.3.15-Sake/2.3.3.15-Trilinos}
\newpage
%\subsection{\dataviz}
%This section presents projects in \dataviz.
\input{projects/2.3.4-DataViz/2.3.4-DataViz}
\newpage
\input{projects/2.3.4-DataViz/2.3.4.01-DataViz-SDK/2.3.4.01-DataViz-SDK}
\newpage
\input{projects/2.3.4-DataViz/2.3.4.09-ADIOS/2.3.4.09-ADIOS}
\newpage
\input{projects/2.3.4-DataViz/2.3.4.10-DataLib/2.3.4.10-DataLib}
\newpage
\input{projects/2.3.4-DataViz/2.3.4.13-ECP-VTK-m/2.3.4.13-ECP-VTK-m}
\newpage
\input{projects/2.3.4-DataViz/2.3.4.14-VeloC-SZ/2.3.4.14-VeloC}
\input{projects/2.3.4-DataViz/2.3.4.14-VeloC-SZ/2.3.4.14-EZ}
\newpage
\input{projects/2.3.4-DataViz/2.3.4.15-HDF5-UnifyCR/2.3.4.15-ExaHDF5}
\input{projects/2.3.4-DataViz/2.3.4.15-HDF5-UnifyCR/2.3.4.15-UNIFYCR}
\newpage
\input{projects/2.3.4-DataViz/2.3.4.16-ALPINE-ZFP/2.3.4.16-ALPINE}
\input{projects/2.3.4-DataViz/2.3.4.16-ALPINE-ZFP/2.3.4.16-ZFP}
\newpage
%\subsection{\ecosystem}
%This section presents projects in \ecosystem.
\input{projects/2.3.5-Ecosystem/2.3.5-Ecosystem}
\newpage
\input{projects/2.3.5-Ecosystem/2.3.5.01-Ecosystem-SDK/2.3.5.01-Ecosystem-SDK}
\newpage
\input{projects/2.3.5-Ecosystem/2.3.5.09-SW-Packaging/2.3.5.09-SW-Packaging}
\newpage
\input{projects/2.3.5-Ecosystem/2.3.5.10-ExaWorks/2.3.5.10-ExaWorks}
\newpage
%\subsection{\nnsa}
%This section presents projects in \nnsa.
\input{projects/2.3.6-NNSA/2.3.6-NNSA}
\newpage
\input{projects/2.3.6-NNSA/2.3.6.01-LANL-ATDM/2.3.6.01-LANL-ATDM-ST}
\newpage
\input{projects/2.3.6-NNSA/2.3.6.02-LLNL-ATDM/2.3.6.02-LLNL-ATDM-ST}
\newpage
\input{projects/2.3.6-NNSA/2.3.6.03-SNL-ATDM/2.3.6.03-SNL-ATDM-ST}
\newpage
\section{Conclusion}
ECP ST is providing a collection of essential software capabilities necessary for successful results from Exascale computing platforms, while also delivery a suite of products that can be sustained into the future. This Capabilities Assessment Report and subsequent versions will provide a periodic summary of capabilities, plans, and challenges as the ECP proceeds.
%%---------------------------------------------------------------------------%%
\newpage
\section*{Acknowledgments}
This research was supported by the Exascale Computing Project (ECP), Project
Number: 17-SC-20-SC, a collaborative effort of two DOE organizations---the
Office of Science and the National Nuclear Security
Administration---responsible for the planning and preparation of a capable
Exascale ecosystem---including software, applications, hardware, advanced
system engineering, and early testbed platforms---to support the nation's
Exascale computing imperative.
%%---------------------------------------------------------------------------%%
%% References
\newpage
\bibliographystyle{unsrt}
\bibliography{references,projects/2.3.1-PMR/2.3.1.01-PMR-SDKs/2.3.1.01-PMR-SDKs,projects/2.3.1-PMR/2.3.1.07-Exascale-MPI/2.3.1.07-Exascale-MPI,projects/2.3.1-PMR/2.3.1.08-Legion/2.3.1.08-Legion,projects/2.3.1-PMR/2.3.1.09-ParSEC/2.3.1.09-ParSEC,projects/2.3.1-PMR/2.3.1.14-UPCxx-GASNet/2.3.1.14-GASNet-EX,projects/2.3.1-PMR/2.3.1.14-UPCxx-GASNet/2.3.1.14-UPCxx,projects/2.3.1-PMR/2.3.1.16-SICM/2.3.1.16-SICM,projects/2.3.1-PMR/2.3.1.17-OMPI-X/2.3.1.17-OMPI-X,projects/2.3.1-PMR/2.3.1.18-RAJA-Kokkos/2.3.1.18-RAJA-Kokkos,projects/2.3.1-PMR/2.3.1.19-Argo-PowerSteering/2.3.1.19-Argo-PowerSteering,projects/2.3.2-Tools/2.3.2.01-Tools-SDKs/2.3.2.01-Tools-SDKs,projects/2.3.2-Tools/2.3.2.06-EXA-PAPI/2.3.2.06-EXA-PAPI,projects/2.3.2-Tools/2.3.2.08-HPCToolkit/2.3.2.08-HPCToolkit,projects/2.3.2-Tools/2.3.2.10-PROTEAS-YTUNE/2.3.2.10-Autotuning,projects/2.3.2-Tools/2.3.2.10-PROTEAS-YTUNE/2.3.2.10-CLACC,projects/2.3.2-Tools/2.3.2.10-PROTEAS-YTUNE/2.3.2.10-LLVM,projects/2.3.2-Tools/2.3.2.10-PROTEAS-YTUNE/2.3.2.10-PAPYRUS,projects/2.3.2-Tools/2.3.2.10-PROTEAS-YTUNE/2.3.2.10-PROTEAS,projects/2.3.2-Tools/2.3.2.10-PROTEAS-YTUNE/2.3.2.10-TAU,projects/2.3.2-Tools/2.3.2.10-PROTEAS-YTUNE/2.3.2.10-Bricks,projects/2.3.2-Tools/2.3.2.10-PROTEAS-YTUNE/2.3.2.10-SYCL.bib,projects/2.3.2-Tools/2.3.2.11-SOLLVE/2.3.2.11-SOLLVE-ARGOBOTS,projects/2.3.2-Tools/2.3.2.11-SOLLVE/2.3.2.11-SOLLVE-BOLT,projects/2.3.2-Tools/2.3.2.11-SOLLVE/2.3.2.11-SOLLVE,projects/2.3.2-Tools/2.3.2.11-SOLLVE/2.3.2.11-SOLLVE-LLVM_enhancement,projects/2.3.2-Tools/2.3.2.11-SOLLVE/2.3.2.11-SOLLVE-VV,projects/2.3.2-Tools/2.3.2.12-Flang/2.3.2.12-Flang,projects/2.3.3-MathLibs/2.3.3.01-xSDK/2.3.3.01-xSDK,projects/2.3.3-MathLibs/2.3.3.06-PETSc-TAO/2.3.3.06-PETSc-TAO,projects/2.3.3-MathLibs/2.3.3.07-STRUMPACK-SuperLU/2.3.3.07-STRUMPACK-SuperLU,projects/2.3.3-MathLibs/2.3.3.12-SUNDIALS-hypre/2.3.3.12-SUNDIALS,projects/2.3.3-MathLibs/2.3.3.12-SUNDIALS-hypre/2.3.3.12-hypre,projects/2.3.3-MathLibs/2.3.3.13-CLOVER/2.3.3.13-GINKGO,projects/2.3.3-MathLibs/2.3.3.13-CLOVER/2.3.3.13-FFT,projects/2.3.3-MathLibs/2.3.3.13-CLOVER/2.3.3.13-SLATE,projects/2.3.3-MathLibs/2.3.3.14-ALExa-ForTrilinos/2.3.3.14-ALExa,projects/2.3.3-MathLibs/2.3.3.14-ALExa-ForTrilinos/2.3.3.14-ForTrilinos,projects/2.3.4-DataViz/2.3.4.01-DataViz-SDK/2.3.4.01-DataViz-SDK,projects/2.3.4-DataViz/2.3.4.09-ADIOS/2.3.4.09-ADIOS,projects/2.3.4-DataViz/2.3.4.13-ECP-VTK-m/2.3.4.13-ECP-VTK-m,projects/2.3.4-DataViz/2.3.4.14-VeloC-SZ/2.3.4.14-EZ,projects/2.3.4-DataViz/2.3.4.14-VeloC-SZ/2.3.4.14-VeloC,projects/2.3.4-DataViz/2.3.4.15-HDF5-UnifyCR/2.3.4.15-UNIFYCR,projects/2.3.4-DataViz/2.3.4.16-ALPINE-ZFP/2.3.4.16-ALPINE,projects/2.3.4-DataViz/2.3.4.16-ALPINE-ZFP/2.3.4.16-ZFP,projects/2.3.5-Ecosystem/2.3.5.01-Ecosystem-SDK/2.3.5.01-Ecosystem-SDK,projects/2.3.5-Ecosystem/2.3.5.09-SW-Packaging/2.3.5.09-SW-Packaging,projects/2.3.5-Ecosystem/2.3.5.10-ExaWorks/2.3.5.10-ExaWorks,projects/2.3.6-NNSA/2.3.6.01-LANL-ATDM/2.3.6.01-LANL-ATDM-ST,projects/2.3.6-NNSA/2.3.6.02-LLNL-ATDM/2.3.6.02-LLNL-ATDM-ST,projects/2.3.6-NNSA/2.3.6.03-SNL-ATDM/2.3.6.03-SNL-ATDM-ST}
%%---------------------------------------------------------------------------%%
%% APPENDIX
%%---------------------------------------------------------------------------%%
% The ECP ST CAR Appendix is kept in a private repo. It must be cloned/forked and be side-by-side with the ECP-ST-CAR-PUBLIC repo if the following line is uncommented.
\ifpublic
\else
\input{../ECP-ST-CAR-APPENDIX/appendix}
\fi
\end{document}