Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix uninitialized return value bugs.inactive/hdf5_daosm | Neil Fortner | 2017-06-12 | 1 | -2/+2 |
| | |||||
* | Fix h5dsm_test.sh output to correctly indicate when it is running | Neil Fortner | 2017-06-05 | 1 | -2/+2 |
| | | | | h5dsm_tcommit. | ||||
* | Add support for committed datatypes. Add h5dsm_tcommit.c test for this. | Neil Fortner | 2017-06-01 | 4 | -21/+772 |
| | | | | Fix potential memory issue with collective object opens. Other minor fixes/cleanup. | ||||
* | Initialize "num_out" fields in sg_nr structs. | Neil Fortner | 2017-05-23 | 1 | -1/+40 |
| | |||||
* | Add support for simple variable length datatypes in datasets (including | Neil Fortner | 2017-05-23 | 2 | -206/+1078 |
| | | | | | selections). Updated h5dsm_tvlen.c to test this. Other minor fixes/cleanup. | ||||
* | Fix error in examples/Makefile.am | Neil Fortner | 2017-05-23 | 1 | -1/+1 |
| | |||||
* | Add support for variable length types (not within compound or array, with no ↵ | Neil Fortner | 2017-05-21 | 6 | -125/+808 |
| | | | | sub-type conversions) with attributes. Added h5dsm_tvlen.c to test this. Other minor fixes/cleanup. | ||||
* | Fix mistake in h5dsm_obj_info.c | Neil Fortner | 2017-05-11 | 2 | -1/+3 |
| | |||||
* | Add maps to h5dsm_test.sh. Fix issues with maps implementation. | Neil Fortner | 2017-05-11 | 6 | -19/+80 |
| | |||||
* | Add maps implementation (based on a patch supplied by Mohamad | Neil Fortner | 2017-05-11 | 22 | -21/+1995 |
| | | | | Chaarawi). Add h5dsm_map.c example. Other minor fixes/cleanup. | ||||
* | Fix compilation bug when not compiled with memory sanity checks. | Neil Fortner | 2017-05-09 | 1 | -1/+1 |
| | |||||
* | Add support for H5Aget_name, H5Aget_creatE_plist, H5Aget_space, and | Neil Fortner | 2017-05-09 | 3 | -142/+317 |
| | | | | | H5Aget_type. Update h5dsm_attr_open.c to test these functions. Minor improvemetns to h5dsm_test.sh. | ||||
* | Update DAOS plugin to work with new version of DAOS: remove | Neil Fortner | 2017-05-09 | 2 | -33/+26 |
| | | | | | daos_obj_declare, disable output comparison in h5dsm_test.sh, re-enable rpartial test. | ||||
* | Fix bug where H5Fcreate would ignore H5Pset_all_coll_metadata_ops | Neil Fortner | 2017-05-08 | 1 | -1/+5 |
| | | | | setting. | ||||
* | Add regression test script h5dsm_test.sh | Neil Fortner | 2017-05-08 | 2 | -0/+573 |
| | |||||
* | Fix memory leak in collective group open through soft links. Minor | Neil Fortner | 2017-05-05 | 3 | -42/+75 |
| | | | | changes to examples. | ||||
* | Implement H5Oget_info. Fix bugs in H5Oopen_by_addr and H5Oopen. Add | Neil Fortner | 2017-05-04 | 4 | -25/+334 |
| | | | | | h5dsm_obj_info and h5dsm_obj_open_addr examples. Other minor fixes/cleanup. | ||||
* | Fix problems with H5Lexists. Other minor cleanup. | Neil Fortner | 2017-05-03 | 1 | -35/+34 |
| | |||||
* | Make idx parameter optional in H5L/Aiterate* | Neil Fortner | 2017-05-03 | 1 | -4/+6 |
| | |||||
* | Change datasets to again use DAOS_OC_LARGE_RW object class. They had | Neil Fortner | 2017-05-03 | 1 | -1/+1 |
| | | | | unintentionally been changed to use DAOS_OC_TINY_RW. | ||||
* | Add support for H5Literate and H5Literate_by_name. Add | Neil Fortner | 2017-05-03 | 2 | -18/+267 |
| | | | | h5dsm_link_iter.c examples. Other minor fixes/cleanup. | ||||
* | Remove unnecessary prefixes from constant key names (thouse used for | Neil Fortner | 2017-05-02 | 1 | -5/+5 |
| | | | | akeys). | ||||
* | Change links to be stored with the link name as the dkey. Change | Neil Fortner | 2017-05-02 | 1 | -16/+17 |
| | | | | | constant key values to avoid collisions with arbitrary link names. Other minor fixes/cleanup. | ||||
* | Implement H5Oopen, H5Oopen_by_addr, H5Acreate_by_name, H5Aopen_by_name, | Neil Fortner | 2017-05-01 | 10 | -200/+514 |
| | | | | | and H5Aiterate_by_name. Add h5dsm_obj_open.c example. Fix memory leak on dataset open. Other minor fixes/cleanup. | ||||
* | Fix bug with opening root group in collective mode. Fix performance issue ↵ | Neil Fortner | 2017-04-30 | 1 | -2/+18 |
| | | | | with collective dataset open. Other minor fixes. | ||||
* | Fix bug in H5Gopen1 where it would pass H5P_DEFAULT instead of | Neil Fortner | 2017-04-28 | 1 | -1/+1 |
| | | | | H5P_GROUP_ACCESS_DEFAULT to the VOL layer. | ||||
* | Add support for H5Aiterate. Add h5dsm_attr_iter.c example for this. | Neil Fortner | 2017-04-27 | 2 | -2/+336 |
| | | | | Added minor comments to other areas. | ||||
* | Update DAOS plugin to work with latest version of DAOS, based on work by ↵ | Neil Fortner | 2017-04-27 | 2 | -225/+217 |
| | | | | | | | Mohamad Chaarawi. Temporarily modify h5dsm_ttconv.c to avoid triggering failures due to DAOS not supporting overwrites. | ||||
* | Add support for collective dataset open and create, again using | Neil Fortner | 2017-04-25 | 1 | -223/+352 |
| | | | | | H5Pset_all_coll_metadata_ops. Fix issues with collective group open/create. Other minor fixes/cleanup. | ||||
* | Add support for collective group create and open, using | Neil Fortner | 2017-04-24 | 21 | -166/+434 |
| | | | | | H5Pset_all_coll_metadata_ops. Improved file create/open using this code. Modified examples to use this feature. Other minor fixes/cleanup. | ||||
* | Update H5VL_daosm_file_flush to reflect "auto slip" behaviour of ↵ | Neil Fortner | 2017-04-10 | 1 | -11/+3 |
| | | | | daos_epoch_commit. No functional code changes since the previous code was commented out due to snapshots not being implemented in daos. | ||||
* | Add support for datatype conversion with datasets, including with | Neil Fortner | 2017-03-16 | 2 | -72/+1383 |
| | | | | | partial I/O. Add test cases covering this to h5dsm_ttconv.c. Other fixes to general type conversion code. Other minor fixes/cleanup. | ||||
* | Modify plugin to use H5VL_daosm_term as the plugin's terminate callback, | Neil Fortner | 2017-03-16 | 20 | -86/+9 |
| | | | | | now called when the plugin is closed (see merge from vol branch). Removed cal to H5Idec_ref from H5VL_daosm_term. Removed H5VLdaosm_term from examples. | ||||
* | Merge branch 'vol' into hdf5_daosm | Neil Fortner | 2017-03-16 | 1 | -2/+11 |
|\ | |||||
| * | Merge pull request #331 in HDFFV/hdf5 from ↵ | Jordan Henderson | 2017-03-14 | 1 | -2/+11 |
| |\ | | | | | | | | | | | | | | | | | | | ~JHENDERSON/hdf5:plugin_termination_fix to vol * commit '73d4fea67c676f22ac72e9d45f7610ef0692ffed': Call terminate callback upon freeing H5VL class | ||||
| | * | Call terminate callback upon freeing H5VL class | Jordan Henderson | 2017-03-10 | 1 | -2/+11 |
| |/ | |||||
* | | Modify H5VLdaosm_term to similarly only execute once. Also modify that | Neil Fortner | 2017-03-15 | 1 | -10/+14 |
| | | | | | | | | function to unregister the VOL plugin. | ||||
* | | Modify H5VL_daosm_init to simply return success if it has already been | Neil Fortner | 2017-03-15 | 1 | -4/+8 |
| | | | | | | | | called, allowing it to be called multiple times without side effects. | ||||
* | | Modify DAOS-M plugin to call daos_pool_connect at plugin initialization | Neil Fortner | 2017-03-14 | 22 | -318/+579 |
| | | | | | | | | time, using a communicator passed to the initialization function. Add public functions H5VLdaosm_init and H5VLdaosm_term. Apps no longer need to call daos_init and daos_fini. Updated examples. Other minor fixes/cleanup. | ||||
* | | Modify plugin to open DAOS container in read only mode when the HDF5 | Neil Fortner | 2017-03-08 | 1 | -1/+1 |
| | | | | | | | | file is opened read only. | ||||
* | | Fix attribute datatype conversion implementation to always supply | Neil Fortner | 2017-03-08 | 3 | -100/+996 |
| | | | | | | | | | | | | background buffer for compound conversion, as the library requires (despite the reference manual saying it's optional). Added h5dsm_ttconv.c to test this. Other minor fixes/cleanup. | ||||
* | | Add draft datatype conversion for attributes. Not tested, though | Neil Fortner | 2017-02-22 | 1 | -37/+398 |
| | | | | | | | | existing examples work. | ||||
* | | Add full support for soft links. Add h5dsm_slink_create.c example. Fix | Neil Fortner | 2017-02-15 | 3 | -27/+176 |
| | | | | | | | | bug in id handling. Other minor fixes/cleanup. | ||||
* | | Fix issues with the epoch number when opening read-only, and when | Neil Fortner | 2017-02-14 | 1 | -11/+11 |
| | | | | | | | | opening objects. | ||||
* | | 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 | 5 | -12/+415 |
| | | | | | | | | | | 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 | 2 | -4/+145 |
| | | | | | | | | | | | | 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 | 6 | -150/+796 |
| | | | | | | | | | | 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 | 2 | -9/+173 |
| | | | | | | | | and cleanup. | ||||
* | | Improve handling of snapshots with multiple processes so any processes | Neil Fortner | 2017-02-02 | 4 | -15/+28 |
| | | | | | | | | | | can call H5VLdaosm_snap_create. Fix bug that prevented non-root processes from incrementing the epoch on flush. Other minor fixes. |