hdf5/tools/h5diff
Pedro Vicente Nunes 4cb6c01d7f [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-20 14:21:03 -05:00
..
Dependencies [svn-r8495] Purpose: 2004-05-08 09:48:42 -05:00
h5diff_main.c [svn-r8904] Purpose: 2004-07-20 14:21:03 -05:00
Makefile.in [svn-r7904] Purpose: 2003-12-02 18:13:27 -05:00
testh5diff_attr.c [svn-r8904] Purpose: 2004-07-20 14:21:03 -05:00
testh5diff_basic.c [svn-r7904] Purpose: 2003-12-02 18:13:27 -05:00
testh5diff_dset.c [svn-r8904] Purpose: 2004-07-20 14:21:03 -05:00
testh5diff_main.c [svn-r7904] Purpose: 2003-12-02 18:13:27 -05:00
testh5diff_util.c [svn-r7904] Purpose: 2003-12-02 18:13:27 -05:00
testh5diff.h [svn-r8383] Purpose: 2004-04-17 23:10:09 -05:00
testh5diff.sh [svn-r8904] Purpose: 2004-07-20 14:21:03 -05:00