A) Fix for HDFFV-1238: --Add 3 new options to allow users in setting threshold for small groups/datasets/attributes (tools/h5stat/h5stat.c) --Generate new test file for testing the new options (tools/h5stat/h5stat_gentest.c) --Add tests for the new options (tools/h5stat/testh5stat.sh.in) --Update expected output files (tools/h5stat/testfiles/*.ddl) B) Fix a bug in determining maximum dimension size for 1-D dataset in dataset_stats() (tools/h5stat/h5stat.c) C) Fix a bug when using opt_arg that is NULL for the new options.
16 lines
471 B
Plaintext
16 lines
471 B
Plaintext
#############################
|
|
Expected output for 'h5stat --links=20 -g h5stat_threshold.h5'
|
|
#############################
|
|
Filename: h5stat_threshold.h5
|
|
Small groups (with 0 to 19 links):
|
|
# of groups with 0 link(s): 1
|
|
# of groups with 7 link(s): 1
|
|
# of groups with 9 link(s): 1
|
|
# of groups with 10 link(s): 1
|
|
Total # of small groups: 4
|
|
Group bins:
|
|
# of groups with 0 link: 1
|
|
# of groups with 1 - 9 links: 2
|
|
# of groups with 10 - 99 links: 1
|
|
Total # of groups: 4
|