HDF5VOL
  1. HDF5VOL

DAOS-VOL

Public

Network

 
AuthorCommitMessageCommit Date
Neil FortnerNeil Fortner
4eae75293eaFix bugs in async group/file open bcast.
Neil FortnerNeil Fortner
0ccad74a7a4MMerge branch 'master' into async_gopen
Neil FortnerNeil Fortner
994ccb11799Initial implementation of group/file open bcast async. Compiles, not tested.
Ray LuRay Lu
ecfc35a3cbbMMerge pull request #88 in HDF5VOL/daos-vol from ~SONGYULU/daos-vol:rayl/recovery_test to master * commit 'a31b60300af0c8980ad8130c5a16059bf4d4dfc9': Small changes: I made some global variables static. Adding comments. Use the mpirun instead of orterun. Minor comment change. Changed the way of retrieving the service list to use the environment variable. Minor changes: moved the script to run the recovery test for metadata to the better location. Adding the recovery test for meta...
Songyu LuSongyu Lu
a31b60300afSmall changes: I made some global variables static.
Songyu LuSongyu Lu
9b359331c67Adding comments.
Songyu LuSongyu Lu
546b26b2502Use the mpirun instead of orterun.
Songyu LuSongyu Lu
34d9ac05a26Minor comment change.
Songyu LuSongyu Lu
12505d9a46fChanged the way of retrieving the service list to use the environment variable.
Songyu LuSongyu Lu
a0dae5c5492Minor changes: moved the script to run the recovery test for metadata to the better location.
Songyu LuSongyu Lu
869dff264e9MMerge branch 'master' of https://bitbucket.hdfgroup.org/scm/~songyulu/daos-vol into rayl/recovery_test
Songyu LuSongyu Lu
5a4f2cb05d6Adding the recovery test for metadata.
Neil FortnerNeil Fortner
a4225ac357bMMerge pull request #89 in HDF5VOL/daos-vol from ~NFORTNE2/daos-vol:master to master * commit '007870dff166c804db6d8d1d38445766e33d664b': Update connector to work with latest HDF5 develop.
Neil FortnerNeil Fortner
007870dff16MMerge branch 'master' of ssh://bitbucket.hdfgroup.org:7999/~nfortne2/daos-vol
Neil FortnerNeil Fortner
6cb254be3dcMMerge pull request #87 in HDF5VOL/daos-vol from ~NFORTNE2/daos-vol:async_dset_io to master * commit 'a8949b402208d575e94001eb3ef19fe987ded8c2': Uncomment lines setting flags parameter in daos_obj_rw_t Fix bugs in async dataset I/O Forgot to hit save after fixing conflicts. Complete but untested implementation of internal async dset I/O (no type conversion). Some work on async raw data I/O.
Neil FortnerNeil Fortner
a8949b40220Uncomment lines setting flags parameter in daos_obj_rw_t
Neil FortnerNeil Fortner
ea33524e4f6Fix bugs in async dataset I/O
Neil FortnerNeil Fortner
c896c02ba8eForgot to hit save after fixing conflicts.
Neil FortnerNeil Fortner
5610be3b5eaMMerge branch 'master' into async_dset_io
Neil FortnerNeil Fortner
9b93128c7a2Complete but untested implementation of internal async dset I/O (no type conversion).
Neil FortnerNeil Fortner
93f588fb41aSome work on async raw data I/O.
Neil FortnerNeil Fortner
7420a47fcb6MMerge pull request #86 in HDF5VOL/daos-vol from ~NFORTNE2/daos-vol:master to master * commit '94238519a7f196d818c586645610a8c69dea5039': Update VOL test submodule. Update HDF5 submodule Remove inclusion of H5VLnative.h Add introspect class and update for token refactoring changes. Compiles but untested. Needs token class callbacks, updates to VOL test suite. Update connector to use latest versions of DAOS and HDF5.
Neil FortnerNeil Fortner
09b4e691d9cUpdate connector to work with latest HDF5 develop.
Neil FortnerNeil Fortner
94238519a7fUpdate VOL test submodule.
Neil FortnerNeil Fortner
fba02fe9463Update HDF5 submodule
Neil FortnerNeil Fortner
66d00cbf094Remove inclusion of H5VLnative.h
Neil FortnerNeil Fortner
d443a35dfd7Add introspect class and update for token refactoring changes. Compiles but untested. Needs token class callbacks, updates to VOL test suite.
Neil FortnerNeil Fortner
023c4708699Update connector to use latest versions of DAOS and HDF5.
Dana RobinsonDana Robinson
021eb5d8a7aH5Ocopy() now copies a dataset's data (preliminary implementation).
Dana RobinsonDana Robinson
a7f8f2a8c43Added an implementation for H5Dget_storage_size(), which simply returns the in-memory size of the dataset's data. Probably isn't going to work correctly with variable-length data.
Jerome SoumagneJerome Soumagne
0a175c5ee9dMMerge pull request #97 in HDF5VOL/daos-vol from ~JSOUMAGNE/daos-vol:v1.0.x-update to v1.0.x * commit '8e21dc958a95db952fae57602081a3af9e9fca3b': Fix version number in daily test script Update DAOS VOL framework for latest DAOS Update connector to work with latest version of HDF5.
Jerome SoumagneJerome Soumagne
8e21dc958a9Fix version number in daily test script
Jerome SoumagneJerome Soumagne
92b1bbfcd34Update DAOS VOL framework for latest DAOS
Neil FortnerNeil Fortner
edd0a429e78Update connector to work with latest version of HDF5.
Neil FortnerNeil Fortner
e85a8febe4aMMerge pull request #94 in HDF5VOL/daos-vol from ~NFORTNE2/daos-vol:v1.0.x to v1.0.x * commit '59d215b3258eb3ddf23fe64dd20b0293ccd9c154': Fix file create to accept -DER_NONEXIST return code from daos_cont_destroy to match new DAOS behaviour.
Neil FortnerNeil Fortner
59d215b3258Fix file create to accept -DER_NONEXIST return code from daos_cont_destroy to match new DAOS behaviour.
Neil FortnerNeil Fortner
96ecb8da1b1Update connector to work with latest HDF5 develop.
Neil FortnerNeil Fortner
5f78fee32e4Update VOL test submodule.
Neil FortnerNeil Fortner
1ca01ae7e84Update HDF5 submodule
Neil FortnerNeil Fortner
97793f9be23Remove inclusion of H5VLnative.h
Neil FortnerNeil Fortner
2856c506b52Add introspect class and update for token refactoring changes. Compiles but untested. Needs token class callbacks, updates to VOL test suite.
Neil FortnerNeil Fortner
e1485131d31Update connector to use latest versions of DAOS and HDF5.
Jerome SoumagneJerome Soumagne
2a743515ce0Bump version.txt to 1.0.0
Neil FortnerNeil Fortner
2a98dac8159MMerge pull request #85 in HDF5VOL/daos-vol from ~NFORTNE2/daos-vol:map_updates to master * commit '66be1e2024be532f34bc9dc9626817dfc1c833eb': Fix bug in FLOAT_EQUAL macro Add tests for H5Mget*. Fix bug in vl tconv test. Fix memory leaks in map test. Add more map tests. Fix bug in H5Miterate with vl keys and vl parent type conversion. Add check for empty vl array (non string) (not supported). Fix bug in map type conversion. More map tests. Fix issues with VL strings for map ke...
Neil FortnerNeil Fortner
66be1e2024bFix bug in FLOAT_EQUAL macro
Neil FortnerNeil Fortner
71356e25179Add tests for H5Mget*. Fix bug in vl tconv test.
Neil FortnerNeil Fortner
d1ac8469daaFix memory leaks in map test.
Neil FortnerNeil Fortner
6b704534d47Add more map tests. Fix bug in H5Miterate with vl keys and vl parent type conversion. Add check for empty vl array (non string) (not supported).
Neil FortnerNeil Fortner
34d3d352d8bFix bug in map type conversion. More map tests.
Neil FortnerNeil Fortner
fcebbadb0efFix issues with VL strings for map keys. Add more map tests.