diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-07-13 15:21:16 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-07-13 15:21:16 (GMT) |
commit | 45cd1e2e8b93717e08b34cbf037b3492adcd9f9a (patch) | |
tree | a8d589676f890a57c277936fa9377d0c0fd3e990 /tools/testfiles/test_deflate.h5 | |
parent | 9e7fcd24e35f237c83cd241de0f87742f202e7a8 (diff) | |
download | hdf5-45cd1e2e8b93717e08b34cbf037b3492adcd9f9a.zip hdf5-45cd1e2e8b93717e08b34cbf037b3492adcd9f9a.tar.gz hdf5-45cd1e2e8b93717e08b34cbf037b3492adcd9f9a.tar.bz2 |
[svn-r8863] Purpose:
h5repack changes
Description:
there were some requests to change some minor h5repack features
h5repack only made a warning about a non available filter in verbose mode ( -v )
without -v it kept silent, and users sometimes missed this warning
the request was that it should print this warning always. so, the new format, is e.g
./h5repack -i test_szip.h5 -o out.h5
Warning: dataset </dset_szip> cannot be read, SZIP filter is not available
due to this, and to avoid a lot of these messages in the shell test script, I modified
the script h5repack.sh so that it detects the presence of all filters in the environment
(previously it only detected SZIP)
the test files were also divided in more files , to make the script code easier to
follow
Solution:
Platforms tested:
linux
AIX (without SZIP)
solaris (without gzip and SZIP)
Misc. update:
Diffstat (limited to 'tools/testfiles/test_deflate.h5')
-rw-r--r-- | tools/testfiles/test_deflate.h5 | bin | 0 -> 5954 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/tools/testfiles/test_deflate.h5 b/tools/testfiles/test_deflate.h5 Binary files differnew file mode 100644 index 0000000..bbb736c --- /dev/null +++ b/tools/testfiles/test_deflate.h5 |