summaryrefslogtreecommitdiffstats
path: root/tools/test/h5import/testfiles/tall_fp32.ddl
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-08-04 16:20:10 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-08-04 16:20:10 (GMT)
commit04d72b2c4200c68e9bdaf09b015c62a00c6a12d4 (patch)
tree01d13ab905b7eb892efe2e038e5a6257c0e95b6e /tools/test/h5import/testfiles/tall_fp32.ddl
parentc2ba92875edf2e605707cfc322d21916e3f05d22 (diff)
downloadhdf5-04d72b2c4200c68e9bdaf09b015c62a00c6a12d4.zip
hdf5-04d72b2c4200c68e9bdaf09b015c62a00c6a12d4.tar.gz
hdf5-04d72b2c4200c68e9bdaf09b015c62a00c6a12d4.tar.bz2
HDFFV-10219 and HDFFV-10256 merge from develop
Diffstat (limited to 'tools/test/h5import/testfiles/tall_fp32.ddl')
-rw-r--r--tools/test/h5import/testfiles/tall_fp32.ddl28
1 files changed, 28 insertions, 0 deletions
diff --git a/tools/test/h5import/testfiles/tall_fp32.ddl b/tools/test/h5import/testfiles/tall_fp32.ddl
new file mode 100644
index 0000000..2a0dc1b
--- /dev/null
+++ b/tools/test/h5import/testfiles/tall_fp32.ddl
@@ -0,0 +1,28 @@
+HDF5 "d-tall_fp32.h5" {
+GROUP "/" {
+ GROUP "g2" {
+ DATASET "dset2.2" {
+ DATATYPE H5T_IEEE_F32BE
+ DATASPACE SIMPLE { ( 1, 2 ) / ( 1, 2 ) }
+ STORAGE_LAYOUT {
+ CONTIGUOUS
+ SIZE 8
+ OFFSET 2432
+ }
+ FILTERS {
+ NONE
+ }
+ FILLVALUE {
+ FILL_TIME H5D_FILL_TIME_IFSET
+ VALUE H5D_FILL_VALUE_DEFAULT
+ }
+ ALLOCATION_TIME {
+ H5D_ALLOC_TIME_LATE
+ }
+ DATA {
+ (0,0): 0.2, 0.8
+ }
+ }
+ }
+}
+}