Hello,<br>I am trying to install WRF-Var into a linux (Fedora) computer, using intel compiler (ver 10.1.008). I have succesfully installed and run WRF v3.0.1.1 and WPS. The error code I have after compilation attempt is about 4700 lines long, so I am giving the first errors I have. <br>
Did anyone encounter problems compiling WRF-Var with intel compiler?<br>Any suggestions would be helpful.<br>Best,<br>Abdullah Kahraman<br>Istanbul Technical University<br>Turkey<br><br>...<br><br>io_int.o: In function `ext_int_write_field_':<br>
io_int.f:(.text+0x1b84): undefined reference to `wrf_error_fatal_'<br>io_int.f:(.text+0x1bbe): undefined reference to `wrf_error_fatal_'<br>io_int.f:(.text+0x1c27): undefined reference to `wrf_error_fatal_'<br>
io_int.o: In function `ext_int_read_field_':<br>io_int.f:(.text+0x2819): undefined reference to `wrf_error_fatal_'<br>io_int.f:(.text+0x2838): undefined reference to `wrf_error_fatal_'<br>io_int.f:(.text+0x2aeb): undefined reference to `wrf_message_'<br>
io_int.f:(.text+0x3d0c): undefined reference to `wrf_message_'<br>io_int.o: In function `ext_int_put_var_td_double_':<br>io_int.f:(.text+0x3eb4): undefined reference to `wrf_error_fatal_'<br><br>...<br><br><br>
ifort -o da_par_util.o -c -O3 -w -ftz -align all -fno-alias -fp-model precise -FR -convert big_endian -r8 -i4 da_par_util.f<br>fortcom: Error: da_par_util.f, line 11: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DOMAIN]<br>
use module_domain, only : domain, xpose_type<br>-------^<br>fortcom: Error: da_par_util.f, line 13: Error in opening the compiled module file. Check INCLUDE paths. [DA_REPORTING]<br> use da_reporting, only : message<br>
-------^<br>fortcom: Error: da_par_util.f, line 15: Error in opening the compiled module file. Check INCLUDE paths. [DA_DEFINE_STRUCTURES]<br> use da_define_structures, only : be_subtype, &<br>-------^<br>fortcom: Error: da_par_util.f, line 19: Error in opening the compiled module file. Check INCLUDE paths. [DA_CONTROL]<br>
use da_control, only : trace_use,num_ob_indexes, myproc, root, comm, ierr, &<br>-------^<br>fortcom: Error: da_par_util.f, line 26: Error in opening the compiled module file. Check INCLUDE paths. [DA_REPORTING]<br>
use da_reporting, only : da_error<br>-------^<br>fortcom: Error: da_par_util.f, line 27: Error in opening the compiled module file. Check INCLUDE paths. [DA_TRACING]<br> use da_tracing, only : da_trace_entry, da_trace_exit<br>
-------^<br><br><br><br>...<br><br>