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 4.1 Warnings and Errors with Intel compiler

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.

JCollins

New member
Hi all.

I am trying to compile WRF 4.1 with the Intel compiler with version 18.0.5 20180823. The compilation finishes successfully, but when reviewing the output file I find several warnings and several errors.

The warnigs are repeated a lot of these two types:
Code:
gen_comms.c(1229): warning #303: explicit type is missing ("int" assumed)
Code:
REGISTRY WARNING: o3rad: o3rad_b is not a variable or number; ignoring it

And the errors go above all like this:
Code:
icc: error #10236: File not found:  'all'
icc: error #10236: File not found:  'big_endian'
make[2]: [bobrand.o] Error 1 (no tiene efecto)

For the compilation I used "Suggestions for timing improvements from Craig Mattocks" that in previous compilations worked very well.

I've done a couple of tests and I'm having some performance problem, I do not know if warnings and errors can influence or can be eliminated with a flag. Attachment "configure.wrf" and "compile.log".

Thank you.
 

Attachments

  • compile.log
    749.4 KB · Views: 60
  • configure.wrf.log
    21.3 KB · Views: 58
Would you please compile WRF with just one processor (e.g., setenv J "-j 1" in csh)? In this case we will know when and where the first error popped up. Other errors may derive from the first error.
 
I have recompiled the model with a single processor. I attach the new file.
 

Attachments

  • compile.log
    695 KB · Views: 67
John,
When I tailed your compile.log, here is what I see:

Code:
==========================================================================
build started:   mié may  8 18:03:13 WEST 2019
build completed: mié may 8 18:54:44 WEST 2019

--->                  Executables successfully built                  <---

-rwxr-xr-x. 1 root root 52843320 may  8 18:54 main/ndown.exe
-rwxr-xr-x. 1 root root 52890968 may  8 18:54 main/real.exe
-rwxr-xr-x. 1 root root 52168912 may  8 18:54 main/tc.exe
-rwxr-xr-x. 1 root root 59592944 may  8 18:53 main/wrf.exe

==========================================================================

It looks like the build is successful.
Dave
 
Correct, the compilation ends correctly. But then my question is, to what can these errors be due? Do they influence the final behavior of WRF?
 
Top