hdf5/tools/testfiles/tcompact.ddl
Pedro Vicente Nunes 9d0ee09708 [svn-r8647] Purpose:
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:
2004-06-10 15:55:34 -05:00

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
}
}
}