Compile WPS only appear ungrid.exe

lucky

New member
Hello, when I compile WPS only ungrid.exe appears, below is my log and configure file, please help me look at it and point out the problem, thank you very much!
 

Attachments

Looks like you are using the Intel compilers. Did you make all the changes to the configuration paths and flags as recommended by ncar?
 
Looking at your variables I don't see anything that seems wrong. I personally have never used smpar serial option I always use dmpar since I plan on using multiple cores to run WRF and WPS.

I do have a tutorial on the forum about how to set up intel compilers for WRF/WPS.

Looking at your configure.wps the only thing I see is maybe changing lines 65 and 66 to either

DM_FC = mpif90 -f90=ifort -> DM_FC = ifort or DM_cc = mpiifort
DM_CC = mpicc -cc=icc -> DM_CC = icc or DM_CC = mpiicc

Let me know if this helps you.
 
I read the environment settings you sent me about the inter compiler, so I compiled WRF and WPS using dmpar, and the result was that ungrib.exe and geogrid.exe appeared, not metgrid.exe.
 

Attachments

Last edited by a moderator:
I'm very sorry, I forgot.
I read the environment settings you sent me about the inter compiler, so I compiled WRF and WPS using dmpar, and the result was that ungrib.exe and geogrid.exe appeared, not metgrid.exe.

try changing lines 73 and 74 for configure.wps to

DM_FC = mpiifort
DM_CC = mpiicc

if that doesn't work try this one



DM_FC = ifort
DM_CC = icc
 
try changing lines 73 and 74 for configure.wps to

DM_FC = mpiifort
DM_CC = mpiicc

if that doesn't work try this one



DM_FC = ifort
DM_CC = icc
Hi, hello, I tried to modify the configure.wps file as you said, I tried many times, but the result is still not right, metgrib.exe or not, the following is my environment configuration and other files.
 

Attachments

Back
Top