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

WRF compiling on Ubuntu 20.04

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

alsalatenna

New member
Hi,

I am having trouble compiling WRF on Ubuntu 20.04.

All the libraries seem to be linked, and the tests run too.

Attached is my compile.log.

Thanks in advance
Alyce
 

Attachments

  • compile.log
    726.3 KB · Views: 46
Hi Alyce,
The compile log doesn't show any specific errors. Can you rebuild by issuing the following?

./clean -a
./configure
./compile em_real >& compile.log

By using the syntax ">&" it ensures that the standard error and output will be included in the log file. Thanks!
 
Top