HDFGroup / vol-rest

HDF5 REST VOL Connector
Other
5 stars 8 forks source link

Implement H5Dwrite_multi / H5Dread_multi #39

Closed mattjala closed 11 months ago

mattjala commented 1 year ago

These functions are tested under the new tests added in HDFGroup/vol-tests#57, which are run with the H5VL_CAP_FLAG_DATASET_MORE flag enabled. That flag isn't enabled for the REST VOL yet though, because other functions under it aren't implemented.

jhendersonHDF commented 1 year ago

It looks like this PR is trying to bring in the changes from the H5Ovisit PR

mattjala commented 1 year ago

It looks like this PR is trying to bring in the changes from the H5Ovisit PR

Fixed

jhendersonHDF commented 11 months ago

It looks like all the changes from recent PRs made it into this PR from the merge. It's probably best to rebase it off of the master branch