diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-07-20 19:20:01 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-07-20 19:20:01 (GMT) |
commit | c911905f27df9a23e1f4d2ced33771b7b8f14126 (patch) | |
tree | 1cb91ddef3edc083e4682ace1647e969977b3af5 /MANIFEST | |
parent | f75ed67d2b624fa4b72207eba13c9f0a34605a47 (diff) | |
download | hdf5-c911905f27df9a23e1f4d2ced33771b7b8f14126.zip hdf5-c911905f27df9a23e1f4d2ced33771b7b8f14126.tar.gz hdf5-c911905f27df9a23e1f4d2ced33771b7b8f14126.tar.bz2 |
[svn-r8903] Purpose:
h5diff and h5repack changes
Description:
h5diff
introduced the following four modes of output:
Normal mode: print the number of differences found and where they occured
Report mode: print the above plus the differences
Verbose mode: print the above plus a list of objects and warnings
Quiet mode: do not print output (h5diff always returns an exit code of 1 when differences are found)
h5repack
added an extra parameter for SZIP filter (coding method)
the new syntax is
-f SZIP=<pixels per block,coding>
(pixels per block is a even number in 2-32 and coding method is 'EC' or 'NN')
Example of use:
./h5repack -i file1 -o file2 -f SZIP=8,NN -v
updated usage messages, test scripts and files accordingly
Solution:
Platforms tested:
linux
solaris
AIX
Misc. update:
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 28 |
1 files changed, 10 insertions, 18 deletions
@@ -1482,24 +1482,14 @@ ./tools/testfiles/h5diff_14.txt ./tools/testfiles/h5diff_15.txt ./tools/testfiles/h5diff_16.txt +./tools/testfiles/h5diff_17.txt +./tools/testfiles/h5diff_18.txt ./tools/testfiles/h5diff_20.txt ./tools/testfiles/h5diff_21.txt ./tools/testfiles/h5diff_22.txt ./tools/testfiles/h5diff_23.txt ./tools/testfiles/h5diff_24.txt ./tools/testfiles/h5diff_25.txt -./tools/testfiles/h5diff_30.txt -./tools/testfiles/h5diff_31.txt -./tools/testfiles/h5diff_32.txt -./tools/testfiles/h5diff_33.txt -./tools/testfiles/h5diff_34.txt -./tools/testfiles/h5diff_35.txt -./tools/testfiles/h5diff_36.txt -./tools/testfiles/h5diff_37.txt -./tools/testfiles/h5diff_38.txt -./tools/testfiles/h5diff_40.txt -./tools/testfiles/h5diff_41.txt -./tools/testfiles/h5diff_42.txt ./tools/testfiles/h5diff_50.txt ./tools/testfiles/h5diff_51.txt ./tools/testfiles/h5diff_52.txt @@ -1540,13 +1530,9 @@ ./tools/testfiles/h5diff_629.txt ./tools/testfiles/h5diff_70.txt ./tools/testfiles/h5diff_80.txt -./tools/testfiles/test1.h5 -./tools/testfiles/test3.h5 -./tools/testfiles/test4.h5 -./tools/testfiles/test5.h5 -./tools/testfiles/h5repack_info.txt +# h5repack sources ./tools/h5repack/Dependencies ./tools/h5repack/h5repack_opttable.c ./tools/h5repack/h5repack_verify.c @@ -1567,7 +1553,13 @@ ./tools/h5repack/testh5repack_main.c ./tools/h5repack/h5repack.h +# h5repack test files +./tools/testfiles/test1.h5 +./tools/testfiles/test3.h5 +./tools/testfiles/test4.h5 +./tools/testfiles/test5.h5 +./tools/testfiles/h5repack_info.txt - +# windows ./windows/all.zip ./windows/all_withf90.zip |