-
Notifications
You must be signed in to change notification settings - Fork 54
Iteration::close #746
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
Merged
Merged
Iteration::close #746
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
2bc80ac
Add IOTask for closing file
franzpoeschel dacc28b
Add API calls for Iteration::close
franzpoeschel 5fa9285
Add closeFile to ADIOS2 backend
franzpoeschel b08211a
remove skipFlush
franzpoeschel 68aec92
Add test
franzpoeschel 3bda4e6
add back skipFlush
franzpoeschel c6a894d
Invalidate file in ADIOS2 after closing
franzpoeschel 38aaef7
Remove superfluous ; after function
ax3l 791f106
Make Iteration::close synchronous by default
franzpoeschel 7cca69b
Add closeFile operation to JSON backend
franzpoeschel ed62754
Remove name parameter from CLOSE_FILE task
franzpoeschel 5fec37f
Fix name shadowing
franzpoeschel 626b112
[wip] close_file for ADIOS1
franzpoeschel 2a8fedc
Temporary workaround for ADIOS1
franzpoeschel 56b44b5
Implement file closing in HDF5
franzpoeschel 3f0f2e1
change erase order
ax3l 199f56e
run a simplified test for ADIOS1
franzpoeschel 5195621
Split closed into closed and closedByWriter
franzpoeschel ebffb2a
Fix ADIOS1 test
franzpoeschel 95a8885
cleanup
franzpoeschel 947c69c
Throw if flushing a closed iteration that has been accessed
franzpoeschel 49a06f8
Add verifyClosed
franzpoeschel 26d1157
Close files in read mode too
franzpoeschel e26037a
Test throwing upon accessing an iteration post closing
franzpoeschel d091b89
Also do sanity-checks in group-based mode
franzpoeschel 597ae56
Rename m_closed* members of Iteration and update docu
franzpoeschel d57f900
Unify m_closed(Backend|Frontend) into common enum
franzpoeschel 20da16e
Flush only the closed iteration upon Iteration::close
franzpoeschel 3861c8c
Undo unnecessary whitespace changes
franzpoeschel 91c7946
Two small fixes in ADIOS1 IO Handler
franzpoeschel 49d5c78
Prevent throwing in destructor in close_iteration_test
franzpoeschel 9cc7259
Do not use boolean attributes
franzpoeschel c320171
Revert "Prevent throwing in destructor in close_iteration_test"
franzpoeschel 9a702f2
Add some documentation
franzpoeschel 8df6ebb
Add reviewer's suggestions
franzpoeschel 22e8fba
Expose Iteration::close to Python API
franzpoeschel 55c2041
Run simplified test for ADIOS1 in Python
franzpoeschel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.