Bring SWMR-related tools changes from revise_chunks to develop.
This commit is contained in:
2
hl/tools/testfiles/w-err-cmpd1.ddl
Normal file
2
hl/tools/testfiles/w-err-cmpd1.ddl
Normal file
@@ -0,0 +1,2 @@
|
||||
Opened "WATCH.h5" with sec2 driver.
|
||||
h5watch error: error in processing <list_of_fields>
|
||||
2
hl/tools/testfiles/w-err-cmpd2.ddl
Normal file
2
hl/tools/testfiles/w-err-cmpd2.ddl
Normal file
@@ -0,0 +1,2 @@
|
||||
Opened "WATCH.h5" with sec2 driver.
|
||||
h5watch error: error in processing <list_of_fields>
|
||||
2
hl/tools/testfiles/w-err-cmpd3.ddl
Normal file
2
hl/tools/testfiles/w-err-cmpd3.ddl
Normal file
@@ -0,0 +1,2 @@
|
||||
Opened "WATCH.h5" with sec2 driver.
|
||||
h5watch error: error in processing <list_of_fields>
|
||||
2
hl/tools/testfiles/w-err-cmpd4.ddl
Normal file
2
hl/tools/testfiles/w-err-cmpd4.ddl
Normal file
@@ -0,0 +1,2 @@
|
||||
Opened "WATCH.h5" with sec2 driver.
|
||||
h5watch error: error in processing <list_of_fields>
|
||||
2
hl/tools/testfiles/w-err-cmpd5.ddl
Normal file
2
hl/tools/testfiles/w-err-cmpd5.ddl
Normal file
@@ -0,0 +1,2 @@
|
||||
Opened "WATCH.h5" with sec2 driver.
|
||||
h5watch error: error in processing <list_of_fields>
|
||||
2
hl/tools/testfiles/w-err-dset-nomax.ddl
Normal file
2
hl/tools/testfiles/w-err-dset-nomax.ddl
Normal file
@@ -0,0 +1,2 @@
|
||||
Opened "WATCH.h5" with sec2 driver.
|
||||
h5watch error: "/DSET_NOMAX" should have unlimited or max. dimension setting
|
||||
2
hl/tools/testfiles/w-err-dset-none.ddl
Normal file
2
hl/tools/testfiles/w-err-dset-none.ddl
Normal file
@@ -0,0 +1,2 @@
|
||||
Opened "WATCH.h5" with sec2 driver.
|
||||
h5watch error: "/DSET_NONE" should be a chunked or virtual dataset
|
||||
2
hl/tools/testfiles/w-err-dset1.ddl
Normal file
2
hl/tools/testfiles/w-err-dset1.ddl
Normal file
@@ -0,0 +1,2 @@
|
||||
Opened "WATCH.h5" with sec2 driver.
|
||||
h5watch error: no dataset specified
|
||||
2
hl/tools/testfiles/w-err-dset2.ddl
Normal file
2
hl/tools/testfiles/w-err-dset2.ddl
Normal file
@@ -0,0 +1,2 @@
|
||||
Opened "WATCH.h5" with sec2 driver.
|
||||
h5watch error: unable to open dataset "/group/DSET_CMPD"
|
||||
1
hl/tools/testfiles/w-err-file.ddl
Normal file
1
hl/tools/testfiles/w-err-file.ddl
Normal file
@@ -0,0 +1 @@
|
||||
h5watch error: unable to open file "../WATCH.h5/DSET_CMPD"
|
||||
35
hl/tools/testfiles/w-err-poll.ddl
Normal file
35
hl/tools/testfiles/w-err-poll.ddl
Normal file
@@ -0,0 +1,35 @@
|
||||
Usage: h5watch [OPTIONS] [OBJECT]
|
||||
|
||||
OPTIONS
|
||||
--help Print a usage message and exit.
|
||||
--version Print version number and exit.
|
||||
--label Label members of compound typed dataset.
|
||||
--simple Use a machine-readable output format.
|
||||
--dim Monitor changes in size of dataset dimensions only.
|
||||
--width=N Set the number of columns to N for output.
|
||||
A value of 0 sets the number of columns to the
|
||||
maximum (65535). The default width is 80 columns.
|
||||
--polling=N Set the polling interval to N (in seconds) when the
|
||||
dataset will be checked for appended data. The default
|
||||
polling interval is 1.
|
||||
--fields=<list_of_fields>
|
||||
Display data for the fields specified in <list_of_fields>
|
||||
for a compound data type. <list_of_fields> can be
|
||||
specified as follows:
|
||||
1) A comma-separated list of field names in a
|
||||
compound data type. "," is the separator
|
||||
for field names while "." is the separator
|
||||
for a nested field.
|
||||
2) A single field name in a compound data type.
|
||||
Can use this option multiple times.
|
||||
Note that backslash is the escape character to avoid
|
||||
characters in field names that conflict with the tool's
|
||||
separators.
|
||||
|
||||
OBJECT is specified as [<filename>/<path_to_dataset>/<dsetname>]
|
||||
<filename> Name of the HDF5 file. It may be preceded by path
|
||||
separated by slashes to the specified HDF5 file.
|
||||
<path_to_dataset> Path separated by slashes to the specified dataset
|
||||
<dsetname> Name of the dataset
|
||||
|
||||
User can end the h5watch process by ctrl-C (SIGINT) or kill the process (SIGTERM).
|
||||
35
hl/tools/testfiles/w-err-poll0.ddl
Normal file
35
hl/tools/testfiles/w-err-poll0.ddl
Normal file
@@ -0,0 +1,35 @@
|
||||
Usage: h5watch [OPTIONS] [OBJECT]
|
||||
|
||||
OPTIONS
|
||||
--help Print a usage message and exit.
|
||||
--version Print version number and exit.
|
||||
--label Label members of compound typed dataset.
|
||||
--simple Use a machine-readable output format.
|
||||
--dim Monitor changes in size of dataset dimensions only.
|
||||
--width=N Set the number of columns to N for output.
|
||||
A value of 0 sets the number of columns to the
|
||||
maximum (65535). The default width is 80 columns.
|
||||
--polling=N Set the polling interval to N (in seconds) when the
|
||||
dataset will be checked for appended data. The default
|
||||
polling interval is 1.
|
||||
--fields=<list_of_fields>
|
||||
Display data for the fields specified in <list_of_fields>
|
||||
for a compound data type. <list_of_fields> can be
|
||||
specified as follows:
|
||||
1) A comma-separated list of field names in a
|
||||
compound data type. "," is the separator
|
||||
for field names while "." is the separator
|
||||
for a nested field.
|
||||
2) A single field name in a compound data type.
|
||||
Can use this option multiple times.
|
||||
Note that backslash is the escape character to avoid
|
||||
characters in field names that conflict with the tool's
|
||||
separators.
|
||||
|
||||
OBJECT is specified as [<filename>/<path_to_dataset>/<dsetname>]
|
||||
<filename> Name of the HDF5 file. It may be preceded by path
|
||||
separated by slashes to the specified HDF5 file.
|
||||
<path_to_dataset> Path separated by slashes to the specified dataset
|
||||
<dsetname> Name of the dataset
|
||||
|
||||
User can end the h5watch process by ctrl-C (SIGINT) or kill the process (SIGTERM).
|
||||
35
hl/tools/testfiles/w-err-width.ddl
Normal file
35
hl/tools/testfiles/w-err-width.ddl
Normal file
@@ -0,0 +1,35 @@
|
||||
Usage: h5watch [OPTIONS] [OBJECT]
|
||||
|
||||
OPTIONS
|
||||
--help Print a usage message and exit.
|
||||
--version Print version number and exit.
|
||||
--label Label members of compound typed dataset.
|
||||
--simple Use a machine-readable output format.
|
||||
--dim Monitor changes in size of dataset dimensions only.
|
||||
--width=N Set the number of columns to N for output.
|
||||
A value of 0 sets the number of columns to the
|
||||
maximum (65535). The default width is 80 columns.
|
||||
--polling=N Set the polling interval to N (in seconds) when the
|
||||
dataset will be checked for appended data. The default
|
||||
polling interval is 1.
|
||||
--fields=<list_of_fields>
|
||||
Display data for the fields specified in <list_of_fields>
|
||||
for a compound data type. <list_of_fields> can be
|
||||
specified as follows:
|
||||
1) A comma-separated list of field names in a
|
||||
compound data type. "," is the separator
|
||||
for field names while "." is the separator
|
||||
for a nested field.
|
||||
2) A single field name in a compound data type.
|
||||
Can use this option multiple times.
|
||||
Note that backslash is the escape character to avoid
|
||||
characters in field names that conflict with the tool's
|
||||
separators.
|
||||
|
||||
OBJECT is specified as [<filename>/<path_to_dataset>/<dsetname>]
|
||||
<filename> Name of the HDF5 file. It may be preceded by path
|
||||
separated by slashes to the specified HDF5 file.
|
||||
<path_to_dataset> Path separated by slashes to the specified dataset
|
||||
<dsetname> Name of the dataset
|
||||
|
||||
User can end the h5watch process by ctrl-C (SIGINT) or kill the process (SIGTERM).
|
||||
11
hl/tools/testfiles/w-ext-cmpd-esc-f1.ddl
Normal file
11
hl/tools/testfiles/w-ext-cmpd-esc-f1.ddl
Normal file
@@ -0,0 +1,11 @@
|
||||
Opened "TEST.h5" with sec2 driver.
|
||||
Monitoring dataset /DSET_CMPD_ESC...
|
||||
dimension 0: 10->13 (increases)
|
||||
Data:
|
||||
(10) {1, {2, {2, 2, 2}, 2}}, {2, {3, {3, 3, 3}, 3}},
|
||||
(12) {3, {4, {4, 4, 4}, 4}}
|
||||
dimension 0: 13->12 (decreases)
|
||||
dimension 0: 12->1 (decreases)
|
||||
dimension 0: 1->3 (increases)
|
||||
Data:
|
||||
(1) {1, {2, {2, 2, 2}, 2}}, {2, {3, {3, 3, 3}, 3}}
|
||||
10
hl/tools/testfiles/w-ext-cmpd-esc-f3.ddl
Normal file
10
hl/tools/testfiles/w-ext-cmpd-esc-f3.ddl
Normal file
@@ -0,0 +1,10 @@
|
||||
Opened "TEST.h5" with sec2 driver.
|
||||
Monitoring dataset /DSET_CMPD_ESC...
|
||||
dimension 0: 10->13 (increases)
|
||||
Data:
|
||||
(10) {{{2}}, {2}}, {{{3}}, {3}}, {{{4}}, {4}}
|
||||
dimension 0: 13->12 (decreases)
|
||||
dimension 0: 12->1 (decreases)
|
||||
dimension 0: 1->3 (increases)
|
||||
Data:
|
||||
(1) {{{2}}, {2}}, {{{3}}, {3}}
|
||||
11
hl/tools/testfiles/w-ext-cmpd-esc-ff2.ddl
Normal file
11
hl/tools/testfiles/w-ext-cmpd-esc-ff2.ddl
Normal file
@@ -0,0 +1,11 @@
|
||||
Opened "TEST.h5" with sec2 driver.
|
||||
Monitoring dataset /DSET_CMPD_ESC...
|
||||
dimension 0: 10->13 (increases)
|
||||
Data:
|
||||
(10) {{{2, 2, 2}}, {4, 4}}, {{{3, 3, 3}}, {5, 5}}, {{{4, 4, 4}}, {6,
|
||||
(12) 6}}
|
||||
dimension 0: 13->12 (decreases)
|
||||
dimension 0: 12->1 (decreases)
|
||||
dimension 0: 1->3 (increases)
|
||||
Data:
|
||||
(1) {{{2, 2, 2}}, {4, 4}}, {{{3, 3, 3}}, {5, 5}}
|
||||
13
hl/tools/testfiles/w-ext-cmpd-esc.ddl
Normal file
13
hl/tools/testfiles/w-ext-cmpd-esc.ddl
Normal file
@@ -0,0 +1,13 @@
|
||||
Opened "TEST.h5" with sec2 driver.
|
||||
Monitoring dataset /DSET_CMPD_ESC...
|
||||
dimension 0: 10->13 (increases)
|
||||
Data:
|
||||
(10) {1, {2, {2, 2, 2}, 2}, 3, {4, 4}},
|
||||
(11) {2, {3, {3, 3, 3}, 3}, 4, {5, 5}},
|
||||
(12) {3, {4, {4, 4, 4}, 4}, 5, {6, 6}}
|
||||
dimension 0: 13->12 (decreases)
|
||||
dimension 0: 12->1 (decreases)
|
||||
dimension 0: 1->3 (increases)
|
||||
Data:
|
||||
(1) {1, {2, {2, 2, 2}, 2}, 3, {4, 4}}, {2, {3, {3, 3, 3}, 3}, 4, {5,
|
||||
(2) 5}}
|
||||
11
hl/tools/testfiles/w-ext-cmpd-f1.ddl
Normal file
11
hl/tools/testfiles/w-ext-cmpd-f1.ddl
Normal file
@@ -0,0 +1,11 @@
|
||||
Opened "TEST.h5" with sec2 driver.
|
||||
Monitoring dataset /DSET_CMPD...
|
||||
dimension 0: 10->13 (increases)
|
||||
Data:
|
||||
(10) {1, {2, {2, 2, 2}, 2}}, {2, {3, {3, 3, 3}, 3}},
|
||||
(12) {3, {4, {4, 4, 4}, 4}}
|
||||
dimension 0: 13->12 (decreases)
|
||||
dimension 0: 12->1 (decreases)
|
||||
dimension 0: 1->3 (increases)
|
||||
Data:
|
||||
(1) {1, {2, {2, 2, 2}, 2}}, {2, {3, {3, 3, 3}, 3}}
|
||||
11
hl/tools/testfiles/w-ext-cmpd-f2.ddl
Normal file
11
hl/tools/testfiles/w-ext-cmpd-f2.ddl
Normal file
@@ -0,0 +1,11 @@
|
||||
Opened "TEST.h5" with sec2 driver.
|
||||
Monitoring dataset /DSET_CMPD...
|
||||
dimension 0: 10->13 (increases)
|
||||
Data:
|
||||
(10) {{{2, 2, 2}}, {4, 4}}, {{{3, 3, 3}}, {5, 5}}, {{{4, 4, 4}}, {6,
|
||||
(12) 6}}
|
||||
dimension 0: 13->12 (decreases)
|
||||
dimension 0: 12->1 (decreases)
|
||||
dimension 0: 1->3 (increases)
|
||||
Data:
|
||||
(1) {{{2, 2, 2}}, {4, 4}}, {{{3, 3, 3}}, {5, 5}}
|
||||
10
hl/tools/testfiles/w-ext-cmpd-ff3.ddl
Normal file
10
hl/tools/testfiles/w-ext-cmpd-ff3.ddl
Normal file
@@ -0,0 +1,10 @@
|
||||
Opened "TEST.h5" with sec2 driver.
|
||||
Monitoring dataset /DSET_CMPD...
|
||||
dimension 0: 10->13 (increases)
|
||||
Data:
|
||||
(10) {{{2}}, {2}}, {{{3}}, {3}}, {{{4}}, {4}}
|
||||
dimension 0: 13->12 (decreases)
|
||||
dimension 0: 12->1 (decreases)
|
||||
dimension 0: 1->3 (increases)
|
||||
Data:
|
||||
(1) {{{2}}, {2}}, {{{3}}, {3}}
|
||||
18
hl/tools/testfiles/w-ext-cmpd-label.ddl
Normal file
18
hl/tools/testfiles/w-ext-cmpd-label.ddl
Normal file
@@ -0,0 +1,18 @@
|
||||
Opened "TEST.h5" with sec2 driver.
|
||||
Monitoring dataset /DSET_CMPD...
|
||||
dimension 0: 10->13 (increases)
|
||||
Data:
|
||||
(10) {field1=1, field2={a=2, b={a=2, b=2, c=2}, c=2}, field3=3,
|
||||
(10) field4={a=4, b=4}},
|
||||
(11) {field1=2, field2={a=3, b={a=3, b=3, c=3}, c=3}, field3=4,
|
||||
(11) field4={a=5, b=5}},
|
||||
(12) {field1=3, field2={a=4, b={a=4, b=4, c=4}, c=4}, field3=5,
|
||||
(12) field4={a=6, b=6}}
|
||||
dimension 0: 13->12 (decreases)
|
||||
dimension 0: 12->1 (decreases)
|
||||
dimension 0: 1->3 (increases)
|
||||
Data:
|
||||
(1) {field1=1, field2={a=2, b={a=2, b=2, c=2}, c=2}, field3=3,
|
||||
(1) field4={a=4, b=4}},
|
||||
(2) {field1=2, field2={a=3, b={a=3, b=3, c=3}, c=3}, field3=4,
|
||||
(2) field4={a=5, b=5}}
|
||||
47
hl/tools/testfiles/w-ext-cmpd-two-f1.ddl
Normal file
47
hl/tools/testfiles/w-ext-cmpd-two-f1.ddl
Normal file
@@ -0,0 +1,47 @@
|
||||
Opened "TEST.h5" with sec2 driver.
|
||||
Monitoring dataset /DSET_CMPD_TWO...
|
||||
dimension 0: 4->6 (increases)
|
||||
dimension 1: 10->12 (increases)
|
||||
Data:
|
||||
(0,10) {1, {1, {1, 1, 1}, 1}}, {1, {1, {1, 1, 1}, 1}}
|
||||
(1,10) {1, {1, {1, 1, 1}, 1}}, {1, {1, {1, 1, 1}, 1}}
|
||||
(2,10) {1, {1, {1, 1, 1}, 1}}, {1, {1, {1, 1, 1}, 1}}
|
||||
(3,10) {1, {1, {1, 1, 1}, 1}}, {1, {1, {1, 1, 1}, 1}}
|
||||
(4,0) {1, {1, {1, 1, 1}, 1}}, {1, {1, {1, 1, 1}, 1}},
|
||||
(4,2) {1, {1, {1, 1, 1}, 1}}, {1, {1, {1, 1, 1}, 1}},
|
||||
(4,4) {1, {1, {1, 1, 1}, 1}}, {1, {1, {1, 1, 1}, 1}},
|
||||
(4,6) {1, {1, {1, 1, 1}, 1}}, {1, {1, {1, 1, 1}, 1}},
|
||||
(4,8) {1, {1, {1, 1, 1}, 1}}, {1, {1, {1, 1, 1}, 1}},
|
||||
(4,10) {1, {1, {1, 1, 1}, 1}}, {1, {1, {1, 1, 1}, 1}},
|
||||
(5,0) {1, {1, {1, 1, 1}, 1}}, {1, {1, {1, 1, 1}, 1}},
|
||||
(5,2) {1, {1, {1, 1, 1}, 1}}, {1, {1, {1, 1, 1}, 1}},
|
||||
(5,4) {1, {1, {1, 1, 1}, 1}}, {1, {1, {1, 1, 1}, 1}},
|
||||
(5,6) {1, {1, {1, 1, 1}, 1}}, {1, {1, {1, 1, 1}, 1}},
|
||||
(5,8) {1, {1, {1, 1, 1}, 1}}, {1, {1, {1, 1, 1}, 1}},
|
||||
(5,10) {1, {1, {1, 1, 1}, 1}}, {1, {1, {1, 1, 1}, 1}}
|
||||
dimension 0: 6->8 (increases)
|
||||
dimension 1: 12->1 (decreases)
|
||||
Data:
|
||||
(6,0) {2, {2, {2, 2, 2}, 2}},
|
||||
(7,0) {2, {2, {2, 2, 2}, 2}}
|
||||
dimension 0: 8->10 (increases)
|
||||
dimension 1: 1->1 (unchanged)
|
||||
Data:
|
||||
(8,0) {3, {3, {3, 3, 3}, 3}},
|
||||
(9,0) {3, {3, {3, 3, 3}, 3}}
|
||||
dimension 0: 10->3 (decreases)
|
||||
dimension 1: 1->3 (increases)
|
||||
Data:
|
||||
(0,1) {4, {4, {4, 4, 4}, 4}}, {4, {4, {4, 4, 4}, 4}}
|
||||
(1,1) {4, {4, {4, 4, 4}, 4}}, {4, {4, {4, 4, 4}, 4}}
|
||||
(2,1) {4, {4, {4, 4, 4}, 4}}, {4, {4, {4, 4, 4}, 4}}
|
||||
dimension 0: 3->2 (decreases)
|
||||
dimension 1: 3->2 (decreases)
|
||||
dimension 0: 2->1 (decreases)
|
||||
dimension 1: 2->2 (unchanged)
|
||||
dimension 0: 1->1 (unchanged)
|
||||
dimension 1: 2->4 (increases)
|
||||
Data:
|
||||
(0,2) {7, {7, {7, 7, 7}, 7}}, {7, {7, {7, 7, 7}, 7}}
|
||||
dimension 0: 1->1 (unchanged)
|
||||
dimension 1: 4->3 (decreases)
|
||||
41
hl/tools/testfiles/w-ext-cmpd-two-f3.ddl
Normal file
41
hl/tools/testfiles/w-ext-cmpd-two-f3.ddl
Normal file
@@ -0,0 +1,41 @@
|
||||
Opened "TEST.h5" with sec2 driver.
|
||||
Monitoring dataset /DSET_CMPD_TWO...
|
||||
dimension 0: 4->6 (increases)
|
||||
dimension 1: 10->12 (increases)
|
||||
Data:
|
||||
(0,10) {{{1}}, {1}}, {{{1}}, {1}}
|
||||
(1,10) {{{1}}, {1}}, {{{1}}, {1}}
|
||||
(2,10) {{{1}}, {1}}, {{{1}}, {1}}
|
||||
(3,10) {{{1}}, {1}}, {{{1}}, {1}}
|
||||
(4,0) {{{1}}, {1}}, {{{1}}, {1}}, {{{1}}, {1}}, {{{1}}, {1}},
|
||||
(4,4) {{{1}}, {1}}, {{{1}}, {1}}, {{{1}}, {1}}, {{{1}}, {1}},
|
||||
(4,8) {{{1}}, {1}}, {{{1}}, {1}}, {{{1}}, {1}}, {{{1}}, {1}},
|
||||
(5,0) {{{1}}, {1}}, {{{1}}, {1}}, {{{1}}, {1}}, {{{1}}, {1}},
|
||||
(5,4) {{{1}}, {1}}, {{{1}}, {1}}, {{{1}}, {1}}, {{{1}}, {1}},
|
||||
(5,8) {{{1}}, {1}}, {{{1}}, {1}}, {{{1}}, {1}}, {{{1}}, {1}}
|
||||
dimension 0: 6->8 (increases)
|
||||
dimension 1: 12->1 (decreases)
|
||||
Data:
|
||||
(6,0) {{{2}}, {2}},
|
||||
(7,0) {{{2}}, {2}}
|
||||
dimension 0: 8->10 (increases)
|
||||
dimension 1: 1->1 (unchanged)
|
||||
Data:
|
||||
(8,0) {{{3}}, {3}},
|
||||
(9,0) {{{3}}, {3}}
|
||||
dimension 0: 10->3 (decreases)
|
||||
dimension 1: 1->3 (increases)
|
||||
Data:
|
||||
(0,1) {{{4}}, {4}}, {{{4}}, {4}}
|
||||
(1,1) {{{4}}, {4}}, {{{4}}, {4}}
|
||||
(2,1) {{{4}}, {4}}, {{{4}}, {4}}
|
||||
dimension 0: 3->2 (decreases)
|
||||
dimension 1: 3->2 (decreases)
|
||||
dimension 0: 2->1 (decreases)
|
||||
dimension 1: 2->2 (unchanged)
|
||||
dimension 0: 1->1 (unchanged)
|
||||
dimension 1: 2->4 (increases)
|
||||
Data:
|
||||
(0,2) {{{7}}, {7}}, {{{7}}, {7}}
|
||||
dimension 0: 1->1 (unchanged)
|
||||
dimension 1: 4->3 (decreases)
|
||||
47
hl/tools/testfiles/w-ext-cmpd-two-ff2.ddl
Normal file
47
hl/tools/testfiles/w-ext-cmpd-two-ff2.ddl
Normal file
@@ -0,0 +1,47 @@
|
||||
Opened "TEST.h5" with sec2 driver.
|
||||
Monitoring dataset /DSET_CMPD_TWO...
|
||||
dimension 0: 4->6 (increases)
|
||||
dimension 1: 10->12 (increases)
|
||||
Data:
|
||||
(0,10) {{{1, 1, 1}}, {1, 1}}, {{{1, 1, 1}}, {1, 1}}
|
||||
(1,10) {{{1, 1, 1}}, {1, 1}}, {{{1, 1, 1}}, {1, 1}}
|
||||
(2,10) {{{1, 1, 1}}, {1, 1}}, {{{1, 1, 1}}, {1, 1}}
|
||||
(3,10) {{{1, 1, 1}}, {1, 1}}, {{{1, 1, 1}}, {1, 1}}
|
||||
(4,0) {{{1, 1, 1}}, {1, 1}}, {{{1, 1, 1}}, {1, 1}},
|
||||
(4,2) {{{1, 1, 1}}, {1, 1}}, {{{1, 1, 1}}, {1, 1}},
|
||||
(4,4) {{{1, 1, 1}}, {1, 1}}, {{{1, 1, 1}}, {1, 1}},
|
||||
(4,6) {{{1, 1, 1}}, {1, 1}}, {{{1, 1, 1}}, {1, 1}},
|
||||
(4,8) {{{1, 1, 1}}, {1, 1}}, {{{1, 1, 1}}, {1, 1}},
|
||||
(4,10) {{{1, 1, 1}}, {1, 1}}, {{{1, 1, 1}}, {1, 1}},
|
||||
(5,0) {{{1, 1, 1}}, {1, 1}}, {{{1, 1, 1}}, {1, 1}},
|
||||
(5,2) {{{1, 1, 1}}, {1, 1}}, {{{1, 1, 1}}, {1, 1}},
|
||||
(5,4) {{{1, 1, 1}}, {1, 1}}, {{{1, 1, 1}}, {1, 1}},
|
||||
(5,6) {{{1, 1, 1}}, {1, 1}}, {{{1, 1, 1}}, {1, 1}},
|
||||
(5,8) {{{1, 1, 1}}, {1, 1}}, {{{1, 1, 1}}, {1, 1}},
|
||||
(5,10) {{{1, 1, 1}}, {1, 1}}, {{{1, 1, 1}}, {1, 1}}
|
||||
dimension 0: 6->8 (increases)
|
||||
dimension 1: 12->1 (decreases)
|
||||
Data:
|
||||
(6,0) {{{2, 2, 2}}, {2, 2}},
|
||||
(7,0) {{{2, 2, 2}}, {2, 2}}
|
||||
dimension 0: 8->10 (increases)
|
||||
dimension 1: 1->1 (unchanged)
|
||||
Data:
|
||||
(8,0) {{{3, 3, 3}}, {3, 3}},
|
||||
(9,0) {{{3, 3, 3}}, {3, 3}}
|
||||
dimension 0: 10->3 (decreases)
|
||||
dimension 1: 1->3 (increases)
|
||||
Data:
|
||||
(0,1) {{{4, 4, 4}}, {4, 4}}, {{{4, 4, 4}}, {4, 4}}
|
||||
(1,1) {{{4, 4, 4}}, {4, 4}}, {{{4, 4, 4}}, {4, 4}}
|
||||
(2,1) {{{4, 4, 4}}, {4, 4}}, {{{4, 4, 4}}, {4, 4}}
|
||||
dimension 0: 3->2 (decreases)
|
||||
dimension 1: 3->2 (decreases)
|
||||
dimension 0: 2->1 (decreases)
|
||||
dimension 1: 2->2 (unchanged)
|
||||
dimension 0: 1->1 (unchanged)
|
||||
dimension 1: 2->4 (increases)
|
||||
Data:
|
||||
(0,2) {{{7, 7, 7}}, {7, 7}}, {{{7, 7, 7}}, {7, 7}}
|
||||
dimension 0: 1->1 (unchanged)
|
||||
dimension 1: 4->3 (decreases)
|
||||
67
hl/tools/testfiles/w-ext-cmpd-two.ddl
Normal file
67
hl/tools/testfiles/w-ext-cmpd-two.ddl
Normal file
@@ -0,0 +1,67 @@
|
||||
Opened "TEST.h5" with sec2 driver.
|
||||
Monitoring dataset /DSET_CMPD_TWO...
|
||||
dimension 0: 4->6 (increases)
|
||||
dimension 1: 10->12 (increases)
|
||||
Data:
|
||||
(0,10) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(0,11) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}}
|
||||
(1,10) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(1,11) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}}
|
||||
(2,10) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(2,11) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}}
|
||||
(3,10) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(3,11) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}}
|
||||
(4,0) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(4,1) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(4,2) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(4,3) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(4,4) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(4,5) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(4,6) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(4,7) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(4,8) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(4,9) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(4,10) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(4,11) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(5,0) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(5,1) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(5,2) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(5,3) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(5,4) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(5,5) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(5,6) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(5,7) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(5,8) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(5,9) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(5,10) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}},
|
||||
(5,11) {1, {1, {1, 1, 1}, 1}, 1, {1, 1}}
|
||||
dimension 0: 6->8 (increases)
|
||||
dimension 1: 12->1 (decreases)
|
||||
Data:
|
||||
(6,0) {2, {2, {2, 2, 2}, 2}, 2, {2, 2}},
|
||||
(7,0) {2, {2, {2, 2, 2}, 2}, 2, {2, 2}}
|
||||
dimension 0: 8->10 (increases)
|
||||
dimension 1: 1->1 (unchanged)
|
||||
Data:
|
||||
(8,0) {3, {3, {3, 3, 3}, 3}, 3, {3, 3}},
|
||||
(9,0) {3, {3, {3, 3, 3}, 3}, 3, {3, 3}}
|
||||
dimension 0: 10->3 (decreases)
|
||||
dimension 1: 1->3 (increases)
|
||||
Data:
|
||||
(0,1) {4, {4, {4, 4, 4}, 4}, 4, {4, 4}},
|
||||
(0,2) {4, {4, {4, 4, 4}, 4}, 4, {4, 4}}
|
||||
(1,1) {4, {4, {4, 4, 4}, 4}, 4, {4, 4}},
|
||||
(1,2) {4, {4, {4, 4, 4}, 4}, 4, {4, 4}}
|
||||
(2,1) {4, {4, {4, 4, 4}, 4}, 4, {4, 4}},
|
||||
(2,2) {4, {4, {4, 4, 4}, 4}, 4, {4, 4}}
|
||||
dimension 0: 3->2 (decreases)
|
||||
dimension 1: 3->2 (decreases)
|
||||
dimension 0: 2->1 (decreases)
|
||||
dimension 1: 2->2 (unchanged)
|
||||
dimension 0: 1->1 (unchanged)
|
||||
dimension 1: 2->4 (increases)
|
||||
Data:
|
||||
(0,2) {7, {7, {7, 7, 7}, 7}, 7, {7, 7}},
|
||||
(0,3) {7, {7, {7, 7, 7}, 7}, 7, {7, 7}}
|
||||
dimension 0: 1->1 (unchanged)
|
||||
dimension 1: 4->3 (decreases)
|
||||
13
hl/tools/testfiles/w-ext-cmpd.ddl
Normal file
13
hl/tools/testfiles/w-ext-cmpd.ddl
Normal file
@@ -0,0 +1,13 @@
|
||||
Opened "TEST.h5" with sec2 driver.
|
||||
Monitoring dataset /DSET_CMPD...
|
||||
dimension 0: 10->13 (increases)
|
||||
Data:
|
||||
(10) {1, {2, {2, 2, 2}, 2}, 3, {4, 4}},
|
||||
(11) {2, {3, {3, 3, 3}, 3}, 4, {5, 5}},
|
||||
(12) {3, {4, {4, 4, 4}, 4}, 5, {6, 6}}
|
||||
dimension 0: 13->12 (decreases)
|
||||
dimension 0: 12->1 (decreases)
|
||||
dimension 0: 1->3 (increases)
|
||||
Data:
|
||||
(1) {1, {2, {2, 2, 2}, 2}, 3, {4, 4}}, {2, {3, {3, 3, 3}, 3}, 4, {5,
|
||||
(2) 5}}
|
||||
10
hl/tools/testfiles/w-ext-early.ddl
Normal file
10
hl/tools/testfiles/w-ext-early.ddl
Normal file
@@ -0,0 +1,10 @@
|
||||
Opened "TEST.h5" with sec2 driver.
|
||||
Monitoring dataset /DSET_ALLOC_EARLY...
|
||||
dimension 0: 10->13 (increases)
|
||||
Data:
|
||||
(10) 0, 1, 2
|
||||
dimension 0: 13->12 (decreases)
|
||||
dimension 0: 12->1 (decreases)
|
||||
dimension 0: 1->3 (increases)
|
||||
Data:
|
||||
(1) 0, 1
|
||||
10
hl/tools/testfiles/w-ext-late.ddl
Normal file
10
hl/tools/testfiles/w-ext-late.ddl
Normal file
@@ -0,0 +1,10 @@
|
||||
Opened "TEST.h5" with sec2 driver.
|
||||
Monitoring dataset /DSET_ALLOC_LATE...
|
||||
dimension 0: 10->13 (increases)
|
||||
Data:
|
||||
(10) 0, 1, 2
|
||||
dimension 0: 13->12 (decreases)
|
||||
dimension 0: 12->1 (decreases)
|
||||
dimension 0: 1->3 (increases)
|
||||
Data:
|
||||
(1) 0, 1
|
||||
6
hl/tools/testfiles/w-ext-one-d.ddl
Normal file
6
hl/tools/testfiles/w-ext-one-d.ddl
Normal file
@@ -0,0 +1,6 @@
|
||||
Opened "TEST.h5" with sec2 driver.
|
||||
Monitoring dataset /DSET_ONE...
|
||||
dimension 0: 10->13 (increases)
|
||||
dimension 0: 13->12 (decreases)
|
||||
dimension 0: 12->1 (decreases)
|
||||
dimension 0: 1->3 (increases)
|
||||
13
hl/tools/testfiles/w-ext-one-simple.ddl
Normal file
13
hl/tools/testfiles/w-ext-one-simple.ddl
Normal file
@@ -0,0 +1,13 @@
|
||||
Opened "TEST.h5" with sec2 driver.
|
||||
Monitoring dataset /DSET_ONE...
|
||||
dimension 0: 10->13 (increases)
|
||||
Data:
|
||||
0
|
||||
1
|
||||
2
|
||||
dimension 0: 13->12 (decreases)
|
||||
dimension 0: 12->1 (decreases)
|
||||
dimension 0: 1->3 (increases)
|
||||
Data:
|
||||
0
|
||||
1
|
||||
10
hl/tools/testfiles/w-ext-one.ddl
Normal file
10
hl/tools/testfiles/w-ext-one.ddl
Normal file
@@ -0,0 +1,10 @@
|
||||
Opened "TEST.h5" with sec2 driver.
|
||||
Monitoring dataset /DSET_ONE...
|
||||
dimension 0: 10->13 (increases)
|
||||
Data:
|
||||
(10) 0, 1, 2
|
||||
dimension 0: 13->12 (decreases)
|
||||
dimension 0: 12->1 (decreases)
|
||||
dimension 0: 1->3 (increases)
|
||||
Data:
|
||||
(1) 0, 1
|
||||
18
hl/tools/testfiles/w-ext-two-d.ddl
Normal file
18
hl/tools/testfiles/w-ext-two-d.ddl
Normal file
@@ -0,0 +1,18 @@
|
||||
Opened "TEST.h5" with sec2 driver.
|
||||
Monitoring dataset /DSET_TWO...
|
||||
dimension 0: 4->6 (increases)
|
||||
dimension 1: 10->12 (increases)
|
||||
dimension 0: 6->8 (increases)
|
||||
dimension 1: 12->1 (decreases)
|
||||
dimension 0: 8->10 (increases)
|
||||
dimension 1: 1->1 (unchanged)
|
||||
dimension 0: 10->3 (decreases)
|
||||
dimension 1: 1->3 (increases)
|
||||
dimension 0: 3->2 (decreases)
|
||||
dimension 1: 3->2 (decreases)
|
||||
dimension 0: 2->1 (decreases)
|
||||
dimension 1: 2->2 (unchanged)
|
||||
dimension 0: 1->1 (unchanged)
|
||||
dimension 1: 2->4 (increases)
|
||||
dimension 0: 1->1 (unchanged)
|
||||
dimension 1: 4->3 (decreases)
|
||||
41
hl/tools/testfiles/w-ext-two-width.ddl
Normal file
41
hl/tools/testfiles/w-ext-two-width.ddl
Normal file
@@ -0,0 +1,41 @@
|
||||
Opened "TEST.h5" with sec2 driver.
|
||||
Monitoring dataset /DSET_TWO...
|
||||
dimension 0: 4->6 (increases)
|
||||
dimension 1: 10->12 (increases)
|
||||
Data:
|
||||
(0,10) 1, 1
|
||||
(1,10) 1, 1
|
||||
(2,10) 1, 1
|
||||
(3,10) 1, 1
|
||||
(4,0) 1, 1, 1, 1, 1,
|
||||
(4,5) 1, 1, 1, 1, 1,
|
||||
(4,10) 1, 1,
|
||||
(5,0) 1, 1, 1, 1, 1,
|
||||
(5,5) 1, 1, 1, 1, 1,
|
||||
(5,10) 1, 1
|
||||
dimension 0: 6->8 (increases)
|
||||
dimension 1: 12->1 (decreases)
|
||||
Data:
|
||||
(6,0) 2,
|
||||
(7,0) 2
|
||||
dimension 0: 8->10 (increases)
|
||||
dimension 1: 1->1 (unchanged)
|
||||
Data:
|
||||
(8,0) 3,
|
||||
(9,0) 3
|
||||
dimension 0: 10->3 (decreases)
|
||||
dimension 1: 1->3 (increases)
|
||||
Data:
|
||||
(0,1) 4, 4
|
||||
(1,1) 4, 4
|
||||
(2,1) 4, 4
|
||||
dimension 0: 3->2 (decreases)
|
||||
dimension 1: 3->2 (decreases)
|
||||
dimension 0: 2->1 (decreases)
|
||||
dimension 1: 2->2 (unchanged)
|
||||
dimension 0: 1->1 (unchanged)
|
||||
dimension 1: 2->4 (increases)
|
||||
Data:
|
||||
(0,2) 7, 7
|
||||
dimension 0: 1->1 (unchanged)
|
||||
dimension 1: 4->3 (decreases)
|
||||
37
hl/tools/testfiles/w-ext-two.ddl
Normal file
37
hl/tools/testfiles/w-ext-two.ddl
Normal file
@@ -0,0 +1,37 @@
|
||||
Opened "TEST.h5" with sec2 driver.
|
||||
Monitoring dataset /DSET_TWO...
|
||||
dimension 0: 4->6 (increases)
|
||||
dimension 1: 10->12 (increases)
|
||||
Data:
|
||||
(0,10) 1, 1
|
||||
(1,10) 1, 1
|
||||
(2,10) 1, 1
|
||||
(3,10) 1, 1
|
||||
(4,0) 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
||||
(5,0) 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
|
||||
dimension 0: 6->8 (increases)
|
||||
dimension 1: 12->1 (decreases)
|
||||
Data:
|
||||
(6,0) 2,
|
||||
(7,0) 2
|
||||
dimension 0: 8->10 (increases)
|
||||
dimension 1: 1->1 (unchanged)
|
||||
Data:
|
||||
(8,0) 3,
|
||||
(9,0) 3
|
||||
dimension 0: 10->3 (decreases)
|
||||
dimension 1: 1->3 (increases)
|
||||
Data:
|
||||
(0,1) 4, 4
|
||||
(1,1) 4, 4
|
||||
(2,1) 4, 4
|
||||
dimension 0: 3->2 (decreases)
|
||||
dimension 1: 3->2 (decreases)
|
||||
dimension 0: 2->1 (decreases)
|
||||
dimension 1: 2->2 (unchanged)
|
||||
dimension 0: 1->1 (unchanged)
|
||||
dimension 1: 2->4 (increases)
|
||||
Data:
|
||||
(0,2) 7, 7
|
||||
dimension 0: 1->1 (unchanged)
|
||||
dimension 1: 4->3 (decreases)
|
||||
35
hl/tools/testfiles/w-help1.ddl
Normal file
35
hl/tools/testfiles/w-help1.ddl
Normal file
@@ -0,0 +1,35 @@
|
||||
Usage: h5watch [OPTIONS] [OBJECT]
|
||||
|
||||
OPTIONS
|
||||
--help Print a usage message and exit.
|
||||
--version Print version number and exit.
|
||||
--label Label members of compound typed dataset.
|
||||
--simple Use a machine-readable output format.
|
||||
--dim Monitor changes in size of dataset dimensions only.
|
||||
--width=N Set the number of columns to N for output.
|
||||
A value of 0 sets the number of columns to the
|
||||
maximum (65535). The default width is 80 columns.
|
||||
--polling=N Set the polling interval to N (in seconds) when the
|
||||
dataset will be checked for appended data. The default
|
||||
polling interval is 1.
|
||||
--fields=<list_of_fields>
|
||||
Display data for the fields specified in <list_of_fields>
|
||||
for a compound data type. <list_of_fields> can be
|
||||
specified as follows:
|
||||
1) A comma-separated list of field names in a
|
||||
compound data type. "," is the separator
|
||||
for field names while "." is the separator
|
||||
for a nested field.
|
||||
2) A single field name in a compound data type.
|
||||
Can use this option multiple times.
|
||||
Note that backslash is the escape character to avoid
|
||||
characters in field names that conflict with the tool's
|
||||
separators.
|
||||
|
||||
OBJECT is specified as [<filename>/<path_to_dataset>/<dsetname>]
|
||||
<filename> Name of the HDF5 file. It may be preceded by path
|
||||
separated by slashes to the specified HDF5 file.
|
||||
<path_to_dataset> Path separated by slashes to the specified dataset
|
||||
<dsetname> Name of the dataset
|
||||
|
||||
User can end the h5watch process by ctrl-C (SIGINT) or kill the process (SIGTERM).
|
||||
Reference in New Issue
Block a user