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_&#39;:<br>
io_int.f:(.text+0x1b84): undefined reference to `wrf_error_fatal_&#39;<br>io_int.f:(.text+0x1bbe): undefined reference to `wrf_error_fatal_&#39;<br>io_int.f:(.text+0x1c27): undefined reference to `wrf_error_fatal_&#39;<br>
io_int.o: In function `ext_int_read_field_&#39;:<br>io_int.f:(.text+0x2819): undefined reference to `wrf_error_fatal_&#39;<br>io_int.f:(.text+0x2838): undefined reference to `wrf_error_fatal_&#39;<br>io_int.f:(.text+0x2aeb): undefined reference to `wrf_message_&#39;<br>
io_int.f:(.text+0x3d0c): undefined reference to `wrf_message_&#39;<br>io_int.o: In function `ext_int_put_var_td_double_&#39;:<br>io_int.f:(.text+0x3eb4): undefined reference to `wrf_error_fatal_&#39;<br><br>...<br><br><br>
ifort -o da_par_util.o -c -O3 -w -ftz -align all -fno-alias -fp-model precise&nbsp; -FR -convert big_endian&nbsp; -r8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -i4 da_par_util.f<br>fortcom: Error: da_par_util.f, line 11: Error in opening the compiled module file.&nbsp; Check INCLUDE paths.&nbsp;&nbsp; [MODULE_DOMAIN]<br>
&nbsp;&nbsp; use module_domain, only : domain, xpose_type<br>-------^<br>fortcom: Error: da_par_util.f, line 13: Error in opening the compiled module file.&nbsp; Check INCLUDE paths.&nbsp;&nbsp; [DA_REPORTING]<br>&nbsp;&nbsp; use da_reporting, only : message<br>
-------^<br>fortcom: Error: da_par_util.f, line 15: Error in opening the compiled module file.&nbsp; Check INCLUDE paths.&nbsp;&nbsp; [DA_DEFINE_STRUCTURES]<br>&nbsp;&nbsp; use da_define_structures, only : be_subtype, &amp;<br>-------^<br>fortcom: Error: da_par_util.f, line 19: Error in opening the compiled module file.&nbsp; Check INCLUDE paths.&nbsp;&nbsp; [DA_CONTROL]<br>
&nbsp;&nbsp; use da_control, only : trace_use,num_ob_indexes, myproc, root, comm, ierr, &amp;<br>-------^<br>fortcom: Error: da_par_util.f, line 26: Error in opening the compiled module file.&nbsp; Check INCLUDE paths.&nbsp;&nbsp; [DA_REPORTING]<br>
&nbsp;&nbsp; use da_reporting, only : da_error<br>-------^<br>fortcom: Error: da_par_util.f, line 27: Error in opening the compiled module file.&nbsp; Check INCLUDE paths.&nbsp;&nbsp; [DA_TRACING]<br>&nbsp;&nbsp; use da_tracing, only : da_trace_entry, da_trace_exit<br>
-------^<br><br><br><br>...<br><br>