Skip to content

Commit 0a9c2eb

Browse files
authored
Add missing compiler name for two Intel config stanzas (wrf-model#1326)
TYPE: bug fix KEYWORDS: build, hydro, intel, stanza SOURCE: Ryan Cabell (NCAR) DESCRIPTION OF CHANGES: Problem: Building coupled WRF/WRF Hydro models fails when choosing configuration INTEL (ifort/icc): HSW/BDW. Solution: Add missing `ifort compiler with icc` text to ARCH line for the HSW/BDW configuration. For completeness, the KNL MIC configure stanza was also missing the same information, and has been updated. Neither of these stanzas are involved in the traditional WRF code build, so there is no impact on users of the default WRF atmosphere model. ISSUE: For use when this PR closes an issue. Fixes wrf-model#1325 LIST OF MODIFIED FILES: M arch/configure.defaults TESTS CONDUCTED: 1. Modification causes WRF-Hydro build to complete successfully with the `INTEL (ifort/icc): HSW/BDW` configuration 2. Jenkins testing all positive
1 parent 432f33d commit 0a9c2eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/configure.defaults

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1834,7 +1834,7 @@ RLFLAGS =
18341834
CC_TOOLS = $(SCC)
18351835

18361836
###########################################################
1837-
#ARCH Linux x86_64 ppc64le i486 i586 i686 #serial smpar dmpar dm+sm
1837+
#ARCH Linux x86_64 ppc64le i486 i586 i686, ifort compiler with icc #serial smpar dmpar dm+sm
18381838
#
18391839
DESCRIPTION = INTEL ($SFC/$SCC): HSW/BDW
18401840
DMPARALLEL = # 1
@@ -1878,7 +1878,7 @@ RLFLAGS =
18781878
CC_TOOLS = $(SCC)
18791879

18801880
###########################################################
1881-
#ARCH Linux KNL x86_64 ppc64le i486 i586 i686 #serial smpar dmpar dm+sm
1881+
#ARCH Linux KNL x86_64 ppc64le i486 i586 i686, ifort compiler with icc #serial smpar dmpar dm+sm
18821882
#
18831883
DESCRIPTION = INTEL ($SFC/$SCC): KNL MIC
18841884
DMPARALLEL = # 1

0 commit comments

Comments
 (0)