Dear all,
I am following the latest tutorial about installing WRF but got the following error,
which I couldn’t understand.
https://www2.mmm.ucar.edu/wrf/users/tutorial/202001/werner_compiling.pdf
The directory “grid2/lib”, causes the following error,
$ make
icc: error #10236: File not found: '–L/pic/scratch/lixi307/software/grib2/lib'
make: *** [libz.so.1.2.11] Error 1
I defined
export JASPERLIB=$DIR/grib2/lib
export JASPERINC=$DIR/grib2/include
export LDFLAGS=–L$DIR/grib2/lib
export CPPFLAGS=–I$DIR/grib2/include
before the installation. However, this directory does not exist.
It does not work even I create it.
I am using the same compiler for all the libraries.
WRF works. I got stuck with WPS.
Any idea about this?
Best regards,
Xiangyu
I am following the latest tutorial about installing WRF but got the following error,
which I couldn’t understand.
https://www2.mmm.ucar.edu/wrf/users/tutorial/202001/werner_compiling.pdf
The directory “grid2/lib”, causes the following error,
$ make
icc: error #10236: File not found: '–L/pic/scratch/lixi307/software/grib2/lib'
make: *** [libz.so.1.2.11] Error 1
I defined
export JASPERLIB=$DIR/grib2/lib
export JASPERINC=$DIR/grib2/include
export LDFLAGS=–L$DIR/grib2/lib
export CPPFLAGS=–I$DIR/grib2/include
before the installation. However, this directory does not exist.
It does not work even I create it.
I am using the same compiler for all the libraries.
WRF works. I got stuck with WPS.
Any idea about this?
Best regards,
Xiangyu