-
Notifications
You must be signed in to change notification settings - Fork 3
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
EarthWorks v2.1.001 Branch #32
Conversation
Incorporate EarthWorksOrg/mpas-framework PR #6
See also: #34 Features:
Issues:
Relevant PRs in externals: |
I tested the 32L 120km fully-coupled model. Builds and runs for intel, gnu, and nvhpc compilers on cpu. Has a build issue with intel-oneapi: |
Thanks for testing, @dazlich! It looks like the issue comes from the CAM side in the bld/config_files
|
I’ve had successful tests with oneapi as recently as February 20 with the v2.1 release.
On Mar 6, 2024, at 2:37 PM, G. Dylan Dickerson ***@***.***> wrote:
** Caution: EXTERNAL Sender **
I tested the 32L 120km fully-coupled model. Builds and runs for intel, gnu, and nvhpc compilers on cpu.
Has a build issue with intel-oneapi: ERROR: Command: ...
Thanks for testing, @dazlich<https://github.com/dazlich>!
It looks like the issue comes from the CAM side in the bld/config_files
/definition.xml file: Lines 224-227<https://github.com/EarthWorksOrg/CAM/blob/04bbb089b65aa452a2ae3344cf7ac7c69254e228/bld/config_files/definition.xml#L224-L227> which doesn't include intel-oneapi. We've been able to build/run with this compiler before, right?
<entry id="fc_type" valid_values="cray,pgi,intel,gnu,pathscale,ibm,nag,nvhpc,pgi-gpu,nvhpc-gpu" value="">
Type of Fortran compiler. Used when -fc specifies a generic wrapper script
such as mpif90 or ftn.
</entry>
—
Reply to this email directly, view it on GitHub<#32 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADS3XWCGFJCNGFKILAWYKCTYW6EBPAVCNFSM6AAAAABDTVQ652VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBRHAZTCNRRG4>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I would guess it's this change below in CAM/bld/configure Previously:
Changed to in EWOrg/CAM PR#14. Link to line in PR#14
|
Edited this comment above to change the MPAS-SI PR from EWOrg/MPAS-SI #7 to EWOrg/MPAS-SI #8 |
NOTE: this PR now needs to add #35 to the issues and EWOrg/CAM #15 to the PRs |
Edited this comment above to add #35 and EWOrg/CAM #15 |
Dropping references to Perlmutter from this comment according to discussion and commit 8558c58 |
Use PR branch from EarthWorksOrg/CAM EarthWorksOrg#32 to use more descriptive ESMF timers within parts of the CAM code.
Incorporate PRs and fixes in externals