This website requires JavaScript.
Explore
Help
Sign In
mirror
/
hdf5
Watch
2
Star
0
Fork
0
You've already forked hdf5
mirror of
https://github.com/HDFGroup/hdf5.git
synced
2024-12-27 08:01:04 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
be3ccfa47d
hdf5
/
tools
/
testfiles
/
h5diff_18.txt
4 lines
126 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[svn-r8904] 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 AIX solaris Misc. update:
2004-07-21 03:21:03 +08:00
#############################
[svn-r14258] new feature: make h5diff use the same command line parsing code and syntax than h5dump usage is now h5diff [OPTIONS] file1 file2 [obj1[obj2]] tested: windows, linux, solaris
2007-11-14 05:40:23 +08:00
Expected output for 'h5diff -q h5diff_basic1.h5 h5diff_basic2.h5'
[svn-r8904] 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 AIX solaris Misc. update:
2004-07-21 03:21:03 +08:00
#############################
Reference in New Issue
Copy Permalink