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

cam_cesm2_1_rel_60: Fix derecho tests on cesm2_1 branch #934

Merged
merged 5 commits into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ required = True
local_path = components/cice

[cime]
tag = cime5.6.33
tag = cime5.6.47
protocol = git
repo_url = https://github.com/ESMCI/cime
required = True
local_path = cime

[cism]
tag = release-cesm2.0.04
tag = cism-release-cesm2.1.2_03
protocol = git
repo_url = https://github.com/ESCOMP/cism-wrapper
externals = Externals_CISM.cfg
required = True
local_path = components/cism

[clm]
tag = release-clm5.0.27
tag = release-clm5.0.35
protocol = git
repo_url = https://github.com/ESCOMP/ctsm
externals = Externals_CLM.cfg
Expand Down
2 changes: 1 addition & 1 deletion bld/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ ifeq ($(FC_TYPE),intel)
CPPDEF += -DCPRINTEL $(NO_CONTIGUOUS_FLAG)
CFLAGS += -std=gnu99
FC_FLAGS := -ftz -convert big_endian -fp-model source -no-fma \
-qno-opt-dynamic-align -assume realloc_lhs -xHost
-qno-opt-dynamic-align -assume realloc_lhs
FC_FLAGS_O3OPT:= $(FC_FLAGS)
FC_FLAGS_NOOPT:= -ftz -convert big_endian -O0
FREEFLAGS :=
Expand Down
Loading