1H5PERF_SERIAL:(1) User Commands H5PERF_SERIAL:(1)
2
3
4
6 h5perf_serial: - Measures HDF5 serial performance.
7
9 h5perf_serial: Version 1.8.7 usage: h5perf_serial [OPTIONS]
10
11 OPTIONS
12
13 -h Print an usage message and exit
14
15 -A AL Which APIs to test [default: all of them]
16
17 -c SL Selects chunked storage and defines chunks dimensions and sizes
18 [default: Off]
19
20 -e SL Dimensions and sizes of dataset [default: 100,200]
21
22 -i N Number of iterations to perform [default: 1]
23
24 -r NL Dimension access order (see below for description) [default:
25 1,2]
26
27 -t Selects extendable dimensions for HDF5 dataset [default: Off]
28
29 -v VFD Selects file driver for HDF5 access [default: sec2]
30
31 -w Perform write tests, not the read tests [default: Off]
32
33 -x SL Dimensions and sizes of the transfer buffer [default: 10,20]
34
35 N - is an integer > 0.
36
37 S - is a size specifier, an integer > 0 followed by a size indica‐
38 tor:
39
40 K - Kilobyte (1024) M - Megabyte (1048576) G - Gigabyte
41 (1073741824)
42
43 Example: '37M' is 37 megabytes or 38797312 bytes
44
45 AL - is an API list. Valid values are:
46
47 hdf5 - HDF5 posix - POSIX
48
49 Example: -A posix,hdf5
50
51 NL - is list of integers (N) separated by commas.
52
53 Example: 1,2,3
54
55 SL - is list of size specifiers (S) separated by commas.
56
57 Example: 2K,2K,3K
58
59 The example defines an object (dataset, tranfer buffer) with
60 three dimensions. Be aware that as the number of dimensions
61 increases, the the total size of the object increases exponen‐
62 tially.
63
64 VFD - is an HDF5 file driver specifier. Valid values are:
65
66 sec2, stdio, core, split, multi, family, direct
67
68 Dimension access order:
69
70 Data access starts at the cardinal origin of the dataset using
71 the transfer buffer. The next access occurs on a dataset region
72 next to the previous one. For a multidimensional dataset, there
73 are several directions as to where to proceed. This can be spec‐
74 ified in the dimension access order. For example, -r 1,2 states
75 that the tool should traverse dimension 1 first, and then dimen‐
76 sion 2.
77
78 Environment variables:
79
80 HDF5_NOCLEANUP
81 Do not remove data files if set [default remove]
82
83 HDF5_PREFIX
84 Data file prefix
85
86 usage: h5perf_serial [OPTIONS]
87
88 OPTIONS
89
90 -h Print an usage message and exit
91
92 -A AL Which APIs to test [default: all of them]
93
94 -c SL Selects chunked storage and defines chunks dimensions and sizes
95 [default: Off]
96
97 -e SL Dimensions and sizes of dataset [default: 100,200]
98
99 -i N Number of iterations to perform [default: 1]
100
101 -r NL Dimension access order (see below for description) [default:
102 1,2]
103
104 -t Selects extendable dimensions for HDF5 dataset [default: Off]
105
106 -v VFD Selects file driver for HDF5 access [default: sec2]
107
108 -w Perform write tests, not the read tests [default: Off]
109
110 -x SL Dimensions and sizes of the transfer buffer [default: 10,20]
111
112 N - is an integer > 0.
113
114 S - is a size specifier, an integer > 0 followed by a size indica‐
115 tor:
116
117 K - Kilobyte (1024) M - Megabyte (1048576) G - Gigabyte
118 (1073741824)
119
120 Example: '37M' is 37 megabytes or 38797312 bytes
121
122 AL - is an API list. Valid values are:
123
124 hdf5 - HDF5 posix - POSIX
125
126 Example: -A posix,hdf5
127
128 NL - is list of integers (N) separated by commas.
129
130 Example: 1,2,3
131
132 SL - is list of size specifiers (S) separated by commas.
133
134 Example: 2K,2K,3K
135
136 The example defines an object (dataset, tranfer buffer) with
137 three dimensions. Be aware that as the number of dimensions
138 increases, the the total size of the object increases exponen‐
139 tially.
140
141 VFD - is an HDF5 file driver specifier. Valid values are:
142
143 sec2, stdio, core, split, multi, family, direct
144
145 Dimension access order:
146
147 Data access starts at the cardinal origin of the dataset using
148 the transfer buffer. The next access occurs on a dataset region
149 next to the previous one. For a multidimensional dataset, there
150 are several directions as to where to proceed. This can be spec‐
151 ified in the dimension access order. For example, -r 1,2 states
152 that the tool should traverse dimension 1 first, and then dimen‐
153 sion 2.
154
155 Environment variables:
156
157 HDF5_NOCLEANUP
158 Do not remove data files if set [default remove]
159
160 HDF5_PREFIX
161 Data file prefix
162
164 The full documentation for h5perf_serial: is maintained as a Texinfo
165 manual. If the info and h5perf_serial: programs are properly installed
166 at your site, the command
167
168 info h5perf_serial:
169
170 should give you access to the complete manual.
171
172
173
174h5perf_serial: Version 1.8.7 August 2011 H5PERF_SERIAL:(1)