-
Notifications
You must be signed in to change notification settings - Fork 48
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
update hercules intel compiler version #673
Merged
climbfuji
merged 21 commits into
JCSDA:develop
from
ulmononian:feature/new_intel_hercules
Jul 17, 2023
Merged
update hercules intel compiler version #673
climbfuji
merged 21 commits into
JCSDA:develop
from
ulmononian:feature/new_intel_hercules
Jul 17, 2023
Conversation
This file contains 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
Revert to EMC spack-stack dev
climbfuji
approved these changes
Jul 17, 2023
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.
Are you going to build the unified-dev environment (base on develop) on Hercules in the official tree, or should I?
i'm happy to do it. |
3 tasks
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.
Summary
the coupled configuration of the ufs-wm (s2swa) would not run successfully on hercules using
intel/2022.1.2
(icc/icpc/ifort 2021.7.1), with a point-of-failure in the aerosol model ostensibly related to mapl. after looking into it, @mathomp4 and the mapl team suggested that there may be an incompatibility w/ ifort 2021.7.1 (see MAPL #2213). based on this insight, the msu team installedintel/2023.1.0
on hercules, which includes the ifort 2021.9.0 compiler rather than 2021.7.1.preliminary testing done w/ a test stack (
/work2/noaa/epic-ps/cbook/HERCULES/sw/new_intel/envs/intel2023_test
) built using this newer intel compiler set results in successful runs of the previously failed coupled ufs-wm rt's (e.g., cpld_control_p8).based on this success, this pr seeks to update the hercules intel compiler version to 2023.1.0.
Testing
ufs-wm cpld_control_p8 (s2swa) successfully ran here:
/work2/noaa/epic/cbook/stmp/cbook/FV3_RT/rt_2112501/cpld_control_p8_intel
against/work2/noaa/epic-ps/cbook/HERCULES/sw/new_intel/envs/intel2023_test
.Applications affected
ufs-wm
Systems affected
msu hercules
Dependencies
none
Issue(s) addressed
none
Checklist