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.
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
/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
/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
/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
/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
/home/ec2-user/WRF-4.0.3/external/io_int/libwrfio_int.a(io_int.o):io_int.f
/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
/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
io_int.f
/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
/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
/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.