Hi,
I have a probelm when compiling WRF/chem, everything goes well with em_real , but when i compiled emi_conv, error happens like this :
mpif90 -f90=pgf90 -o convert_emiss.exe -fastsse -Mvect=noaltcode -Msmartalloc -Mprefetch=distance:8 -Mfprelaxed -w -Mfree -byteswapio convert_emiss.o ../main/libwrflib.a /home/liaoli/WRFV3/external/fftpack/fftpack5/libfftpack.a /home/liaoli/WRFV3/external/io_grib1/libio_grib1.a /home/liaoli/WRFV3/external/io_grib_share/libio_grib_share.a /home/liaoli/WRFV3/external/io_int/libwrfio_int.a /home/liaoli/WRFV3/external/esmf_time_f90/libesmf_time.a /home/liaoli/WRFV3/external/RSL_LITE/librsl_lite.a /home/liaoli/WRFV3/frame/module_internal_header_util.o /home/liaoli/WRFV3/frame/pack_utils.o /home/liaoli/WRFV3/external/io_netcdf/libwrfio_nf.a -L/home/liaoli/bin/netcdf/lib -lnetcdf
convert_emiss.o:(.debug_info+0x1ae1): undefined reference to `..Dm_module_initialize_real'
make[1]: [convert_emiss] Error 2 (ignored)
Did anyone have this problem before? How did you solve it?
Thx in advance!
Will