diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-08-28 19:47:26 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-08-28 19:47:26 (GMT) |
commit | f384b17625179b29475b2ec836c949fe3b9d5e44 (patch) | |
tree | 2adc53784220241216b8ef41697c9e984889575d /tools/h5repack/h5repack.sh.in | |
parent | a4c82ed0491ce7e28079cdde9745b8ddfa9d60bc (diff) | |
download | hdf5-f384b17625179b29475b2ec836c949fe3b9d5e44.zip hdf5-f384b17625179b29475b2ec836c949fe3b9d5e44.tar.gz hdf5-f384b17625179b29475b2ec836c949fe3b9d5e44.tar.bz2 |
[svn-r15551] 1) There are 2 new command line parameters for h5repack. Together they allow a call to H5Pset_alignment to be made
-t T, --threshold=T Threshold value for H5Pset_alignment
-a A, --alignment=A Alignment value for H5Pset_alignment
2) bug fix
the printing of the dataset name was not done for references (verbose mode)
tested: windows, linux
Diffstat (limited to 'tools/h5repack/h5repack.sh.in')
-rwxr-xr-x | tools/h5repack/h5repack.sh.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/h5repack/h5repack.sh.in b/tools/h5repack/h5repack.sh.in index fdd93da..c4afde9 100755 --- a/tools/h5repack/h5repack.sh.in +++ b/tools/h5repack/h5repack.sh.in @@ -494,6 +494,10 @@ fi arg="$FILE1 -u ublock.bin -b 2048" TOOLTEST $arg +# add alignment +arg="$FILE1 -t 1 -a 1 " +TOOLTEST $arg + if test $nerrors -eq 0 ; then echo "All $H5REPACK tests passed." |