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 v4.1 compiling error

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.

asyed6

New member
Hello,
I have been trying to compile WRF v4.1 em_real with GNU compiler and dmpar option on Linux Ubuntu 18.04, but am unsuccessful in doing so. I have attached configure.wrf and compile.log. Kindly look into these to help me remove these errors.

Thanks.
 

Attachments

  • compile.log
    547.8 KB · Views: 76
  • configure.wrf
    20.2 KB · Views: 56
Hi,

1) I assume, based on the paths I see in your compile log, that you followed the instructions from the WRF Compilation Tutorial (http://www2.mmm.ucar.edu/wrf/OnLineTutorial/compilation_tutorial.php). Did you pass all the tests in the System Environment Tests and Library Compatibility Tests sections?

2) Did you make any modifications to your original code prior to compiling?

3) If not, can you issue a 'clean -a', and then issue:
Code:
setenv J "-j 1"
(csh example)
or
Code:
export J="-j 1"
(bash example)
then reconfigure and recompile, and attach the new configure.wrf and compile log?

Thanks!
 
Top