Trouble in compiling WRFPLUS 3.6.1

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

jahokson

New member
Hi! I'm trying to compile WRFPLUS 3.6.1 using configuration no. 8 (Linux x86_64 i486 i586 i686, ifort compiler with icc (dmpar)) but there are so many errors (see attached wrfplus_compile.log file).

My compilers are:
intel/19.1.3.304
intel-mpi/19.9.304

environment settings are:
module load intel intel-mpi

export DLIB=/home/9/19M58222/dir_WRF/WRF_build/lib
export CC=icc
export CXX=icpc
export FC=ifort
export F90=ifort
export F77=ifort
export FCFLAGS=-m64
export FFLAGS=-m64

export PATH=${DLIB}/netcdf/bin:${PATH}
export NETCDF=${DLIB}/netcdf
export LD_LIBRARY_PATH=${DLIB}/netcdf/lib:${LD_LIBRARY_PATH}

export PATH=${DLIB}/mpich/bin:${PATH}
export LD_LIBRARY_PATH=${DLIB}/mpich/lib:${LD_LIBRARY_PATH}
export MPICH=${DLIB}/mpich

export JASPER=${DLIB}/grib2
export JASPERLIB=${JASPER}/lib
export JASPERINC=${JASPER}/include

export LDFLAGS=-L${DLIB}/grib2/lib
export CPPFLAGS=-I${DLIB}/grib2/include

export WRF_DIR=/home/9/19M58222/dir_WRF/WRF/WRFV3

export WRF_EM_CORE=1

Any suggestion is appreciated. Thank you.
 

Attachments

Hi jahokson,
"ifort: command line error: option '-override-limits' is not supported. Please use the replacement option '-qoverride-limits'" according to your compile log file, please try to replace compile option '-override-limits' with '-qoverride-limits' in configure.wrf after the following command.

./configure wrfplus.

I hope it is helpful.
 
Back
Top