forked from E3SM-Project/E3SM
-
Notifications
You must be signed in to change notification settings - Fork 3
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
C++ build errors with some intel compilers #2
Comments
trhille
pushed a commit
to trhille/E3SM
that referenced
this issue
Jun 25, 2021
Fix energy leak from GW, fix number 2 Another GW energy fix: fixed indexing bug in momentum_energy_conservation(), which is active for convective and frontal parts. Applied the same idea to the orographic part (this is controlled by use_gw_energy_fix, on by default). [non-BFB] because of the bug in one of GW routines. * oksanaguba/eam/gw-energy-fix2: fix in case ttgw is not zero renaming variable, adding to namelist add comments fix MALI-Dev#2
This was referenced Jan 15, 2024
Closed
alexolinhager
added a commit
that referenced
this issue
May 22, 2024
Addresses minor cleaning edits following second round of review
matthewhoffman
pushed a commit
that referenced
this issue
Oct 28, 2024
matthewhoffman
pushed a commit
that referenced
this issue
Oct 28, 2024
matthewhoffman
pushed a commit
that referenced
this issue
Oct 28, 2024
trhille
pushed a commit
to trhille/E3SM
that referenced
this issue
Nov 21, 2024
…erf/dry-dep Implement the MAMDryDep::run_impl() function.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From @xylar:
I'm seeing build errors when I try to build MALI (without Albany) on Compy with intel and impi (the compass default settings from MPAS-Dev/compass#126):
In file included from Interface_velocity_solver.cpp(19):
I was able to build on Compy by adding -std=c++11 to the CXXFLAGS_OPT :
CXXFLAGS_OPT = -O3 -std=c++11
The text was updated successfully, but these errors were encountered: