hdf5/tools/h5repack
Pedro Vicente Nunes bc6ab7c0a6 [svn-r8869] 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 (no szip)
solaris (no szip, no gzip )

Misc. update:
2004-07-13 14:09:41 -05:00
..
Dependencies [svn-r8495] Purpose: 2004-05-08 09:48:42 -05:00
h5repack_copy.c [svn-r8869] Purpose: 2004-07-13 14:09:41 -05:00
h5repack_filters.c [svn-r8869] Purpose: 2004-07-13 14:09:41 -05:00
h5repack_layout.c [svn-r8021] Purpose: 2004-01-06 12:49:00 -05:00
h5repack_list.c [svn-r8869] Purpose: 2004-07-13 14:09:41 -05:00
h5repack_main.c [svn-r8383] Purpose: 2004-04-17 23:10:09 -05:00
h5repack_opttable.c [svn-r8383] Purpose: 2004-04-17 23:10:09 -05:00
h5repack_parse.c [svn-r8869] Purpose: 2004-07-13 14:09:41 -05:00
h5repack_refs.c [svn-r8869] Purpose: 2004-07-13 14:09:41 -05:00
h5repack_verify.c [svn-r8869] Purpose: 2004-07-13 14:09:41 -05:00
h5repack.c [svn-r8869] Purpose: 2004-07-13 14:09:41 -05:00
h5repack.h [svn-r8869] Purpose: 2004-07-13 14:09:41 -05:00
h5repack.sh.in [svn-r8869] Purpose: 2004-07-13 14:09:41 -05:00
Makefile.in [svn-r8869] Purpose: 2004-07-13 14:09:41 -05:00
testh5repack_attr.c [svn-r8869] Purpose: 2004-07-13 14:09:41 -05:00
testh5repack_dset.c [svn-r8582] *** empty log message *** 2004-05-26 14:43:56 -05:00
testh5repack_main.c [svn-r8869] Purpose: 2004-07-13 14:09:41 -05:00
testh5repack_make.c [svn-r8869] Purpose: 2004-07-13 14:09:41 -05:00
testh5repack_util.c [svn-r8869] Purpose: 2004-07-13 14:09:41 -05:00