summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/FORTRAN/H5D/tfiles/18/h5ex_d_alloc.tst
blob: 459107785e7328a5302fe7a537f51011c97a1545 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

Creating datasets...

DS1 has allocation time H5D_ALLOC_TIME_LATE_F
DS2 has allocation time H5D_ALLOC_TIME_EARLY_F

Space for DS1 has not been allocated.
Storage size for DS1 is: 335544320 bytes.
Space for DS2 has been allocated.
Storage size for DS2 is: 112 bytes.

Writing data...

Space for DS1 has been allocated.
Storage size for DS1 is: 112 bytes.
Space for DS2 has been allocated.
Storage size for DS2 is: 112 bytes.