-
Notifications
You must be signed in to change notification settings - Fork 108
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
Fix Gnu compilation on Hera #965
Merged
GeorgeGayno-NOAA
merged 10 commits into
ufs-community:develop
from
GeorgeGayno-NOAA:v1.7_spack_hera
Jul 15, 2024
Merged
Fix Gnu compilation on Hera #965
GeorgeGayno-NOAA
merged 10 commits into
ufs-community:develop
from
GeorgeGayno-NOAA:v1.7_spack_hera
Jul 15, 2024
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
when using Gnu Fortran. Fixes ufs-community#962.
Gnu Fortran. Fixes ufs-community#962.
compiling with GNU. Fixes ufs-community#962.
@AlexanderRichert-NOAA - I would like to merge. Any other comments? |
AlexanderRichert-NOAA
approved these changes
Jul 12, 2024
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.
@GeorgeGayno-NOAA no other comments
DavidHuber-NOAA
added a commit
to DavidHuber-NOAA/UFS_UTILS
that referenced
this pull request
Sep 9, 2024
* origin/develop: Update the C192 default ocean resolution in the gdas_init utility (ufs-community#980) Use HPC-stack libraries on WCOSS2 (ufs-community#975) Fix compiler warning in fre-nctools.fd (ufs-community#969) Fix Gnu compilation on Hera (ufs-community#965) Update fixed data directory path for Gaea (ufs-community#972)
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.
DESCRIPTION OF CHANGES:
global_cycle
andcpld_gridgen
so it works with Gnu.chgres_cube
that Gnu flagged as a warning.TESTS CONDUCTED:
global_cycle
consistency tests locally on all Tier 1 machines (using Intel). Done using 05b6fc2. All tests passed as expected.All consistency tests were run using Gnu on Hera using 4dca77a. All tests except one
global_cycle
test ran to completion. The baselines did not always match, but that is expected since they were created using Intel. For more details, see: #962 (comment)The
cpld_gridgen
consistency test was run using Intel on Hercules (05b6fc2). All tests passed as expected.DEPENDENCIES:
None.
DOCUMENTATION:
N/A
ISSUE:
Fixes #962.