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

Fix possible unintentional flush() call in decomposition #1297

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

narategithub
Copy link
Collaborator

If the strgp uses decomposition, it does not open() the store and hence does not have store_handle to flush(). The strgp with decomposition should not call flush() store interface.

If the `strgp` uses decomposition, it does not `open()` the store and
hence does not have `store_handle` to `flush()`. The strgp with
decomposition should not call `flush()` store interface.
@narategithub narategithub requested a review from tom95858 November 2, 2023 19:14
@tom95858 tom95858 merged commit 6574a6d into ovis-hpc:OVIS-4 Nov 17, 2023
14 checks passed
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.

2 participants