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

Build Breaks with Cray 13.0.1 #653

Closed
scrasmussen opened this issue Oct 3, 2022 · 0 comments · Fixed by #654
Closed

Build Breaks with Cray 13.0.1 #653

scrasmussen opened this issue Oct 3, 2022 · 0 comments · Fixed by #654

Comments

@scrasmussen
Copy link
Member

Expected Behavior

Code compiles

Current Behavior

Two sets of errors are occurring:

  • breaks with comma immedietly following a write statement
write(output_flnm,'("CHANOBS_DOMAIN",I1,".nc")'), nlst(domainId)%igrid
  • breaks at arithmetic calculations using negative numbers without parenthesis, e.g. A*-B*C

Steps to Reproduce (for bugs)

  1. Compile with Cray compiler

Your Environment

  • Version of the code used: main branch
  • Compiler and version: Cray Fortran, Version 13.0.1
scrasmussen added a commit to scrasmussen/wrf_hydro_nwm_public that referenced this issue Oct 3, 2022
…ma after write statement and changes A*-B*C statements to A*(-B)*C.
rcabell pushed a commit that referenced this issue Oct 4, 2022
…fter write statement and changes A*-B*C statements to A*(-B)*C.
scrasmussen added a commit to scrasmussen/wrf_hydro_nwm_public that referenced this issue Aug 4, 2023
…ma after write statement and changes A*-B*C statements to A*(-B)*C.
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 a pull request may close this issue.

1 participant