diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-10-25 20:38:28 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-10-25 20:38:28 (GMT) |
commit | 9d94440384d20ab09297b8c451dfbda051ed6b17 (patch) | |
tree | 83c66c31c30c19b0935e3f70d90cacbe027d3bd1 /MANIFEST | |
parent | ea1047de515e12e651e65c1b88c40b1c713f0b06 (diff) | |
download | hdf5-9d94440384d20ab09297b8c451dfbda051ed6b17.zip hdf5-9d94440384d20ab09297b8c451dfbda051ed6b17.tar.gz hdf5-9d94440384d20ab09297b8c451dfbda051ed6b17.tar.bz2 |
[svn-r12815]
1) added a new parameter to the h5diff function diff_array that contains
the beginning position of the hyperslab, so that the total position in
the array is printed correctly when reading by hyperslabs.
2) added a new test to h5diff that reads and diffs by hyperslabs. The
test reads a 1GB dataset, from which a 1KB hyperslab was written with
differences .
3) added the generation of 2 files to the generator program to test the
h5diff hyperslab read.
4) changed the h5diff binary pre-generated file names to be more
descriptive (e.g, instead of file1.h5, made it h5diff_basic1.h5)
5) changed the name of the h5repack options text file to info.h5repack
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 22 |
1 files changed, 13 insertions, 9 deletions
@@ -1236,14 +1236,16 @@ ./tools/testfiles/tall-2A.h5.xml #test files for h5diff -./tools/testfiles/file1.h5 -./tools/testfiles/file2.h5 -./tools/testfiles/file3.h5 -./tools/testfiles/file4.h5 -./tools/testfiles/file5.h5 -./tools/testfiles/file6.h5 -./tools/testfiles/file7.h5 -./tools/testfiles/file8.h5 +./tools/testfiles/h5diff_dtypes.h5 +./tools/testfiles/h5diff_dset1.h5 +./tools/testfiles/h5diff_hyper1.h5 +./tools/testfiles/h5diff_basic1.h5 +./tools/testfiles/h5diff_dset2.h5 +./tools/testfiles/h5diff_attr1.h5 +./tools/testfiles/h5diff_hyper2.h5 +./tools/testfiles/h5diff_basic2.h5 +./tools/testfiles/h5diff_attr2.h5 +./tools/testfiles/h5diff_types.h5 ./tools/testfiles/h5diff_10.txt ./tools/testfiles/h5diff_11.txt ./tools/testfiles/h5diff_12.txt @@ -1306,6 +1308,9 @@ ./tools/testfiles/h5diff_70.txt ./tools/testfiles/h5diff_80.txt ./tools/testfiles/h5diff_90.txt +./tools/testfiles/h5diff_100.txt +./tools/testfiles/info.h5repack + #test files for h5repack ./tools/testfiles/test0.h5 @@ -1321,7 +1326,6 @@ ./tools/testfiles/test_szip.h5 ./tools/testfiles/test_nbit.h5 ./tools/testfiles/test_scaleoffset.h5 -./tools/testfiles/h5repack_info.txt # jam utility and tests ./tools/h5jam/h5jam.c |