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

GCC 13.2.0 ICE Bugfix: expanding out associate statements #196

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

scrasmussen
Copy link
Member

TYPE: bug fix

KEYWORDS: GNU 13, compiler

SOURCE: Soren Rasmussen, NCAR

DESCRIPTION OF CHANGES: Expanding out statements that use associate to fix ICE errors caused by compiling with GNU 13.2.0. There doesn't seem to be any unifying reason why it causes an ICE, other similar associate statements work correctly. This ICE error should eventually be fixed in the compiler and then this commit could be removed.

NOTES: The source code will compile now but the runtime is still broken on Derecho. Somehow the executable is loading an old version of the NetCDF library. This is odd because

  • ldd icar shows the correct library is being loaded
  • that library is not symlinked so it isn't pointing to the old library
  • the path where the old library is is not in the compiler flags
  • the old path is not if LD_LIBRARY_PATH

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.

1 participant