diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-04-02 15:52:24 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-04-02 15:52:24 (GMT) |
commit | 6705762081f1bbea41037cc44973dc20d85832fc (patch) | |
tree | 0781c6d7853f74ed3d991699aa39f9ed395e1157 /tools/testfiles | |
parent | 9a04849fdb552678c3443e3fdcd91a6bb10e3089 (diff) | |
download | hdf5-6705762081f1bbea41037cc44973dc20d85832fc.zip hdf5-6705762081f1bbea41037cc44973dc20d85832fc.tar.gz hdf5-6705762081f1bbea41037cc44973dc20d85832fc.tar.bz2 |
[svn-r8297] Purpose:
bug fix
Description:
the synntax of the input of h5repack conatined double quotes and spaces, which
were causing problems on the parsing in AIX paralell
Solution:
replaced the spaces by =
that is, instead of -f "GZIP 6"
we have now
-f GZIP=6
Platforms tested:
linux
solaris
AIX paralell
Misc. update:
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/h5repack_info.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testfiles/h5repack_info.txt b/tools/testfiles/h5repack_info.txt index 4d6eef1..20ed2f8 100644 --- a/tools/testfiles/h5repack_info.txt +++ b/tools/testfiles/h5repack_info.txt @@ -1 +1 @@ --l "dset1:CHUNK 20x20" -f "dset1,dset2:SZIP 8" +-l dset1:CHUNK=20x20 -f dset1,dset2:SZIP=8 |