Draft
Conversation
…rrectly read and in case of non-failure checkpointing is done but entirely using the decl_hdf5 plugin..
…ence and check the definition of a recovery file by storing it as a class data member (and querying its value) rather than using the length of the node.
…nality: If the datasets' paths depend on simulation parameters, the user can define the last dataset paths. If not, the same dataset paths as defined by the "datasets" key are assumed
…per around the VeloC library. Implemented functionalities of writing checkpoints and restoring the latest checkpoint. Added the Cmake file to build PDI with new plugin. Next step: testing for correctness.
… than on data expose because otherwise multiple checkpoints files were being written for the same iteration. Added tests to: 1) check correct writing of checkpoints 2) check correct restoration after a failure. Tests pass with basic requirements. These need to be expanded.
…ons and fixed naming mismatch in veloc_wrapper.cxx
…ype divided by the number of elements in the case of an array datatype. Added additional check to ensure an error is thrown if a checkpoint event is called before all data to be included in checkpoints has been exposed to PDI.
…nd tests to assert that the expected number of checkpoint files has been written. Added cmake changes to compile tests with library but it still does not work.
…has been made to store the configuration of the veloc plugin. The plugin creates an object of the configuration class and calls its getters method to function correctly. Events of types RECOVER and SYNC_STATE have been added ; recovering at the moment is not automatic on expose. The pdi example ran successfully but only tetsing checkpointing so far.
…ts of logging to debug the recover_var bug which is still not working.
… variable names of the VeloC plugins nd changed minor logic: returning 1 rather than version for subsequent check of return value to be valid
…t . Removed the use of "assert" from existing tests.
…d warning bug in check_conforlity()
2 tasks
…var and recover_rest functionalities.
… expected yaml tree to make it easier for the user, and added a test for manual recovery of a previous checkpoint file
…over to be coherent with "custom_configuration"
…uired for temporary directories where tests are run
c257c27 to
ce93f25
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
List of things to check before making a PR
Before merging your code, please check the following:
.clang-format;Fix #issuekeyword to autoclose the issue when merged.