mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-03 02:32:04 +08:00
37ec6dc75e
Bring changes from file free space branch back to the trunk. *yay!* Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in debug mode Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode Mac OS X/32 10.5.8 (amazon) in debug mode Mac OS X/32 10.5.8 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode
26 lines
527 B
SQL
26 lines
527 B
SQL
#############################
|
|
Expected output for 'h5dump -H -B -d dset tfcontents1.h5'
|
|
#############################
|
|
HDF5 "tfcontents1.h5" {
|
|
SUPER_BLOCK {
|
|
SUPERBLOCK_VERSION 0
|
|
FREELIST_VERSION 0
|
|
SYMBOLTABLE_VERSION 0
|
|
OBJECTHEADER_VERSION 0
|
|
OFFSET_SIZE 8
|
|
LENGTH_SIZE 8
|
|
BTREE_RANK 16
|
|
BTREE_LEAF 4
|
|
ISTORE_K 32
|
|
FILE_SPACE_STRATEGY H5F_FILE_SPACE_ALL
|
|
FREE_SPACE_THRESHOLD 1
|
|
}
|
|
USER_BLOCK {
|
|
USERBLOCK_SIZE 0
|
|
}
|
|
DATASET "dset" {
|
|
DATATYPE H5T_STD_I32BE
|
|
DATASPACE SIMPLE { ( 4 ) / ( 4 ) }
|
|
}
|
|
}
|