Adds CIME flags and provenance#5075
Merged
Merged
Conversation
jgfouca
added a commit
that referenced
this pull request
Jul 12, 2022
Adds CIME flags and provenance Adds CIME flags and provenance code to support CIME PR ESMCI/cime#4271. The flags control how CIME's runtime operates and provenance is handle by three functions, save_build_provenance, save_prerun_provenance and save_postrun_provenance. [BFB] * jasonb5-adds_provenance: Updates customize readme Updates some method names Refactors save_postrun_provenance Refactors save_prerun_provenance Refactors save_build_provenance Adds provenance tests Splits out flags and provenance code. Adds initial CIME config and provenance
jgfouca
added a commit
that referenced
this pull request
Jul 12, 2022
Adds CIME flags and provenance Adds CIME flags and provenance code to support CIME PR ESMCI/cime#4271. The flags control how CIME's runtime operates and provenance is handle by three functions, save_build_provenance, save_prerun_provenance and save_postrun_provenance. [BFB] * jasonb5-adds_provenance: Updates customize readme Updates some method names Refactors save_postrun_provenance Refactors save_prerun_provenance Refactors save_build_provenance Adds provenance tests Splits out flags and provenance code. Adds initial CIME config and provenance
Member
|
Skipping integration testing. |
Member
|
It's good to get this out of the CIME repo to E3SM. I presume testing was done to make sure all the provenance functionality still worked the same. |
Contributor
Author
|
@sarats I had ran a case and checked that the build, run and performance provenance was the same. Some point soon I'd like to update the unit test to check all of that. |
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.
Adds CIME flags and provenance code to support CIME PR ESMCI/cime#4271.
The flags control how CIME's runtime operates and provenance is handle by three functions,
save_build_provenance,save_prerun_provenanceandsave_postrun_provenance.