Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

wrf building error

Zhihar

New member
Hello

I tried to install last version WRF (compiler ifort, icc, OS-Fedora-37, netcdf -4) and got same errors during installation

First of them is .....
/opt/intel/composer_xe_2013.0.079/compiler/include/math.h(1177): error: identifier "_LIB_VERSION_TYPE" is undefined
_LIBIMF_EXT _LIB_VERSIONIMF_TYPE _LIBIMF_PUBVAR _LIB_VERSIONIMF;
^
make[4]: [build/compile_rules.mk:31: gridnav.o] Error 2 (ignored)


Could anybody help me to solve it?
 
Hello

I tried to install last version WRF (compiler ifort, icc, OS-Fedora-37, netcdf -4) and got same errors during installation

First of them is .....
/opt/intel/composer_xe_2013.0.079/compiler/include/math.h(1177): error: identifier "_LIB_VERSION_TYPE" is undefined
_LIBIMF_EXT _LIB_VERSIONIMF_TYPE _LIBIMF_PUBVAR _LIB_VERSIONIMF;
^
make[4]: [build/compile_rules.mk:31: gridnav.o] Error 2 (ignored)


Could anybody help me to solve it?
Good evening,

I can try to take a look at it and see what's going on.

Do you have any log files you can attach?
 
Good evening,

I can try to take a look at it and see what's going on.

Do you have any log files you can attach?
Thank you for answer. But i've already solved the problems. I've done it by correcting configure.wrf by adding next
CFLAGS_LOCAL = -w -O3 -ip -D__PURE_INTEL_C99_HEADERS__ -I/opt/intel/include -L/opt/intel/lib
FCFLAGS = $(FCOPTIM) $(FCBASEOPTS) -I/opt/intel/include -L/opt/intel/lib
 
Top