-
Notifications
You must be signed in to change notification settings - Fork 251
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
In fv3atm: convert GFS DDTs from blocked data structures to contiguous arrays #2183
In fv3atm: convert GFS DDTs from blocked data structures to contiguous arrays #2183
Conversation
Gaea failed |
Gaea's
|
on-behalf-of @ufs-community <ecc.platform@noaa.gov>
While porting to Intel LLVM I also found that some of the compile jobs (do not remember exactly which one) fail often with OOM error on Gaea. I ended up setting memory size explicitly to 4Gb per cpu, see: |
I have not been granted permission to access Acorn yet. We can skip it for now. |
I'll leave another update for Gaea with the suggested 4Gb fix once the rerun concludes. Jet is rerunning |
Tests passed with the proposed 4gb per cpu fix, thanks @DusanJovic-NOAA! Please ignore discrepancies in the baseline dates in the hera, gaea, and jet logs, they are the same. |
We should be good to continue with the merge process, I'll let ccpp and cubed sphere to proceed with merging. |
Merged fv3atm. |
Commit Queue Requirements:
Description:
This PR updates the submodule pointers for fv3atm, gfdl_atmos_cubed_sphere, ccpp-physics for the changes described in the associates PRs below: convert internal GFS DDTs from blocked data structures to contiguous arrays. This excludes the (external)
GFS_extdiag
andGFS_restart
DDTs.Commit Message:
Priority:
Git Tracking
UFSWM:
Sub component Pull Requests:
UFSWM Blocking Dependencies:
n/a
Changes
Regression Test Changes (Please commit test_changes.list):
Input data Changes:
Library Changes/Upgrades:
Testing Log: