summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack.sh
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-03-25 19:31:42 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-03-25 19:31:42 (GMT)
commit9c79ce84eec25571e012d03ba8e731afa1dcabe3 (patch)
treeb93f4aaf0d3a2c98ef24553fac274d3362e9246d /tools/h5repack/h5repack.sh
parente0fee4d7c95cb7f0a020dde33154a55ced92126b (diff)
downloadhdf5-9c79ce84eec25571e012d03ba8e731afa1dcabe3.zip
hdf5-9c79ce84eec25571e012d03ba8e731afa1dcabe3.tar.gz
hdf5-9c79ce84eec25571e012d03ba8e731afa1dcabe3.tar.bz2
[svn-r8281] Purpose:
code clean, change test script Description: removed soem debugging messages changed the chunking command line call to a non square dimensionality Solution: Platforms tested: linux Misc. update:
Diffstat (limited to 'tools/h5repack/h5repack.sh')
-rw-r--r--tools/h5repack/h5repack.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/h5repack/h5repack.sh b/tools/h5repack/h5repack.sh
index 2b8168d..f7b6526 100644
--- a/tools/h5repack/h5repack.sh
+++ b/tools/h5repack/h5repack.sh
@@ -115,9 +115,9 @@ TOOLTEST -i test4.h5 -o test4.out.h5 -f "FLET"
DIFFTEST test4.h5 test4.out.h5
TOOLTEST -i test4.h5 -o test4.out.h5 -f "dset1:SHUF" -f "dset1,dset2:GZIP 6"
DIFFTEST test4.h5 test4.out.h5
-TOOLTEST -i test4.h5 -o test4.out.h5 -l "dset1:CHUNK 20x20" -f "dset1,dset2:SZIP 8"
+TOOLTEST -i test4.h5 -o test4.out.h5 -l "dset1:CHUNK 20x10" -f "dset1,dset2:SZIP 8"
DIFFTEST test4.h5 test4.out.h5
-TOOLTEST -i test4.h5 -o test4.out.h5 -l "CHUNK 20x20"
+TOOLTEST -i test4.h5 -o test4.out.h5 -l "CHUNK 20x10"
DIFFTEST test4.h5 test4.out.h5
TOOLTEST -i test4.h5 -o test4.out.h5 -l "COMPA"
DIFFTEST test4.h5 test4.out.h5
@@ -131,6 +131,4 @@ TOOLTEST -i test4.h5 -o test4.out.h5 -e "h5repack_info.txt"
DIFFTEST test4.h5 test4.out.h5
-
-
exit $nerrors