mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
9d0ee09708
h5dump update Description: updated the h5dump test files generator , so that it coincides with the 1.6 branch Solution: Platforms tested: linux (small) Misc. update:
19 lines
421 B
SQL
19 lines
421 B
SQL
#############################
|
|
Expected output for 'h5dump -H -p -d compact tfilters.h5'
|
|
#############################
|
|
HDF5 "tfilters.h5" {
|
|
DATASET "compact" {
|
|
COMMENT "This is a dataset with compact storage"
|
|
DATATYPE H5T_STD_I32LE
|
|
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
|
|
STORAGE_LAYOUT COMPACT {
|
|
SIZE 800
|
|
}
|
|
FILLVALUE {
|
|
FILL_TIME IFSET
|
|
ALLOC_TIME EARLY
|
|
VALUE -99
|
|
}
|
|
}
|
|
}
|