Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

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

  • compile.log
    1.2 MB · Views: 2
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.
 
Top