add compilation stanza for Intel oneAPI for 4.5.2#1946
Merged
weiwangncar merged 1 commit intowrf-model:release-v4.5.2from Dec 9, 2023
Merged
add compilation stanza for Intel oneAPI for 4.5.2#1946weiwangncar merged 1 commit intowrf-model:release-v4.5.2from
weiwangncar merged 1 commit intowrf-model:release-v4.5.2from
Conversation
Collaborator
Author
|
The Jenkins test results: |
islas
approved these changes
Dec 9, 2023
smileMchen
approved these changes
Dec 9, 2023
Collaborator
Author
|
@smileMchen @islas Thanks! |
vlakshmanan-scala
pushed a commit
to scala-computing/WRF
that referenced
this pull request
Apr 4, 2024
TYPE: enhancement KEYWORDS: Intel, LLVM, oneAPI, compilation SOURCE: internal DESCRIPTION OF CHANGES: Problem: Addressing issue wrf-model#1884 for Intel oneAPI ifx/icx builds Solution: Add configuration to configure.defaults mirroring original Intel ifort/icc build with minor tweaking. ISSUE: For use when this PR closes an issue. Fixes wrf-model#1884 LIST OF MODIFIED FILES: M arch/configure.defaults TESTS CONDUCTED: 1. WRF core em_real compiles with ifx/icx in combination with PR-1823. 2. The Jenkins tests are all passing. Note that this is the same PR as in wrf-model#1893, but committed to release-v4.5.2 branch (instead of develop) RELEASE NOTE: Added build configuration for new Intel oneAPI LLVM ifx/icx compilers, which will be available on NCAR's new computer, Derecho.
This file contains hidden or 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
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.
TYPE: enhancement
KEYWORDS: Intel, LLVM, oneAPI, compilation
SOURCE: internal
DESCRIPTION OF CHANGES:
Problem:
Addressing issue #1884 for Intel oneAPI ifx/icx builds
Solution:
Add configuration to
configure.defaultsmirroring original Intel ifort/icc build with minor tweaking.ISSUE: For use when this PR closes an issue.
Fixes #1884
LIST OF MODIFIED FILES:
M arch/configure.defaults
TESTS CONDUCTED:
RELEASE NOTE: Added build configuration for new Intel oneAPI LLVM ifx/icx compilers, which will be available on NCAR's new computer, Derecho.