HDF5VOL
  1. HDF5VOL

DAOS-VOL

Public

Network

 
AuthorCommitMessageCommit Date
Jordan HendersonJordan Henderson
d3f6bdf3d3fUpdate VOL test submodule for h5_fileaccess fix
Jordan HendersonJordan Henderson
132b958bf08Update HDF5 submodule for H5VL__new_vol_obj fix
Jordan HendersonJordan Henderson
b85323aadc6MMerge branch 'master' of https://bitbucket.hdfgroup.org/scm/hdf5vol/daos-vol
Jordan HendersonJordan Henderson
760574d15b2Update DAOS VOL for latest HDF5 changes
Jordan HendersonJordan Henderson
46fd24aa115Update VOL test submodule
Jordan HendersonJordan Henderson
d48d0b8dd3cFix issue with H5_daos_object_open and default LAPL
Jordan HendersonJordan Henderson
75ea7f9b240Initial implementation for H5Aexists
Jordan HendersonJordan Henderson
269a57ee5c5Add support for ACPL to attribute creation/opening/closing Implement H5Aget_create_plist
Jordan HendersonJordan Henderson
9fedf3c4397Add implementation for H5Fget_obj_ids
Jordan HendersonJordan Henderson
4adeedd05dcAdd implementation for H5Fget_obj_count
Jordan HendersonJordan Henderson
ea4fdbd3822Correctly handle the H5F_ACC_EXCL flag
Neil FortnerNeil Fortner
a6bdbceb070Update design doc to reflect new H5Miterate interface.
Neil FortnerNeil Fortner
548721b221fMMerging in latest from upstream (HDF5VOL/daos-vol:refs/heads/master) * commit '2624a7111f9de5b19ef25de3423dbe1dd0488858': Add PDF of design doc Add design doc that includes mapping and map objects
Jerome SoumagneJerome Soumagne
2624a7111f9Add PDF of design doc
Jerome SoumagneJerome Soumagne
f1aad48107bAdd design doc that includes mapping and map objects
Neil FortnerNeil Fortner
7c20fbd4d87Add test for H5Miterate. Fix issues with H5Miterate.
Neil FortnerNeil Fortner
36d77b7f019Add test for H5Mexists.
Neil FortnerNeil Fortner
99b6891c5c1Add test for H5Mget.
Neil FortnerNeil Fortner
3ecc61dda9bAdd test for H5Mset.
Neil FortnerNeil Fortner
c95be134a5aAdd test for H5Mopen. Fix various bugs in map code and elsewhere.
Neil FortnerNeil Fortner
3defce39e53Add test for H5Mcreate. Requires changes in HDF5 that are not currently reflected in the submodule. Will be updated soon.
Jerome SoumagneJerome Soumagne
a3c47604835Update VOL test submodule
Jerome SoumagneJerome Soumagne
71f13f8cf26CMake: fix HDF5 shared target name Update VOL test submodule
Jerome SoumagneJerome Soumagne
0df63c29802CMake: add specific DAOS test template
Neil FortnerNeil Fortner
fc6bf6af576MMerge pull request #18 in HDF5VOL/daos-vol from ~NFORTNE2/daos-vol:master to master * commit '9ed296028d599cc45a6aec29597ebc305c3509bb': rm unintentionally added whitespace. Add support for H5Miterate.
Neil FortnerNeil Fortner
9ed296028d5rm unintentionally added whitespace.
Neil FortnerNeil Fortner
3cacc9c4837MMerge branch 'master' of ssh://bitbucket.hdfgroup.org:7999/~nfortne2/daos-vol
Jerome SoumagneJerome Soumagne
3fdf905f02bCMake: check out submodule if not found
Jerome SoumagneJerome Soumagne
49fa62e2972Use na+sm for test transport Enable parallel test by default Use recursive submodule update in test script
Jerome SoumagneJerome Soumagne
ad731c58856Fix typo in CMake find package files
Jordan HendersonJordan Henderson
08df92351f8Add more information link for DAOS to README.md
Neil FortnerNeil Fortner
f92d5bd7850MMerge pull request #17 in HDF5VOL/daos-vol from ~NFORTNE2/daos-vol:master to master * commit '768597bd8c910031be4b5df96b308081dc5d1a3a': Add support for H5Mexists.
Neil FortnerNeil Fortner
aebf4c54e6aAdd support for H5Miterate.
Neil FortnerNeil Fortner
768597bd8c9Add support for H5Mexists.
Jerome SoumagneJerome Soumagne
7495a70267cUpdate test script on jelly for sanitizer and release builds
Jerome SoumagneJerome Soumagne
2388e9da2b3Disable address sanitizer in build script and use bash
Jerome SoumagneJerome Soumagne
922d6a79ea3Update nightly test script for jelly
Neil FortnerNeil Fortner
03b210377f0MMerge pull request #16 in HDF5VOL/daos-vol from ~NFORTNE2/daos-vol:master to master * commit 'a49bbadc0eddd8f39db5d2d9f0d1c5eea1ccd429': Add HDF5 DAOS Map Design document
Neil FortnerNeil Fortner
a49bbadc0edMMerging in latest from upstream (HDF5VOL/daos-vol:refs/heads/master) * commit '9f7c40295fe8a3a2afdaad9c5287034f97a1755e': Update test scripts for automated testing Fix const declaration and fix size of constant keys Rename pool_comm_g to H5_daos_pool_comm_g Add the ability to create pools if none is specified Add version.txt and determine extra version using git Update and clean up user's guide Move user's guide latex files
Jerome SoumagneJerome Soumagne
9f7c40295feUpdate test scripts for automated testing Allow CMake to pickup autotools builds Update VOL test submodule
Jerome SoumagneJerome Soumagne
8b5ed7ec978MMerge pull request #15 in HDF5VOL/daos-vol from ~JSOUMAGNE/daos-vol:master to master * commit '5f0e5b722e8307513ebcba501416cdffbbc03c1d': Fix const declaration and fix size of constant keys Rename pool_comm_g to H5_daos_pool_comm_g Add the ability to create pools if none is specified
Jerome SoumagneJerome Soumagne
5f0e5b722e8Fix const declaration and fix size of constant keys
Jerome SoumagneJerome Soumagne
122c8a5b92fRename pool_comm_g to H5_daos_pool_comm_g
Jerome SoumagneJerome Soumagne
f22f2835983Add the ability to create pools if none is specified Refactor H5_daos_init() to separate connect/broadcast phases Fix leak on termination if H5_DAOS_g is not set Cleanup and fix some static const variables Renaming of pool default variables Save svc list created on pool_create() A few more fixes and cleanups to pool_connect() Add pool_svcl argument to H5daos_init() Correctly save pool svc list if globally set
Jerome SoumagneJerome Soumagne
2aedd9710dcAdd version.txt and determine extra version using git Require HDF5 v1.11
Jerome SoumagneJerome Soumagne
c7c2c3b5d04Update and clean up user's guide
Jerome SoumagneJerome Soumagne
b3b069ea3c1Move user's guide latex files
Neil FortnerNeil Fortner
c7a5ac1989bMMerge branch 'master' of ssh://bitbucket.hdfgroup.org:7999/~nfortne2/daos-vol
Jerome SoumagneJerome Soumagne
9d3f1a375e7MMerge pull request #14 in HDF5VOL/daos-vol from ~JSOUMAGNE/daos-vol:master to master * commit '911031823f831efaa6fac8680b48ec4fb485d1c1': Update README
Jerome SoumagneJerome Soumagne
911031823f8Update README