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

Intel compiler trips up on ERF_advance_dycore #1464

Closed
ewquon opened this issue Feb 28, 2024 · 1 comment
Closed

Intel compiler trips up on ERF_advance_dycore #1464

ewquon opened this issue Feb 28, 2024 · 1 comment

Comments

@ewquon
Copy link
Contributor

ewquon commented Feb 28, 2024

This is NOT an ERF bug but documenting my experience here.

An Intel internal compiler error was observed for

  • Intel(R) C Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 19.0.5.281 Build 20190815
  • Intel(R) C Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 19.1.2.254 Build 20200623

when compiling RELEASE=RelWithDebInfo (i.e., -O2 -g)

My workaround was to compile TimeIntegration/ERF_advance_dycore.cpp with -O1; the remaining source files compiled without issue. Not sure if it is possible or makes sense to refactor this source file — or if this issue will be resolved with a future compiler version.

@ewquon
Copy link
Contributor Author

ewquon commented Feb 29, 2024

Add note to Getting Started page #1467

@ewquon ewquon closed this as completed Feb 29, 2024
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

No branches or pull requests

1 participant