forked from HPCToolkit/hpctoolkit
-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
101 lines (72 loc) · 3.32 KB
/
README
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
$Id$
=============================================================================
=============================================================================
HPCToolkit/README
As of August 17, 2015, the Rice HPCToolkit repositories (hpctoolkit,
hpcviewer, libmonitor) have moved to GitHub.
https://github.com/HPCToolkit
To clone the hpctoolkit repository:
git clone https://github.com/HPCToolkit/hpctoolkit.git
More directions to appear on the HPCToolkit web site:
http://hpctoolkit.org
=============================================================================
=============================================================================
Contents:
0. What is HPCToolkit
1. Obtaining and Installing HPCToolkit
2. For More Information
=============================================================================
----------------------------------------
0. What is HPCToolkit
----------------------------------------
HPCToolkit is an integrated suite of tools for measurement and
analysis of program performance on computers ranging from multicore
desktop systems to the nation's largest supercomputers. HPCToolkit
provides accurate measurements of a program's work, resource
consumption, and inefficiency, correlates these metrics with the
program's source code, works with multilingual, fully optimized
binaries, has very low measurement overhead, and scales to large
parallel systems. HPCToolkit's measurements provide support for
analyzing a program execution cost, inefficiency, and scaling
characteristics both within and across nodes of a parallel system.
More information can be found at
http://hpctoolkit.org.
=============================================================================
----------------------------------------
1. Obtaining and Installing HPCToolkit
----------------------------------------
Basic information for obtaining and installing HPCToolkit may be found in
README.Install
Detailed information about obtaining and installing HPCToolkit may be
found at:
WWW: http://www.hpctoolkit.org/software.html
Local: <hpctoolkit-source>/doc/www/software.html
=============================================================================
----------------------------------------
2. For More Information
----------------------------------------
WWW Page:
[www] http://hpctoolkit.org
[local] <hpctoolkit-install>/share/doc/hpctoolkit/index.html
Documentation:
[www] http://hpctoolkit.org/documentation.html
[local] <hpctoolkit-install>/share/doc/hpctoolkit/documentation.html
N.B.: See especially the "Quick Start" chapter of the Users Manual.
Man pages:
<hpctoolkit-install>/share/man
Command-line help:
Pass -h or --help to any of HPCToolkit's command-line tools for a
help message.
Email (for compliments, complaints and cash):
hpctoolkit-forum =at= rice.edu
N.B.: When contacting us or submitting a bug report, please tell us
about the following:
- System. E.g., operating system, architecture, PAPI, compiler.
- HPCToolkit. E.g., version; build information from
<hpctoolkit-build>/config.log, which is generated after running
configure.
- Profiled application: E.g., language, whether dynamically or
statically linked.
- Relevant profiling/analysis commands. If you have used hpcrun,
please include the results of executing:
hpcsummary --all <hpctoolkit-measurements>