diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2018-11-18 06:39:27 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2018-11-18 06:39:27 (GMT) |
commit | d0d360ff2d6afb275836645d01d5d6ddbed39caa (patch) | |
tree | 577fee05a1103303fcf1ce0208175cf4c241e59b /tools/test/misc/testh5repart.sh.in | |
parent | 59c28780d35924b6512fe18a0eeb49d55e03f0fc (diff) | |
parent | e9125d6a9960a588244998e959598a27d3c8d352 (diff) | |
download | hdf5-d0d360ff2d6afb275836645d01d5d6ddbed39caa.zip hdf5-d0d360ff2d6afb275836645d01d5d6ddbed39caa.tar.gz hdf5-d0d360ff2d6afb275836645d01d5d6ddbed39caa.tar.bz2 |
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into stackable_vol
Diffstat (limited to 'tools/test/misc/testh5repart.sh.in')
-rw-r--r-- | tools/test/misc/testh5repart.sh.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/test/misc/testh5repart.sh.in b/tools/test/misc/testh5repart.sh.in index 594d37e..143f607 100644 --- a/tools/test/misc/testh5repart.sh.in +++ b/tools/test/misc/testh5repart.sh.in @@ -171,7 +171,9 @@ COPY_TESTFILES_TO_TESTDIR TOOLTEST -m 20000 family_file%05d.h5 fst_family%05d.h5 # repartition family member size to 5 KB. TOOLTEST -m 5k family_file%05d.h5 scd_family%05d.h5 -# convert family file to sec2 file of 20,000 bytes +# convert family file to single file of 20,000 bytes +TOOLTEST -m 20000 -family_to_single family_file%05d.h5 family_to_single.h5 +# convert family file to single file of 20,000 bytes (old argument) TOOLTEST -m 20000 -family_to_sec2 family_file%05d.h5 family_to_sec2.h5 # test the output files repartitioned above. @@ -183,7 +185,7 @@ CLEAN_TESTFILES_AND_TESTDIR if test -z "$HDF5_NOCLEANUP"; then cd $actual_dir - rm -f fst_family*.h5 scd_family*.h5 family_to_sec2.h5 + rm -f fst_family*.h5 scd_family*.h5 family_to_single.h5 family_to_sec2.h5 fi if test $nerrors -eq 0 ; then |