-
Notifications
You must be signed in to change notification settings - Fork 383
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 bug in generating baselines #2950
Merged
Merged
Conversation
This file contains 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
Need to use the base case id when parsing test opts. [BFB]
jgfouca
added a commit
that referenced
this pull request
May 28, 2019
Fix bug in generating baselines Need to use the base case id when parsing test opts. [BFB] * jgfouca/cime/fix_hist_bless: Fix bug in generating baselines
jgfouca
added a commit
that referenced
this pull request
May 28, 2019
Fix bug in generating baselines Need to use the base case id when parsing test opts. [BFB] * jgfouca/cime/fix_hist_bless: Fix bug in generating baselines
@jgfouca, is this the reason that I got the following error when I was trying to generate a baseline? May I cherrypick to fix the issue in my branch? Thanks |
@jinyuntang , yes |
jgfouca
added a commit
to ESMCI/cime
that referenced
this pull request
Jun 12, 2019
…9-06-10 Jgfouca/branch for acme split 2019 06 10 Changes: * Fix bug in PET timestamp (need to use build as a library, not a subprocess) (E3SM-Project/E3SM#2949) * Fix bug in generating baselines (Need to use the base case id when parsing test opts.) (E3SM-Project/E3SM#2950) * Change FFLAGS_NOPT to be an append to the normal set of flags. This reduces duplication with FFLAGS (E3SM-Project/E3SM#2922) * Add ability to ask for CMake args (get_standard_cmake_args) (E3SM-Project/E3SM#2922) * CMake macros should NOT be looking at environment, just CMake vars (E3SM-Project/E3SM#2922) * case_setup will make both macro types (Make and CMake) (E3SM-Project/E3SM#2922) * Import a FindPetsc CMake module (E3SM-Project/E3SM#2922) * Implement a more-advanced way of sharing builds within test suites (Implements a concept of build groups within test_scheduler.) (E3SM-Project/E3SM#2961) Test suite: scripts_regression_tests Test baseline: Test namelist changes: Test status: [bit for bit, roundoff, climate changing] Fixes [CIME Github issue #] User interface changes?: Update gh-pages html (Y/N)?: Code review:
jgfouca
pushed a commit
that referenced
this pull request
Jun 25, 2019
make sure optional arg exists before using Need to make sure optional variable is provided before it is used. Test suite: Test baseline: Test namelist changes: Test status: bit for bit Fixes #2945 User interface changes?: Update gh-pages html (Y/N)?: Code review: sacks
jgfouca
pushed a commit
that referenced
this pull request
Oct 9, 2024
Automatically Merged using E3SM Pull Request AutoTester PR Title: move pyscream to nb PR Author: mahf708 PR LABELS: AT: AUTOMERGE, python
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.
Need to use the base case id when parsing test opts.
[BFB]