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

Refactor h5fd and package initialization #4934

Draft
wants to merge 38 commits into
base: develop
Choose a base branch
from

Conversation

qkoziol
Copy link
Contributor

@qkoziol qkoziol commented Oct 6, 2024

(Will update with more information)

qkoziol and others added 30 commits September 27, 2024 17:45
Gets rid of public API call (H5FDperform_init) within the library code and
returns to original way of initializing packages in the library.

Signed-off-by: Quincey Koziol <[email protected]>
Signed-off-by: Quincey Koziol <[email protected]>
Signed-off-by: Quincey Koziol <[email protected]>
Update comment about interface initialization routines in H5_init_library

Signed-off-by: Quincey Koziol <[email protected]>
Move all VFDs into the 'H5FD' package, instead of their own individual
packages.

Stop using VFD's 'term' callback to reset the ID for the VFD.  Use explicit
'register' and 'unregister' calls to do that.  Use the 'term' callback only
for dealing with VFD internal resource cleanup.

A _ton_ of other misc. changes, but mainly to update and align the VFDs more
with current best practices in the library.

Signed-off-by: Quincey Koziol <[email protected]>
Signed-off-by: Quincey Koziol <[email protected]>
Signed-off-by: Quincey Koziol <[email protected]>
Signed-off-by: Quincey Koziol <[email protected]>
Signed-off-by: Quincey Koziol <[email protected]>
Signed-off-by: Quincey Koziol <[email protected]>
Signed-off-by: Quincey Koziol <[email protected]>
@qkoziol
Copy link
Contributor Author

qkoziol commented Oct 6, 2024

@brtnfld - When I run the CGNS benchmark script, it looks like this branch has equivalent performance to the develop branch. Could you please double-check me?

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.

1 participant