diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2017-07-29 06:10:25 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2017-07-29 06:10:25 (GMT) |
commit | 59e94f5009a1f738d9924be942448f8cf6355b00 (patch) | |
tree | 93f0e2481632d0fa9a1edb2b7f65de3ee0c24d10 /tools/test/h5repack/testfiles/SPT.h5repack_aggr.h5.ddl | |
parent | 3344185d5ddd1003b8aa0df19be1c5e9b54ec570 (diff) | |
download | hdf5-59e94f5009a1f738d9924be942448f8cf6355b00.zip hdf5-59e94f5009a1f738d9924be942448f8cf6355b00.tar.gz hdf5-59e94f5009a1f738d9924be942448f8cf6355b00.tar.bz2 |
Add h5repack tests for paged aggregation
Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected.
Diffstat (limited to 'tools/test/h5repack/testfiles/SPT.h5repack_aggr.h5.ddl')
-rw-r--r-- | tools/test/h5repack/testfiles/SPT.h5repack_aggr.h5.ddl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/test/h5repack/testfiles/SPT.h5repack_aggr.h5.ddl b/tools/test/h5repack/testfiles/SPT.h5repack_aggr.h5.ddl new file mode 100644 index 0000000..1ce06b2 --- /dev/null +++ b/tools/test/h5repack/testfiles/SPT.h5repack_aggr.h5.ddl @@ -0,0 +1,16 @@ +Filename: out-SPT.h5repack_aggr.h5 +Free-space persist: TRUE +Free-space section threshold: 5 bytes +Small size free-space sections (< 10 bytes): + Total # of small size sections: 0 +Free-space section bins: + # of sections of size 100 - 999: 1 + Total # of sections: 1 +File space management strategy: H5F_FSPACE_STRATEGY_FSM_AGGR +File space page size: 4096 bytes +Summary of file space information: + File metadata: 1485 bytes + Raw data: 400 bytes + Amount/Percent of tracked free space: 680 bytes/26.5% + Unaccounted space: 0 bytes +Total space: 2565 bytes |