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.
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
[develop] Update WM and UPP hashes and minor rearrangement of WE2E coverage tests that fail on certain platforms #799
[develop] Update WM and UPP hashes and minor rearrangement of WE2E coverage tests that fail on certain platforms #799
Changes from 3 commits
bbab116
cecd808
4d3482d
d6dce50
b5776c4
829bf33
0a4cc3e
b53db6b
9649937
87f4998
2fe7493
3301672
fabed48
977c467
6059e47
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the regression tests pass on Gaea with the following updated stack:
/lustre/f2/dev/role.epic/contrib/hpc-stack/intel-classic-2022.0.2/modulefiles/stack/
Please see comments and logs for the WM regression tests:
ufs-community/ufs-weather-model#1755 (comment)
ufs-community/ufs-weather-model#1755 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggesting changes following the recent updates for Gaea C3, C4, hpc-stack, and WM regression tests:
load(pathJoin("hpc-intel-classic", os.getenv("hpc_intel_classic_ver") or "2022.0.2"))
load(pathJoin("hpc-cray-mpich", os.getenv("hpc_cray_mpich_ver") or "7.7.20"))
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@natalie-perlin I have reverted my modifications to
modulefiles/build_gaea_intel.lua
for now. Once your PR has been merged in the UFS-WM, we can open a PR in the SRW App to update the modulefile here too.