summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add h5dsm_dset_rpartial.cNeil Fortner2016-12-131-0/+153
| |
* | Split H5VLdaosm.h into public and private headers, to remove the needNeil Fortner2016-12-138-14/+68
| | | | | | | | for the application to include daos.h. Fix bugs in examples.
* | Add transaction number printing for write examples, optional transactionNeil Fortner2016-12-128-32/+70
| | | | | | | | | | number arguments for read examples. Rework and fix bug in h5dsm_dset_wpartial.c. Not tested.
* | Implement group traversal. Major refactoring of group/link code. AddedNeil Fortner2016-12-094-238/+457
| | | | | | | | group examples, all examples now work with paths.
* | Add support for saving/loading max OID in file. Other fixes.Neil Fortner2016-12-092-25/+134
| |
* | Fix memory leak in H5VL_daosm_dataset_write, bug inNeil Fortner2016-12-072-13/+30
| | | | | | | | | | H5VL_daosm_file_open, bug in h5dsm_dset_wpartial, and add separate transactions in h5dsm_dset_wpartial.
* | Add new example for partial I/O write.Neil Fortner2016-12-071-0/+141
| |
* | Add support for partial I/O. Not tested yest, except with H5S_ALL.Neil Fortner2016-12-061-50/+204
| |
* | Change object class names to match new version of DAOS.Neil Fortner2016-12-051-2/+2
| |
* | Add group create/open/close, various fixes.Neil Fortner2016-12-036-102/+769
| |
* | Replace daos_dkey_t with daos_key_t.Neil Fortner2016-11-301-4/+4
| |
* | Fix bugs in read/write implementation. Only seems to read/write theNeil Fortner2016-11-298-42/+62
| | | | | | | | first element. Examples don't build correctly with make.
* | Add autogenerated trace commands.Neil Fortner2016-11-291-0/+11
| |
* | Initial implementation of dataset reads and writes. Untested. Does notNeil Fortner2016-11-2910-7/+747
| | | | | | | | support partial I/O or datatype conversions. Also added h5dsm examples.
* | Fix Dataset open.Neil Fortner2016-11-231-3/+3
| |
* | Encode/decode datatype/dataspace/DCPL to/from dataset. Decode notNeil Fortner2016-11-231-39/+203
| | | | | | | | working currently for unknown reason (under investigation).
* | Improve transaction support, add H5Fcreate_ff, H5Fopen_ff, H5Fclose_ff.Neil Fortner2016-11-186-97/+436
| |
* | Fix bug in dataset create/open, Transaction terminate.Neil Fortner2016-11-162-10/+11
| |
* | Initial implementation of dataset create/open/close, transactions. NotNeil Fortner2016-11-1417-52/+1550
| | | | | | | | | | working on boro, though it is unclear if that is due to a pug in this code or in daos.
* | Processes with rank greater than 0 should now fail when process 0 fails.Neil Fortner2016-10-281-3/+57
| |
* | Various improvements/fixes.Neil Fortner2016-10-271-8/+27
| |
* | Add daos error code reporting.Neil Fortner2016-10-271-62/+65
| |
* | Query epoch instead of hardcoding it. Also bring fixes from create to close ↵Neil Fortner2016-10-271-42/+49
| | | | | | | | routine.
* | Minor fixes.Neil Fortner2016-10-272-3/+5
| |
* | More fixes for new API, fix warnings.Neil Fortner2016-10-271-6/+6
| |
* | More fixes for new DAOS API.Neil Fortner2016-10-271-12/+12
| |
* | Update to use new DAOS API.Neil Fortner2016-10-272-37/+36
| |
* | Initial implementation of file create/open/close on daos-m. Has not been tested.Neil Fortner2016-10-275-0/+980
|/
* Merge pull request #5 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:vol to volLarry Knox2016-08-311-3/+3
|\ | | | | | | | | | | * commit 'ccf7d84c2846444f70093ebb4287d9bdfcbca66c': Tested "make installcheck" on jelly. Correct incorrect merge from main that added extra commands to a list in run-c-ex.sh.in without moving the "); then" to the end of the extended list, causing make installcheck to fail.
| * Tested "make installcheck" on jelly.lrknox2016-08-311-1/+1
| |
| * Correct incorrect merge from main that added extra commands to a list inlrknox2016-08-311-2/+2
|/ | | | | run-c-ex.sh.in without moving the "); then" to the end of the extended list, causing make installcheck to fail.
* [svn-r29903] merge from trunk.Mohamad Chaarawi2016-05-09766-9591/+109732
|\
| * [svn-r29698] Switched true and false to TRUE and FALSE in a function inDana Robinson2016-04-141-2/+2
| | | | | | | | | | | | | | test/external.c. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial (external test only)
| * [svn-r29696] Applied fix for HDFFV-9439 to mpicc config as well as mpif90 in ↵Larry Knox2016-04-141-1/+1
| | | | | | | | | | | | config/linux-gnulibc1. Tested with h5committest.new on kituo, ostrich, osx1010dev and platypus.
| * [svn-r29683] HDFFV-1956: h5diff will warn if a dataset is virtual instead of ↵Allen Byrne2016-04-112-20/+0
| | | | | | | | | | | | | | failing. h5diff does not consider the layout type when comparing datasets. SKIP h5repack VDS tests until h5repack is fixed. remove h5repack fix ddl files needed when h5repack VDS fix is implemented.
| * [svn-r29681] HDFFV-1956: h5diff will warn if a dataset is virtual instead of ↵Allen Byrne2016-04-111-4/+6
| | | | | | | | | | | | | | failing. h5diff does not consider the layout type when comparing datasets. SKIP h5repack VDS tests until h5repack is fixed. Additional tests to be skipped
| * [svn-r29680] HDFFV-1956: h5diff will warn if a dataset is virtual instead of ↵Allen Byrne2016-04-115-44/+203
| | | | | | | | | | | | failing. h5diff does not consider the layout type when comparing datasets. SKIP h5repack VDS tests until h5repack is fixed.
| * [svn-r29678] Revert r29672 changes to h5diff.Larry Knox2016-04-093-35/+10
| | | | | | | | Tested h5committest.new
| * [svn-r29673] Fix typo of var nameAllen Byrne2016-04-081-1/+1
| |
| * [svn-r29672] HDFFV-1956: h5diff will warn if a dataset is virtual instead of ↵Allen Byrne2016-04-083-10/+35
| | | | | | | | failing. h5diff does not consider the layout type when comparing datasets.
| * [svn-r29668] Added H5Dfarray.c to CMake.Dana Robinson2016-04-081-0/+1
| | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 CMake serial
| * [svn-r29665] Added new chunk index types to h5debug.Dana Robinson2016-04-071-2/+50
| | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 Autotools serial
| * [svn-r29659] Added fixed array chunk indexing from revise_chunks.Dana Robinson2016-04-0714-22/+2189
| | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 Autotools serial w/ Java, Fortran, & C++
| * [svn-r29655] Added H5D_CHUNK_BTREE to the deprecated section of H5Dpublic.h.Dana Robinson2016-04-071-0/+1
| | | | | | | | Tested on: 64-bit Ubuntu 15.10 (build only, not used in existing code)
| * [svn-r29653] fixed A variable that is specified as an argument to the ↵Scot Breitenfeld2016-04-071-1/+1
| | | | | | | | intrinsic procedure C_LOC must either have type and type parameters that are interoperable with a C type, or be a nonpolymorphic, scalar variable with no length type parameters.
| * [svn-r29649] changed indentation format, updated commentsScot Breitenfeld2016-04-061-17/+12
| |
| * [svn-r29648] FIX: HDFFV-8486 Scot Breitenfeld2016-04-066-122/+621
| | | | | | | | | | | | | | | | h5tbmake_table_f is missing the fill_data parameter (which is in the C counterpart) ADDED NEW API: h5tbread_table_f Tested: platypus, ostrich
| * [svn-r29646] FIX: HDFFV-9522 Scot Breitenfeld2016-04-061-5/+71
| | | | | | | | | | | | Add support for variable length datatypes in the High Level H5LT Fortran APIs Tested: platypus (gnu)
| * [svn-r29644] Description:Quincey Koziol2016-04-061-1/+1
| | | | | | | | | | | | | | | | Finish correcting initializer for chunked layouts. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (to minor to require h5committest)
| * [svn-r29640] Description:Quincey Koziol2016-04-051-1/+1
| | | | | | | | | | | | | | | | Add missing inializer from revise_chunks branch. Tested on: MacOSX/64 10.11.4 (amazon) w/serial (Too minor to require h5committest)