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

Implement H5Fflush #63

Merged
merged 2 commits into from
Sep 6, 2023
Merged

Implement H5Fflush #63

merged 2 commits into from
Sep 6, 2023

Conversation

mattjala
Copy link
Collaborator

@mattjala mattjala commented Sep 6, 2023

Ignores the H5F_SCOPE_GLOBAL/H5F_SCOPE_LOCAL parameter, since file mounting isn't implemented in HSDS.

@mattjala mattjala added the enhancement New feature or request label Sep 6, 2023
Ignores the H5F_SCOPE_GLOBAL/H5F_SCOPE_LOCAL parameter,
since file mounting isn't implemented in HSDS.
@@ -1471,8 +1471,6 @@ test_unused_file_API_calls(void)
hid_t obj_id;
void *file_handle;

if (H5Fflush(file_id, H5F_SCOPE_GLOBAL) >= 0)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested it with the flush tests in vol-tests to make sure it functions correctly.

@jhendersonHDF jhendersonHDF merged commit 7c5c271 into HDFGroup:master Sep 6, 2023
5 checks passed
@mattjala mattjala deleted the H5Fflush branch September 6, 2023 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants