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 compile error

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.

kpetrov

New member
Hello,

I am trying to compile ncep_post and when calling WRF module_internal_header_util.o I get the following errors

home/ec2-user/WRF-4.0.3/frame/module_internal_header_util.o: In function `module_internal_header_util_mp_int_get_write_field_header_':
module_internal_header_util.f90:(.text+0x1380): undefined reference to `wrf_error_fatal_'
/home/ec2-user/WRF-4.0.3/frame/module_internal_header_util.o: In function `module_internal_header_util_mp_int_get_noop_header_':
module_internal_header_util.f90:(.text+0x57ba): undefined reference to `wrf_error_fatal_'
/home/ec2-user/WRF-4.0.3/external/io_int/libwrfio_int.a(io_int.o): In function `module_ext_internal_mp_int_get_fresh_handle_':
io_int.f:(.text+0x6f): undefined reference to `wrf_error_fatal_'
/home/ec2-user/WRF-4.0.3/external/io_int/libwrfio_int.a(io_int.o): In function `ext_int_open_for_write_':
io_int.f:(.text+0x620): undefined reference to `wrf_error_fatal_'
/home/ec2-user/WRF-4.0.3/external/io_int/libwrfio_int.a(io_int.o): In function `ext_int_open_for_write_begin_':
io_int.f:(.text+0x8fc): undefined reference to `wrf_error_fatal_'
/home/ec2-user/WRF-4.0.3/external/io_int/libwrfio_int.a(io_int.o):io_int.f:(.text+0xb1c): more undefined references to `wrf_error_fatal_' follow
/home/ec2-user/WRF-4.0.3/external/io_int/libwrfio_int.a(io_int.o): In function `ext_int_get_var_info_':
io_int.f:(.text+0x16f5): undefined reference to `wrf_debug_'
/home/ec2-user/WRF-4.0.3/external/io_int/libwrfio_int.a(io_int.o): In function `ext_int_get_next_var_':
io_int.f:(.text+0x19d5): undefined reference to `wrf_error_fatal_'
io_int.f:(.text+0x19f4): undefined reference to `wrf_error_fatal_'
/home/ec2-user/WRF-4.0.3/external/io_int/libwrfio_int.a(io_int.o): In function `ext_int_get_dom_ti_real_':
io_int.f:(.text+0x22ca): undefined reference to `wrf_error_fatal_'
/home/ec2-user/WRF-4.0.3/external/io_int/libwrfio_int.a(io_int.o): In function `ext_int_get_dom_ti_double_':
io_int.f:(.text+0x2737): undefined reference to `wrf_error_fatal_'
/home/ec2-user/WRF-4.0.3/external/io_int/libwrfio_int.a(io_int.o): In function `ext_int_put_dom_ti_double_':

It seems that this is related to calling MPI library, however, it is properly installed and other programs are able to use it normally.

Perhaps anyone encountered anything similar in the past?
any ideas on what might be causing this would be greatly appreciated!

regards,
k.
 
Hi,
It looks like NCEP post is something that is developed and supported by NOAA. This forum is specific to the NCAR-supported code. You will need to contact the NOAA group to see if they can help with this.
 
Top