Skip to content

Commit

Permalink
Merge branch 'jinyuntang/lnd/betr_arrfix1' (PR #1362)
Browse files Browse the repository at this point in the history
BeTR failed when running with the 15.x intel compiler. By updating
the compiler configuration and enforce some array shapes during
argument passing fixed the bug.

Fixes #1326
[BFB]
  • Loading branch information
Gautam Bisht committed Apr 10, 2017
2 parents 224a6f1 + b16d114 commit 85de9d8
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 72 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
./xmlchange CLM_BLDNML_OPTS="-bgc sp -betr_mode on"

1 change: 1 addition & 0 deletions cime/utils/python/update_acme_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"ERS.f09_g16.I1850CLM45CN",
"SMS.hcru_hcru.I1850CRUCLM45CN",
("SMS_Ly3_P1x1.1x1_smallvilleIA.ICLM45CNCROP", "force_netcdf_pio"),
("ERS.f19_g16.I1850CLM45","clm-betr"),
"ERS.ne11_oQU240.I20TRCLM45",
"ERS.f09_g16.IMCLM45BC")
),
Expand Down
Loading

0 comments on commit 85de9d8

Please sign in to comment.