NOAA-EMC / NCEPLIBS-landsfcutil

Utility routines useful for initializing land-surface states in NCEP models.
Other
1 stars 5 forks source link

Port to Intel LLVM based compiler #25

Closed dkokron closed 4 months ago

dkokron commented 1 year ago

Add the Intel LLVM based compilers as valid targets. Note that the LLVM based compilers are very different than the Classic compilers in their support for compiler options. See https://www.intel.com/content/www/us/en/developer/articles/guide/porting-guide-for-ifort-to-ifx.html for further details.

Split Intel logic because IntelLLVM doesn't support the -ip option.

AlexanderRichert-NOAA commented 4 months ago

Superseded by #30