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:
And the errors go above all like this:
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.
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.