-
Notifications
You must be signed in to change notification settings - Fork 124
/
index.doc
65 lines (42 loc) · 1.28 KB
/
index.doc
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
/*! \mainpage HPCG: High Performance Conjugate Gradients Benchmark
\section HPCG_outline Outline
<ul>
<li>\ref HPCG_intro
<li>\ref HPCG_startup
<ul>
<li>\ref HPCG_quickstart
<li>\ref HPCG_readme
<li>\ref HPCG_installation
<li>\ref HPCG_tuning
</ul>
<li>\ref HPCG_details
<ul>
<li>\ref HPCG_history
<li>\ref HPCG_bugs
<li>\ref HPCG_todo
<li>\ref HPCG_copyright
</ul>
</ul>
\section HPCG_intro Introduction
HPCG is a self-contained benchmark that generates and solves a synthetic 3D sparse linear system
using a multigrid preconditioned (with local symmetric Gauss-Seidel smoother) conjugate gradients method.
\section HPCG_startup Getting started
This content is found in the main directory of the HPCG distribution tar file.
\subsection HPCG_quickstart Quick Start
\verbinclude QUICKSTART
\subsection HPCG_readme README file
\verbinclude README
\subsection HPCG_installation Installation Instructions
\verbinclude INSTALL
\subsection HPCG_tuning Tuning HPCG
\verbinclude TUNING
\section HPCG_details Details about HPCG
\subsection HPCG_history Code History
\verbinclude HISTORY
\subsection HPCG_bugs Known Bugs
\verbinclude BUGS
\subsection HPCG_todo Next Project Efforts
\verbinclude TODO
\subsection HPCG_copyright Copyright Statement
\verbinclude COPYRIGHT
*/