mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-11 16:01:00 +08:00
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:
18 lines
388 B
SQL
18 lines
388 B
SQL
#############################
|
|
Expected output for 'h5dump -H -p -d fill_never tfilters.h5'
|
|
#############################
|
|
HDF5 "tfilters.h5" {
|
|
DATASET "fill_never" {
|
|
DATATYPE H5T_STD_I32LE
|
|
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
|
|
STORAGE_LAYOUT CHUNKED {
|
|
SIZE 800 ( 10, 5 )
|
|
}
|
|
FILLVALUE {
|
|
FILL_TIME NEVER
|
|
ALLOC_TIME EARLY
|
|
VALUE -99
|
|
}
|
|
}
|
|
}
|