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

Problems buiding executables

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.

Georgie Porgie

New member
I have unsuccessful compilation in WRFV3.
I try to compile WRFV3.8 but i have this message :
[---> Problems building executables, look for errors in the build log <--]

no executables in WRFV3/main

Please help me :D
 

Attachments

  • compile.log
    600 KB · Views: 58
  • configure.wrf
    20.3 KB · Views: 52
I was wrong in the path

Now my first Error in the compile.log is:

Error: Size of ‘put’ argument of ‘random_seed’ intrinsic at (1) too small (12/33)
module_cu_g3.f90:3217:41:

call random_seed (PUT=seed)
 

Attachments

  • compile.log
    597 KB · Views: 55
  • configure.wrf
    20.3 KB · Views: 57
Hi,
This issue was addressed here:
http://forum.mmm.ucar.edu/phpBB3/viewtopic.php?f=37&t=217&p=482&hilit=random_seed#p482

The code fix there should be fine to use to overwrite your module_cu_g3.F file, as there were no other changes to that file between v3.8 and v4.0.

Kelly
 
THANKSS KELLYYYY!!! :D

I did that an fix, but if I compile with:

$ ./compile em_real >& compile.log &
$ tail -f compile.log

no building executables

an if I compile with:

$ ./compile em_real 2>&1 | tee compile log

it was successful

Why?? Thanks again!!
 
Hi,
I am not sure why the difference in commands makes a difference in a successful compile. I think that is likely system-related. I'm glad you are able to get it to compile one way or another, though. Thank you for letting me know.

Kelly
 
Top