Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor link/group code in preparation for adding soft link support. | Neil Fortner | 2017-02-14 | 2 | -43/+248 |
| | | | | Soft link API not supported yet. Other minor fixes. | ||||
* | Implement attribute read/write. Added examples for this. Added | Neil Fortner | 2017-02-10 | 1 | -9/+197 |
| | | | | | optional snapshot parameter to h5dsm_file_open.c. Other minor fixes/cleanup. | ||||
* | Add support for H5Dget_space, H5Dget_type, H5Dget_access_plist, and | Neil Fortner | 2017-02-08 | 1 | -3/+81 |
| | | | | | | H5Dget_create_plist. H5Dget_space_status returns not allocated, as in the FF1 plugin. Added tests for the first four functions to h5dsm_dset_open.c | ||||
* | Add support for attribute create/open/close. Add examples for attribute | Neil Fortner | 2017-02-08 | 3 | -149/+623 |
| | | | | | create and open. It is now possible to H5Gopen the root group. Other fixes/refactoring. | ||||
* | Implement H5Lexists. Add h5dsm_link_exists example. Other minor fixes | Neil Fortner | 2017-02-02 | 1 | -9/+104 |
| | | | | and cleanup. | ||||
* | Improve handling of snapshots with multiple processes so any processes | Neil Fortner | 2017-02-02 | 2 | -13/+26 |
| | | | | | can call H5VLdaosm_snap_create. Fix bug that prevented non-root processes from incrementing the epoch on flush. Other minor fixes. | ||||
* | H5F_ACC_TRUNC now correctly deletes the file (container) before creating | Neil Fortner | 2017-02-01 | 1 | -13/+9 |
| | | | | it. H5F_ACC_EXCL not currently implemented. | ||||
* | Implement new transaction model, transactions are now hidden from the | Neil Fortner | 2017-01-31 | 4 | -221/+417 |
| | | | | | | 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 support for leading "/" in path names, to denote absolute paths even | Neil Fortner | 2016-12-15 | 1 | -6/+16 |
| | | | | if the starting object isn't the file or root group. | ||||
* | Add support for reading FCPL from file. Other minor fixes. | U-hdf\nfortne2 | 2016-12-15 | 2 | -0/+10 |
| | |||||
* | Split H5VLdaosm.h into public and private headers, to remove the need | Neil Fortner | 2016-12-13 | 4 | -7/+57 |
| | | | | for the application to include daos.h. Fix bugs in examples. | ||||
* | Implement group traversal. Major refactoring of group/link code. Added | Neil Fortner | 2016-12-09 | 2 | -238/+323 |
| | | | | group examples, all examples now work with paths. | ||||
* | Add support for saving/loading max OID in file. Other fixes. | Neil Fortner | 2016-12-09 | 1 | -23/+132 |
| | |||||
* | Fix memory leak in H5VL_daosm_dataset_write, bug in | Neil Fortner | 2016-12-07 | 1 | -10/+17 |
| | | | | | H5VL_daosm_file_open, bug in h5dsm_dset_wpartial, and add separate transactions in h5dsm_dset_wpartial. | ||||
* | Add support for partial I/O. Not tested yest, except with H5S_ALL. | Neil Fortner | 2016-12-06 | 1 | -50/+204 |
| | |||||
* | Change object class names to match new version of DAOS. | Neil Fortner | 2016-12-05 | 1 | -2/+2 |
| | |||||
* | Add group create/open/close, various fixes. | Neil Fortner | 2016-12-03 | 6 | -102/+769 |
| | |||||
* | Replace daos_dkey_t with daos_key_t. | Neil Fortner | 2016-11-30 | 1 | -4/+4 |
| | |||||
* | Fix bugs in read/write implementation. Only seems to read/write the | Neil Fortner | 2016-11-29 | 3 | -28/+34 |
| | | | | first element. Examples don't build correctly with make. | ||||
* | Add autogenerated trace commands. | Neil Fortner | 2016-11-29 | 1 | -0/+11 |
| | |||||
* | Initial implementation of dataset reads and writes. Untested. Does not | Neil Fortner | 2016-11-29 | 2 | -4/+317 |
| | | | | support partial I/O or datatype conversions. Also added h5dsm examples. | ||||
* | Fix Dataset open. | Neil Fortner | 2016-11-23 | 1 | -3/+3 |
| | |||||
* | Encode/decode datatype/dataspace/DCPL to/from dataset. Decode not | Neil Fortner | 2016-11-23 | 1 | -39/+203 |
| | | | | working currently for unknown reason (under investigation). | ||||
* | Improve transaction support, add H5Fcreate_ff, H5Fopen_ff, H5Fclose_ff. | Neil Fortner | 2016-11-18 | 6 | -97/+436 |
| | |||||
* | Fix bug in dataset create/open, Transaction terminate. | Neil Fortner | 2016-11-16 | 2 | -10/+11 |
| | |||||
* | Initial implementation of dataset create/open/close, transactions. Not | Neil Fortner | 2016-11-14 | 17 | -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 Fortner | 2016-10-28 | 1 | -3/+57 |
| | |||||
* | Various improvements/fixes. | Neil Fortner | 2016-10-27 | 1 | -8/+27 |
| | |||||
* | Add daos error code reporting. | Neil Fortner | 2016-10-27 | 1 | -62/+65 |
| | |||||
* | Query epoch instead of hardcoding it. Also bring fixes from create to close ↵ | Neil Fortner | 2016-10-27 | 1 | -42/+49 |
| | | | | routine. | ||||
* | Minor fixes. | Neil Fortner | 2016-10-27 | 2 | -3/+5 |
| | |||||
* | More fixes for new API, fix warnings. | Neil Fortner | 2016-10-27 | 1 | -6/+6 |
| | |||||
* | More fixes for new DAOS API. | Neil Fortner | 2016-10-27 | 1 | -12/+12 |
| | |||||
* | Update to use new DAOS API. | Neil Fortner | 2016-10-27 | 2 | -37/+36 |
| | |||||
* | Initial implementation of file create/open/close on daos-m. Has not been tested. | Neil Fortner | 2016-10-27 | 5 | -0/+980 |
| | |||||
* | [svn-r29903] merge from trunk. | Mohamad Chaarawi | 2016-05-09 | 166 | -3303/+13104 |
|\ | |||||
| * | [svn-r29668] Added H5Dfarray.c to CMake. | Dana Robinson | 2016-04-08 | 1 | -0/+1 |
| | | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 CMake serial | ||||
| * | [svn-r29659] Added fixed array chunk indexing from revise_chunks. | Dana Robinson | 2016-04-07 | 12 | -22/+1782 |
| | | | | | | | | | | 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 Robinson | 2016-04-07 | 1 | -0/+1 |
| | | | | | | | | Tested on: 64-bit Ubuntu 15.10 (build only, not used in existing code) | ||||
| * | [svn-r29644] Description: | Quincey Koziol | 2016-04-06 | 1 | -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 Koziol | 2016-04-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Add missing inializer from revise_chunks branch. Tested on: MacOSX/64 10.11.4 (amazon) w/serial (Too minor to require h5committest) | ||||
| * | [svn-r29638] Added new chunk index types to trace code. | Dana Robinson | 2016-04-05 | 1 | -0/+34 |
| | | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial | ||||
| * | [svn-r29635] Description: | Quincey Koziol | 2016-04-05 | 17 | -18/+3749 |
| | | | | | | | | | | | | | | | | | | Bring support for earray and v2 B-trees from revise_chunks branch to trunk. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming) | ||||
| * | [svn-r29626] Description: | Quincey Koziol | 2016-04-04 | 3 | -17/+23 |
| | | | | | | | | | | | | | | | | Revise method of invoking object flush callback. Tested on: MacOSX/64 10.11.4 (amazon) w/serial & parallel (h5committest forthcoming) | ||||
| * | [svn-r29625] Description: | Quincey Koziol | 2016-04-04 | 2 | -115/+0 |
| | | | | | | | | | | | | | | | | Removed unused routines Tested on: MacOSX/64 10.11.4 (amazon) w/serial & parallel (h5committest forthcoming) | ||||
| * | [svn-r29620] Merge of r29619 from revise_chunks. Minor H5Fpublic.h comment ↵ | Dana Robinson | 2016-04-04 | 1 | -3/+0 |
| | | | | | | | | | | | | update. Tested on: 64-bit Ubuntu 15.10 (build only, no code changes) | ||||
| * | [svn-r29614] Description: | Quincey Koziol | 2016-04-03 | 4 | -38/+71 |
| | | | | | | | | | | | | | | | | | | Bring updated code for setting chunk size information from revise_chunks branch. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming) | ||||
| * | [svn-r29612] Description: | Quincey Koziol | 2016-04-03 | 17 | -112/+114 |
| | | | | | | | | | | | | | | | | | | Bring updated layout and EFL property comparisons and new "latest format" flags from revise_chunks branch. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming) | ||||
| * | [svn-r29607] Description: | Quincey Koziol | 2016-04-02 | 9 | -94/+875 |
| | | | | | | | | | | | | | | | | | | Bring "don't filter partial edge chunks" capability from revise_chunks to trunk. Tested on: MacOSX/64 10.11.4 (amazon) w/debug, production & parallel (h5committest forthcoming) | ||||
| * | [svn-r29552] Normalization with revise_chunks in preparation for big merge. | Dana Robinson | 2016-03-24 | 1 | -2/+5 |
| | | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial |