ikhsanmurad
New member
Hi.
I have ./compile em_real, but the error is show undefined reference, which I can guess the error is from linking NETCDF.
I have google and been tried it, but still problem.
I have use latest NETCDF-C NETCDF-FORTRAN and also NETCDF4.1.3 but still get error when install WRF.
I'm using CentOS 8. My setting environment as below:-
export CC=gcc
export CXX=g++
export FC=gfortran
export FCFLAGS='-m64'
export F77=gfortran
export FFLAGS='-m64'
export F90=gfortran
export PATH=/usr/local/mpich/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/compile/lib:${LD_LIBRARY_PATH}
export JASPERINC=/usr/local/compile/include
export JASPERLIB=/usr/local/compile/lib
export PATH=/usr/local/compile/bin:$PATH
export NETCDF=/usr/local/compile
ulimit -s unlimited
export MALLOC_CHECK_=0
export EM_CORE=1
export WRFIO_NCD_LARGE_FILE_SUPPORT=1
Regards,
Ikhsan
I have ./compile em_real, but the error is show undefined reference, which I can guess the error is from linking NETCDF.
I have google and been tried it, but still problem.
I have use latest NETCDF-C NETCDF-FORTRAN and also NETCDF4.1.3 but still get error when install WRF.
I'm using CentOS 8. My setting environment as below:-
export CC=gcc
export CXX=g++
export FC=gfortran
export FCFLAGS='-m64'
export F77=gfortran
export FFLAGS='-m64'
export F90=gfortran
export PATH=/usr/local/mpich/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/compile/lib:${LD_LIBRARY_PATH}
export JASPERINC=/usr/local/compile/include
export JASPERLIB=/usr/local/compile/lib
export PATH=/usr/local/compile/bin:$PATH
export NETCDF=/usr/local/compile
ulimit -s unlimited
export MALLOC_CHECK_=0
export EM_CORE=1
export WRFIO_NCD_LARGE_FILE_SUPPORT=1
Regards,
Ikhsan