-
Notifications
You must be signed in to change notification settings - Fork 6
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
GEFS2LBC_PARA: GNU Build Error due to Divide by Zero #6
Comments
The pull request is created for this issue of GNU compiler |
@drnimbusrain, The PR #7 has been merged. Can you check (b066931) again if it works on GNU. If so, I'll update the hash number in the UFS SRW App. |
@chan-hoo @ytangnoaa OK, I have checked that change, and it fixes the error. Thank you! |
@chan-hoo Have you updated the has in the UFS-SRW-App for this yet? |
I've updated it on the 'online-cmaq' branch. |
Thanks Chan-Hoo!
…On Fri, Mar 10, 2023, 1:58 PM Chan-Hoo.Jeon-NOAA ***@***.***> wrote:
I've updated it on the 'online-cmaq' branch.
The change to the 'develop' branch is under review now (
ufs-community/ufs-srweather-app#664
<ufs-community/ufs-srweather-app#664>).
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGLFYNTG7QS3GVOQQA6MKDDW3N2TTANCNFSM6AAAAAAVWR5GM4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
When building UFS-SRW-App [develop] ATMAQ on other machines that use GNU Fortran compiler (e.g., GMU Hopper), there is issue with compiling gefs2clbcs_para because of a purposeful divide by zero in the code. This should be revised to satisfy building UFS-SRW-App using different compilers.
/sorc/AQM-utils/sorc/gefs2clbcs_para.fd/gefs2lbc_para.f90:588:15:
588 | fillval=0./0.
| 1
Error: Division by zero at (1)
@ytangnoaa
The text was updated successfully, but these errors were encountered: