Dear WRF-Chem community,
I tried to install WRF-chem version 4.1.2 using intel (intel compiler has been installed already- ifort version 19.0.4.243 ) on a remote server (HPC). I follow this link to install required library ( Compiling WRF), and before installing the libraries I set environmental variables as follow:
export CC=icc
export CXX=icpc
export FC=ifort
export F77=ifort
export F90=ifort
export MPIFC=mpiifort
export MPIF77=mpiifort
export MPIF90=mpiifort
export MPICC=mpiicc
export MPICXX=mpiicpc
After installing all the libraries, I configure the WRF, and selected number 15 [15. (dmpar) INTEL (ifort/icc) ] . Then I set "DM_FC= mpiifort" and "DM_CC =mpiicc" in configure.wrf file, and save the changes. In addition I insert "sed -i '154s|mpif90 -f90=$(SFC)|mpiifort|g' configure.wrf" and "sed -i '155s|mpicc -cc=$(SCC)|mpiicc|g' configure.wrf " in terminal and then compile the model.
However, the model did not compiled successfully and I do not know what is the problem is?
I attached logs file. Would you please kindly advise me on how to remove this problem?
Many thanks in advance.
Kind regards,
I tried to install WRF-chem version 4.1.2 using intel (intel compiler has been installed already- ifort version 19.0.4.243 ) on a remote server (HPC). I follow this link to install required library ( Compiling WRF), and before installing the libraries I set environmental variables as follow:
export CC=icc
export CXX=icpc
export FC=ifort
export F77=ifort
export F90=ifort
export MPIFC=mpiifort
export MPIF77=mpiifort
export MPIF90=mpiifort
export MPICC=mpiicc
export MPICXX=mpiicpc
After installing all the libraries, I configure the WRF, and selected number 15 [15. (dmpar) INTEL (ifort/icc) ] . Then I set "DM_FC= mpiifort" and "DM_CC =mpiicc" in configure.wrf file, and save the changes. In addition I insert "sed -i '154s|mpif90 -f90=$(SFC)|mpiifort|g' configure.wrf" and "sed -i '155s|mpicc -cc=$(SCC)|mpiicc|g' configure.wrf " in terminal and then compile the model.
However, the model did not compiled successfully and I do not know what is the problem is?
I attached logs file. Would you please kindly advise me on how to remove this problem?
Many thanks in advance.
Kind regards,