summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/testh5diff_dset.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r8904] Purpose:Pedro Vicente Nunes2004-07-201-32/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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:
* [svn-r8581] Purpose: new testRaymond Lu2004-05-261-1/+1
| | | | | | | Description: Add test of null dataspace for dataset and attribute in h5repack. Platforms tested: RH8(fuss). Simple change, only h5repack is involved.
* [svn-r8578] Purpose: new testRaymond Lu2004-05-261-5/+32
| | | | | | | Description: Add null dataspace test for dataset and attribute to h5diff Platforms tested: RH 8(fuss). Simple change, only h5diff is involved.
* [svn-r8383] Purpose:Quincey Koziol2004-04-181-19/+1
| | | | | | | | | | | | | Code cleanup Description: Clean up lots of warnings based on those reported from the SGI compilers as well as gcc. Platforms tested: SGI O3900, IRIX64 6.5 (Cheryl's SGI machine) FreeBSD 4.9 (sleipnir) w/ & w/o parallel h5committest
* [svn-r7904] Purpose:Pedro Vicente Nunes2003-12-021-0/+683
h5diff new features Description: added comparison for attributes adeded comparison for all dataset datatypes added tests for the new features changed the output format Solution: Platforms tested: linux solaris 5.7 IRIX 6.5 (64) Misc. update: