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

When trying to install WRF, no executables were built, but there are also no 'Errors" in the log file.

Status
Not open for further replies.

kwerner

Administrator
Staff member
This typically means that you did not send your standard error and standard output to your log file. Issue a 'clean -a', then reconfigure, and then recompile, making sure to use this exact syntax (with the ">&" that ensures that the error/output get sent to your compile log):

./compile em_case >& compile.log
 
Status
Not open for further replies.
Top