mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
0fb88ded47
Add version # and flags to external link format (as fields in a single byte), in order to accomodate future changes/expansions. Tested on: Mac OS X/32 10.4.9 (amazon) Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2) FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty)
24 lines
459 B
SQL
24 lines
459 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
|
|
}
|
|
USER_BLOCK {
|
|
USERBLOCK_SIZE 0
|
|
}
|
|
DATASET "dset" {
|
|
DATATYPE H5T_STD_I32BE
|
|
DATASPACE SIMPLE { ( 4 ) / ( 4 ) }
|
|
}
|
|
}
|