Skip to content

Commit

Permalink
Merge pull request #934 from cacraigucar/cam_derecho_cesm2_1
Browse files Browse the repository at this point in the history
cam_cesm2_1_rel_60: Fix derecho tests on cesm2_1 branch
  • Loading branch information
cacraigucar authored Dec 12, 2023
2 parents 43488d4 + 18ca8a4 commit a03b84b
Show file tree
Hide file tree
Showing 8 changed files with 1,107 additions and 668 deletions.
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

0 comments on commit a03b84b

Please sign in to comment.