From 924c94f6d9d99e1ae734e2cfd735b0d08b93878b Mon Sep 17 00:00:00 2001 From: mkavulich Date: Mon, 22 May 2017 17:54:28 -0600 Subject: [PATCH] Setting correct "FLEX_LIB_DIR" for gnu and intel compilers; this bad setting was causing chem-kpp builds to fail for these compilers --- regTest_gnu_Yellowstone.wtf | 2 +- regTest_intel_Yellowstone.wtf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/regTest_gnu_Yellowstone.wtf b/regTest_gnu_Yellowstone.wtf index 77a6802..10b9ae7 100644 --- a/regTest_gnu_Yellowstone.wtf +++ b/regTest_gnu_Yellowstone.wtf @@ -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). diff --git a/regTest_intel_Yellowstone.wtf b/regTest_intel_Yellowstone.wtf index 9c111df..96b5ef6 100644 --- a/regTest_intel_Yellowstone.wtf +++ b/regTest_intel_Yellowstone.wtf @@ -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).