Unsuccessful wrf compilation in derecho

abhijit.das

New member
I have been trying to compile wrf with the CHEM option using gcc compiler on derecho. I have done this several times before and everything was fine, but now I am encountering problems that I am not familiar with. I am attaching the compile.log file. Is there anyone with similar experience? How do I resolve this issue?
 

Attachments

I don't see any errors in your log file, but it reported that the executables are still missing. When capturing the log file, did you capture both stdout and stderr (e.g. did you use a command like ./compile em_real &> compile.log)?
 
I used ./compile em_real | tee compile.log. I see your point now. I have resolved the issue. There was a small syntax error in one the code files and I have fixed it. Thank you so much.
 
Back
Top