Skip to content
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

bugfix: issue #653 Cray build #654

Merged
merged 1 commit into from
Oct 4, 2022

Conversation

scrasmussen
Copy link
Member

TYPE: bug fix

KEYWORDS: Cray compiler

SOURCE: Soren Rasmussen, NCAR

DESCRIPTION OF CHANGES: bugfix: fixes issue #653 so Cray compiler now builds. Removes comma after write statement and changes A*-B*C statements to A*(-B)*C. Whitespace at the end of the lines were automatically removed, the changes are around lines 7639-7645 of module_sf_noahmplsm.F.

ISSUE: Fixes #653

TESTS CONDUCTED: Compiler with Cray 13.0.1 on Cheyenne

Checklist

…ma after write statement and changes A*-B*C statements to A*(-B)*C.
Copy link
Collaborator

@rcabell rcabell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catches -- I forgot how picky the Cray compiler is about the (-1) thing!

@rcabell rcabell merged commit 4c32e10 into NCAR:master Oct 4, 2022
@scrasmussen scrasmussen deleted the bugfix/issue653-cray-build branch February 4, 2023 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build Breaks with Cray 13.0.1
2 participants