RCarpenter
Member
I am not able to compile v4.1.1 using the latest Intel OneAPI compiler (ifx/icx, version 2025). There are numerous errors involving C code, such as those reported here: WRF 4.5.1 compiling failed with INTEL 2023 version of ifort Fortran and icc 223.
Some things I've tried:
Some things I've tried:
- Copying the ifx/icx stanza from a recent version of WRF into arch/configure.defaults
- Adjusting settings to avoid the C99 standard.
- CFLAGS_LOCAL = -w -O3 -ip --std=c89 -Wno-incompatible-pointer-types -Wno-int-conversion
- Modifying various files in inc and external/io_int based on the latest version of WRF