- 积分
- 1160
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2016-3-1
- 最后登录
- 1970-1-1
|

楼主 |
发表于 2016-3-21 07:51:22
|
显示全部楼层
请问大神,编译器我用的都是 gfortran,应该没什么问题。我昨天重新安装了库,成功编译了ungrib.exe,但是其它两个没有出现。查看log文件,出现了下面问题:
rotate_winds_module.o storage_module.o write_met_module.o \
/home/wyf/WRF/WPS/../WRFV3/frame/module_driver_constants.o \
/home/wyf/WRF/WPS/../WRFV3/frame/pack_utils.o /home/wyf/WRF/WPS/../WRFV3/frame/module_machine.o \
/home/wyf/WRF/WPS/../WRFV3/frame/module_internal_header_util.o \
-I/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf -I/home/wyf/WRF/WPS/../WRFV3/external/io_grib_share -I/home/wyf/WRF/WPS/../WRFV3/external/io_grib1 -I/home/wyf/WRF/WPS/../WRFV3/external/io_int -I/home/wyf/WRF/WPS/../WRFV3/inc -I/usr/local/netcdf/include \
-L/home/wyf/WRF/WPS/../WRFV3/external/io_grib1 -lio_grib1 -L/home/wyf/WRF/WPS/../WRFV3/external/io_grib_share -lio_grib_share -L/home/wyf/WRF/WPS/../WRFV3/external/io_int -lwrfio_int -L/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf -lwrfio_nf -L/usr/local/netcdf/lib -lnetcdff -lnetcdf \
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `transposetor4_.omp_fn.13':
wrf_io.f:(.text+0x3637d): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x36b28): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x36b3e): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `transposetor4_.omp_fn.12':
wrf_io.f:(.text+0x36bd3): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x37397): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x373a4): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `transposetor4_.omp_fn.11':
wrf_io.f:(.text+0x37450): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x37c0e): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x37c24): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `transposetor4_.omp_fn.10':
wrf_io.f:(.text+0x37cc3): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x3847c): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x38489): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `transposetor4_.omp_fn.9':
wrf_io.f:(.text+0x38530): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x38d00): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x38d16): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `transposetor4_.omp_fn.8':
wrf_io.f:(.text+0x38db6): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x39597): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x395a4): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `transposetor4_.omp_fn.7':
wrf_io.f:(.text+0x39650): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x39dfe): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x39e14): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `transposetor4_.omp_fn.6':
wrf_io.f:(.text+0x39eb6): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x3a677): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x3a684): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `transposetor4_.omp_fn.5':
wrf_io.f:(.text+0x3a72d): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x3aed8): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x3aeee): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `transposetor4_.omp_fn.4':
wrf_io.f:(.text+0x3af83): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x3b747): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x3b754): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `transposetor4_.omp_fn.3':
wrf_io.f:(.text+0x3b7fd): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x3bf98): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x3bfae): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `transposetor4_.omp_fn.2':
wrf_io.f:(.text+0x3c043): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x3c807): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x3c814): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `transposetor4_.omp_fn.1':
wrf_io.f:(.text+0x3c8c0): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x3d05e): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x3d074): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `transposetor4_.omp_fn.0':
wrf_io.f:(.text+0x3d116): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x3d8cf): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x3d8dc): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `__ext_ncd_support_routines_MOD_transpose.omp_fn.27':
wrf_io.f:(.text+0x3d96a): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x3df5c): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x3df69): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `__ext_ncd_support_routines_MOD_transpose.omp_fn.26':
wrf_io.f:(.text+0x3dffa): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x3e5ec): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x3e5f9): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `__ext_ncd_support_routines_MOD_transpose.omp_fn.25':
wrf_io.f:(.text+0x3e693): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x3eca2): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x3ecaf): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `__ext_ncd_support_routines_MOD_transpose.omp_fn.24':
wrf_io.f:(.text+0x3ed43): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x3f352): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x3f35f): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `__ext_ncd_support_routines_MOD_transpose.omp_fn.23':
wrf_io.f:(.text+0x3f3f3): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x3f9f2): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x3f9ff): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `__ext_ncd_support_routines_MOD_transpose.omp_fn.22':
wrf_io.f:(.text+0x3fa93): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x40092): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x4009f): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `__ext_ncd_support_routines_MOD_transpose.omp_fn.21':
wrf_io.f:(.text+0x40133): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x40732): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x4073f): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `__ext_ncd_support_routines_MOD_transpose.omp_fn.20':
wrf_io.f:(.text+0x407d3): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x40dd2): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x40ddf): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `__ext_ncd_support_routines_MOD_transpose.omp_fn.19':
wrf_io.f:(.text+0x40e6a): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x4145c): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x41469): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `__ext_ncd_support_routines_MOD_transpose.omp_fn.18':
wrf_io.f:(.text+0x414fa): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x41aec): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x41af9): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `__ext_ncd_support_routines_MOD_transpose.omp_fn.17':
wrf_io.f:(.text+0x41b90): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x42184): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x42191): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `__ext_ncd_support_routines_MOD_transpose.omp_fn.16':
wrf_io.f:(.text+0x42230): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x42834): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x42841): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `__ext_ncd_support_routines_MOD_transpose.omp_fn.15':
wrf_io.f:(.text+0x428e3): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x42ef7): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x42f04): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `__ext_ncd_support_routines_MOD_transpose.omp_fn.14':
wrf_io.f:(.text+0x42fa3): undefined reference to `GOMP_loop_runtime_start'
wrf_io.f:(.text+0x435c7): undefined reference to `GOMP_loop_runtime_next'
wrf_io.f:(.text+0x435d4): undefined reference to `GOMP_loop_end_nowait'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `__ext_ncd_support_routines_MOD_transpose':
wrf_io.f:(.text+0x438b2): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x438bf): undefined reference to `GOMP_parallel_end'
wrf_io.f:(.text+0x43aa2): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x43aaf): undefined reference to `GOMP_parallel_end'
wrf_io.f:(.text+0x43c82): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x43c8f): undefined reference to `GOMP_parallel_end'
wrf_io.f:(.text+0x43e50): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x43e5d): undefined reference to `GOMP_parallel_end'
wrf_io.f:(.text+0x44030): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x4403d): undefined reference to `GOMP_parallel_end'
wrf_io.f:(.text+0x44203): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x44210): undefined reference to `GOMP_parallel_end'
wrf_io.f:(.text+0x443e2): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x443ef): undefined reference to `GOMP_parallel_end'
wrf_io.f:(.text+0x444f8): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x44505): undefined reference to `GOMP_parallel_end'
wrf_io.f:(.text+0x4460a): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x44617): undefined reference to `GOMP_parallel_end'
wrf_io.f:(.text+0x4471a): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x44727): undefined reference to `GOMP_parallel_end'
wrf_io.f:(.text+0x44809): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x44816): undefined reference to `GOMP_parallel_end'
wrf_io.f:(.text+0x44908): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x44915): undefined reference to `GOMP_parallel_end'
wrf_io.f:(.text+0x44a08): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x44a15): undefined reference to `GOMP_parallel_end'
wrf_io.f:(.text+0x44b0a): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x44b17): undefined reference to `GOMP_parallel_end'
/home/wyf/WRF/WPS/../WRFV3/external/io_netcdf/libwrfio_nf.a(wrf_io.o): In function `transposetor4_':
wrf_io.f:(.text+0x44dd2): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x44ddf): undefined reference to `GOMP_parallel_end'
wrf_io.f:(.text+0x44fc2): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x44fcf): undefined reference to `GOMP_parallel_end'
wrf_io.f:(.text+0x451a2): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x451af): undefined reference to `GOMP_parallel_end'
wrf_io.f:(.text+0x45370): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x4537d): undefined reference to `GOMP_parallel_end'
wrf_io.f:(.text+0x45550): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x4555d): undefined reference to `GOMP_parallel_end'
wrf_io.f:(.text+0x45723): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x45730): undefined reference to `GOMP_parallel_end'
wrf_io.f:(.text+0x45902): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x4590f): undefined reference to `GOMP_parallel_end'
wrf_io.f:(.text+0x45a18): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x45a25): undefined reference to `GOMP_parallel_end'
wrf_io.f:(.text+0x45b2a): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x45b37): undefined reference to `GOMP_parallel_end'
wrf_io.f:(.text+0x45c3a): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x45c47): undefined reference to `GOMP_parallel_end'
wrf_io.f:(.text+0x45d29): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x45d36): undefined reference to `GOMP_parallel_end'
wrf_io.f:(.text+0x45e28): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x45e35): undefined reference to `GOMP_parallel_end'
wrf_io.f:(.text+0x45f28): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x45f35): undefined reference to `GOMP_parallel_end'
wrf_io.f:(.text+0x4602a): undefined reference to `GOMP_parallel_start'
wrf_io.f:(.text+0x46037): undefined reference to `GOMP_parallel_end'
collect2: ld 返回 1
make[1]: [metgrid.exe] 错误 1 (忽略)
|
|