summaryrefslogtreecommitdiffstats
path: root/examples/h5dsm_dset_rpartial.c
Commit message (Collapse)AuthorAgeFilesLines
* Improve handling of snapshots with multiple processes so any processesNeil Fortner2017-02-021-1/+1
| | | | | can call H5VLdaosm_snap_create. Fix bug that prevented non-root processes from incrementing the epoch on flush. Other minor fixes.
* Implement new transaction model, transactions are now hidden from theNeil Fortner2017-01-311-24/+19
| | | | | | API, H5TR functions have no effect. Added support for H5Fflush. Added H5VLdaosm_snap_create and H5Pset_daosm_snap_open to save and load snapshots. Added enforcement of file access flags. Updated examples. Other minor fixes/cleanup.
* Add h5dsm_dset_rpartial.cNeil Fortner2016-12-131-0/+153