louwangzhiyuwhy
New member
ifort compile wrf under centos6 x86_64
ifort --version
Copyright (C) 1985-2013 Intel Corporation. All rights reserved.
1100 export NETCDF=/scv2000/wanghaoyun/install/netcdf4
1101 export CC=icc
1102 export FC=ifort
1103 export CXX=icpc
1104 export F77=ifort
1105 export JASPERLIB=/scv2000/wanghaoyun/install/grib2/lib
1106 export JASPERINC=/scv2000/wanghaoyun/install/grib2/include
1107 export LDFLAGS=-L/scv2000/wanghaoyun/install/grib2/lib
1108 export CPPFLAGS=-L/scv2000/wanghaoyun/install/grib2/include
netcdf mpich zlib libpng jasper are all installed
and test case https://www2.mmm.ucar.edu/wrf/OnLineTutorial/compilation_tutorial.php#STEP2
Test #2: Fortran + C + NetCDF + MPI
also worked:
C function called by Fortran
Values are xx = 2.00 and ii = 1
status = 2
SUCCESS test 2 fortran + c + netcdf + mpi
cd WRF
./configure
./compile em_real >& log.compile
and I got ERROR:
module_fr_fire_model.f90(6): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FR_
Why?
Is any other library I didn't link to the right path????
ifort --version
Copyright (C) 1985-2013 Intel Corporation. All rights reserved.
1100 export NETCDF=/scv2000/wanghaoyun/install/netcdf4
1101 export CC=icc
1102 export FC=ifort
1103 export CXX=icpc
1104 export F77=ifort
1105 export JASPERLIB=/scv2000/wanghaoyun/install/grib2/lib
1106 export JASPERINC=/scv2000/wanghaoyun/install/grib2/include
1107 export LDFLAGS=-L/scv2000/wanghaoyun/install/grib2/lib
1108 export CPPFLAGS=-L/scv2000/wanghaoyun/install/grib2/include
netcdf mpich zlib libpng jasper are all installed
and test case https://www2.mmm.ucar.edu/wrf/OnLineTutorial/compilation_tutorial.php#STEP2
Test #2: Fortran + C + NetCDF + MPI
also worked:
C function called by Fortran
Values are xx = 2.00 and ii = 1
status = 2
SUCCESS test 2 fortran + c + netcdf + mpi
cd WRF
./configure
./compile em_real >& log.compile
and I got ERROR:
module_fr_fire_model.f90(6): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FR_
Why?
Is any other library I didn't link to the right path????