WRF-LES (em_les) not compiling [WRF v4.5.2]

DWhitesel

New member
Hello everyone,

I am trying to compile WRF for idealized LES and ran into some issues. While I was reading through the log.compile, it appears that there were a considerable amount of undefined references. I am installing this through a computing center, so would I have to contact the staff that operate said computing center regarding these issues?
 

Attachments

Can you clarify how you compile the idealized LES?
Note that after you issue the command ./configure, the following choice for nesting should be 'no nesting'. You should also compile in serial mode.
 
I compiled with PGIf90 (option 54) and enabled nesting. I will try serial mode with no nesting and report back to you. Thank you for the assistance!
 
I went with option 52 (serial) PGI (pgf90/pgcc) and no nesting option and a similar result happened where the exectuables were not generated.
Apologies for this, as this combination worked when I compiled this for an interactive job from my university's computing center. Thank you for your assistance!
 
I am sorry to know that the compiling still didn't work.

WE have gfortran and intel available in NCAR HPC. But we have no access to PGI. This makes it hard for us to explore what is wrong with the PGI compiler.

Is it possible that you switch to gfortran or intel?
 
Back
Top