summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tchunked.ddl
blob: 5d4571b0671d7c57b96a5d6ddc88cd216a95960f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#############################
Expected output for 'h5dump -H -p -d chunked tfilters.h5'
#############################
HDF5 "tfilters.h5" {
DATASET "chunked" {
COMMENT "This is a dataset with chunked storage"
   DATATYPE  H5T_STD_I32LE
   DATASPACE  SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
   STORAGE_LAYOUT CHUNKED {
      SIZE 800 ( 10, 5 )
   }
   FILLVALUE {
      FILL_TIME IFSET
      ALLOC_TIME INCR
      VALUE  -99   
   }
}
}