undefined references
Johnny Chang
Johnny.Chang at nasa.gov
Mon Aug 2 16:34:25 CDT 2010
Hello,
I am helping a user build WRFchem32 which needs parallel netcdf.
The build is looking for ext_pnc_get_dom_ti_real, which is not in
the latest 1.1.1 version of parallel-netcdf. Was this routine
in an earlier version, which has now been removed?
libwrflib.a(module_io.o): In function `module_io_mp_wrf_get_dom_ti_real_arr_':
module_io.f90:(.text+0x24b): undefined reference to `ext_pnc_get_dom_ti_real_'
libwrflib.a(module_io.o): In function `module_io_mp_wrf_get_dom_ti_real_sca_':
module_io.f90:(.text+0x781): undefined reference to `ext_pnc_get_dom_ti_real_'
libwrflib.a(module_io.o): In function `module_io_mp_wrf_put_dom_ti_real_arr_':
module_io.f90:(.text+0xc3f): undefined reference to `ext_pnc_put_dom_ti_real_'
The actual part of module_io.f90 making a call to this routine:
CASE ( IO_PNETCDF )
CALL ext_pnc_get_dom_ti_real ( Hndl, Element, Data, &
locCount, Outcount, Status )
Thanks for any help,
Johnny
--
Johnny Chang
650-604-4356
More information about the parallel-netcdf
mailing list