summaryrefslogtreecommitdiffstats
path: root/examples/h5_vds.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27249] Used versioned APIs to fix the daily tests errors with the ↵Elena Pourmal2015-06-191-3/+3
| | | | | | --with-default-api-version=v16 builds. Tested on jam.
* [svn-r27220] Maintenance: Added copyrigth; removed read buffer ↵Elena Pourmal2015-06-161-5/+15
| | | | | | initialization since fill value feature works now. Tested on jam.
* [svn-r26879] Removed printf size_t warnings from VDS examples.Dana Robinson2015-04-221-1/+1
| | | | | | | size_t parameters are now printed using lu after being cast to unsigned long (safe for C89). Tested on: 64-bit linux VM
* [svn-r26565] Since fill values for VDS do not work at this point initialized ↵Elena Pourmal2015-03-241-0/+5
| | | | | | | | the read buffer to show that VDS data is read correctly, leaving unmapped data untouched. Tested on jam.
* [svn-r26557] Removed commented VDS read code. tested on jam.Elena Pourmal2015-03-241-2/+0
|
* [svn-r26420] Added new example for simple I/O. Modified other examples ↵Elena Pourmal2015-03-101-11/+12
| | | | according to the suggestion in H5VDS-7 (see VDS-178)
* [svn-r26343] Improved output.Elena Pourmal2015-03-021-4/+4
|
* [svn-r26342] Added usage of the new H5S*_regular_hyperslab functions.Elena Pourmal2015-03-021-0/+12
| | | | Tested on jam.
* [svn-r26297] Changed example and h5dump according to suggestions at today's ↵Elena Pourmal2015-02-251-17/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code review VDS-176. BNF has been updated too. Now h5dump displays VDS like this: HDF5 "vds.h5" { GROUP "/" { DATASET "VDS" { DATATYPE H5T_STD_I32LE DATASPACE SIMPLE { ( 4, 6 ) / ( 4, 6 ) } STORAGE_LAYOUT { VIRTUAL { HYPERSLAB { (0,0)-(0,5) }; a.h5; A; ALL; HYPERSLAB { (1,0)-(1,5) }; b.h5; B; ALL; HYPERSLAB { (2,0)-(2,5) }; c.h5; C; ALL; } } } FILTERS { ....... I just commented the code with "EIP" and didn't delete to simplify the review with Allen tomorrow. Tested on jam
* [svn-r26269] Minor cleanup in the comments.Elena Pourmal2015-02-221-17/+17
|
* [svn-r26268] Added VDS example.Elena Pourmal2015-02-221-0/+244
I ran bin/reconfigure on jam and it modified test/Makefile.in. May be Neil fixed Makefile.am, but didn't run reconfigure? Tested on jam.