WRF doesn't compile, but no errors in compile log

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.
Back
Top