Skip to content

Commit

Permalink
Setting correct "FLEX_LIB_DIR" for gnu and intel compilers; this bad …
Browse files Browse the repository at this point in the history
…setting was causing chem-kpp builds to fail for these compilers
  • Loading branch information
mkavulich committed May 22, 2017
1 parent 77f3c9c commit 924c94f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion regTest_gnu_Yellowstone.wtf
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export METDATA_DIR=$WRF_TEST_ROOT/Data
# is often in /usr/lib, /usr/local/lib, or /lib, but it could be anywhere the computer administrator chooses to
# install it. If unsure of its location, ask your system administrator. This option is ignored if the "em_chem_kpp"
# version of WRF is not built.
export FLEX_LIB_DIR='/usr/local/lib'
export FLEX_LIB_DIR='/usr/lib64'

# This probably does not need to be modified. Most WRF tests expect only basic nesting to be available within WRF.
# Recommended value: 1 (basic nesting).
Expand Down
2 changes: 1 addition & 1 deletion regTest_intel_Yellowstone.wtf
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export METDATA_DIR=$WRF_TEST_ROOT/Data
# is often in /usr/lib, /usr/local/lib, or /lib, but it could be anywhere the computer administrator chooses to
# install it. If unsure of its location, ask your system administrator. This option is ignored if the "em_chem_kpp"
# version of WRF is not built.
export FLEX_LIB_DIR='/usr/local/lib'
export FLEX_LIB_DIR='/usr/lib64'

# This probably does not need to be modified. Most WRF tests expect only basic nesting to be available within WRF.
# Recommended value: 1 (basic nesting).
Expand Down

0 comments on commit 924c94f

Please sign in to comment.