-
Notifications
You must be signed in to change notification settings - Fork 360
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
Hommexx: Temporarily work around some EAMxx-Hommexx incompatibilities. #6645
Hommexx: Temporarily work around some EAMxx-Hommexx incompatibilities. #6645
Conversation
These are due to PR E3SM-Project#6594 and break the E3SM-repo EAMxx build. Once the SCREAM and E3SM repos are unified, we can back out these workarounds. The workarounds are isolated to components/homme, keeping the commit separation of components/eamxx (SCREAM repo) and components/homme (E3SM repo) clean.
This is the alternative approach I proposed. Chrysalis is backed up with e3smtest jobs, so I might not get this into next today. |
On Chrysalis, ERS_Ld5_P4.ne4pg2_oQU480.F2010-SCREAMv1-MPASSI.chrysalis_intel.eamxx-prod fails with
near or during initialization. However, it fails exactly this same way with |
Can you see if ERP_Ln9.ne4pg2_ne4pg2.F2010-SCREAMv1.pm-gpu_gnugpu passes? |
This passed SMS.ne4pg2_oQU480.F2010-SCREAMv1-MPASSI.pm-gpu_gnugpu (Overall: PASS)
ERP_Ln9.ne4pg2_ne4pg2.F2010-SCREAMv1.pm-gpu_gnugpu (Overall: PASS)
|
homme_integration and e3sm_developer pass on Chrysalis. I will merge to next. |
…6645) Hommexx: Temporarily work around some EAMxx-Hommexx incompatibilities. These are due to PR #6594 and break the E3SM-repo EAMxx build. Once the SCREAM and E3SM repos are unified, we can back out these workarounds. The workarounds are isolated to components/homme, keeping the commit separation of components/eamxx (SCREAM repo) and components/homme (E3SM repo) clean. Fixes #6635. [BFB]
@mahf708 this is merged to master now, so when you get a chance, you can re-enable the F-cases in the github CI. Thanks for disabling them for two days. |
Great! Btw, in the future, we will run the F cases whenever homme is touched, this is being added here: https://github.com/E3SM-Project/E3SM/pull/6640/files#diff-df452f774adf857e45ddde63b278e3c8903922048d9aa680e37f428c6977aa9aR13. That will help us catch this type of thing ahead of time. |
Replaces #6636 |
These are due to PR #6594 and break the E3SM-repo EAMxx build. Once the SCREAM and E3SM repos are unified, we can back out these workarounds.
The workarounds are isolated to components/homme, keeping the commit separation of components/eamxx (SCREAM repo) and components/homme (E3SM repo) clean.
Fixes #6635.
[BFB]