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 3.9.1.1 error in make module_alloc_space_7.o

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.

leo_lee

New member
Hi, I am a novice of learning WRF, i try to compile WRFV3, but it failed. the configure.wrf and log.compile are listed below, it indicates that some errors of making module_alloc_space_7.o, and i don't know how to solve it. Thanks for your help and your reply.
 

Attachments

  • configure.wrf
    23.3 KB · Views: 53
  • log.compile
    726.2 KB · Views: 57
Hi,

Here are a few thoughts:

1) Your Intel version is somewhat old. You may want to update to a newer version to see if that makes a difference. If that's not an option for you, can you try an updated gfortran compile (since this is a free compiler) to see if it works. If so, then we know that it's a problem with the older version of Intel.

2) Try compiling with only 1 processor. Set (for a csh example):
setenv J "-j 1"
so that the first error you come see in your compile log will be the primary problem.

3) I see that this is a wrf-chem compile. Can you try a basic wrf compile by turning off the chemistry build to see if you get the same problem?

Thanks,
Kelly
 
kwerner said:
Hi,

Here are a few thoughts:

1) Your Intel version is somewhat old. You may want to update to a newer version to see if that makes a difference. If that's not an option for you, can you try an updated gfortran compile (since this is a free compiler) to see if it works. If so, then we know that it's a problem with the older version of Intel.

2) Try compiling with only 1 processor. Set (for a csh example):
setenv J "-j 1"
so that the first error you come see in your compile log will be the primary problem.

3) I see that this is a wrf-chem compile. Can you try a basic wrf compile by turning off the chemistry build to see if you get the same problem?

Thanks,
Kelly

Hi, Kwerner
Thanks for your reply , i update my ifort version and ./clean -a to recompile with WRF_CHEM=0. Delightedly it was compiled successfully. Thank you very much!
 
Top