wrf-model / WRF

The official repository for the Weather Research and Forecasting (WRF) model
Other
1.24k stars 677 forks source link

Add KPP configure option to search for alternative version of libfl #2008

Closed jordanschnell closed 7 months ago

jordanschnell commented 7 months ago

Some systems have a different name for libfl (e.g., Derecho) - libfl.a vs. libfl.so. This adds a flag to check.

TYPE: enhancement

KEYWORDS: chem, KPP, configure_kpp, Derecho

SOURCE: internal

DESCRIPTION OF CHANGES: Problem: KPP would not compile on Derecho due to name differences in libfl: only libfl.so exists, not libfl.a.

Solution: Add flag to search for alternative name, libfl.so.

LIST OF MODIFIED FILES:

M chem/KPP/configure_kpp

TESTS CONDUCTED:

RELEASE NOTE: KPP configure option for alternative libfl name, libfl.so, in addition to libfl.a.

weiwangncar commented 7 months ago

The regression test results:

Test Type              | Expected  | Received |  Failed
= = = = = = = = = = = = = = = = = = = = = = = =  = = = =
Number of Tests        : 23           24
Number of Builds       : 60           57
Number of Simulations  : 158           150        0
Number of Comparisons  : 95           86        0

Failed Simulations are: 
None
Which comparisons are not bit-for-bit: 
None
weiwangncar commented 7 months ago

@islas @mgduda Can one of you review this PR? Thanks!