Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the support to get the revision count for the onion file into the h5dump. #1726

Merged
merged 16 commits into from
May 5, 2022

Conversation

raylu-hdf
Copy link
Contributor

No description provided.

derobins and others added 11 commits April 11, 2022 13:06
* free MPI_Group/MPI_Comm/MPI_Datatype objects

* fix clang-format style
* First stab at a Github status bar

* Adds a .tokeignore file for counting lines of code accurately

* Yanks lines of code calculation since it wildly overcounts
)

H5Pget_fapl_mpio() should return an MPI info object containing all the
MPI-IO hints used by the MPI library underneath, after the file is
opened. Some hints, such as cb_nodes (number of I/O aggregators), are
useful for HDF5 applications and I/O libraries built on top of HDF5.
* OESS-168: Remove clang warnings.

* OESS-168: Address @lrknox review.
@raylu-hdf
Copy link
Contributor Author

raylu-hdf commented May 5, 2022

For the h5dump to use this feature, do this command:

h5dump --vfd-name onion --vfd-info revision_count file.h5

To dump the file of certain revision (3rd revision):

h5dump --vfd-name onion --vfd-info 3 file.h5

@derobins derobins merged commit 0566def into HDFGroup:feature/onion_vfd May 5, 2022
@raylu-hdf raylu-hdf deleted the raylu_onion_vfd_5 branch May 5, 2022 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants