- 积分
- 477
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2017-4-25
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
Error: Symbol 'ungrib' at (1) must be a NAMELIST group name
make[1]: [read_namelist.o] Error 1 (ignored)
/bin/rm -f cio.o
mpicc -cc=gcc -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB -c cio.c
/bin/rm -f libpgu.a
ar ru libpgu.a build_hdate.o geth_newdate.o geth_idts.o swap.o table.o parse_table.o gbytesys.o gribcode.o read_namelist.o cio.o
ar: creating libpgu.a
ar: read_namelist.o: No such file or directory
make[1]: [libpgu.a] Error 1 (ignored)
ranlib libpgu.a
ranlib: 'libpgu.a': No such file
make[1]: [libpgu.a] Error 1 (ignored)
/bin/rm -f ungrib.exe
if [ -z ] ; then \
gfortran -o ungrib.exe misc_definitions_module.o debug_cio.o module_debug.o module_stringutil.o table.o module_datarray.o gridinfo.o new_storage.o filelist.o ungrib.o output.o rrpr.o rd_grib1.o file_delete.o datint.o rd_grib2.o \
-L./ngl -lw3 -lg2_4 \
-L/root/Build_WRF/LIBRARIES/grib2/lib -ljasper -lpng -lz \
-L. -lpgu ; \
else \
gfortran -o ungrib.exe misc_definitions_module.o debug_cio.o module_debug.o module_stringutil.o table.o module_datarray.o gridinfo.o new_storage.o filelist.o ungrib.o output.o rrpr.o rd_grib1.o file_delete.o datint.o rd_grib2.o \
./ngl/w3/libw3.a ./ngl/g2/libg2_4.a \
-L/root/Build_WRF/LIBRARIES/grib2/lib -ljasper -lpng -lz \
libpgu.a ; \
fi
/usr/bin/ld: cannot find -lpgu
collect2: ld returned 1 exit status
make[1]: [ungrib.exe] Error 1 (ignored)
make[1]: Leaving directory `/root/Build_WRF/WPS/ungrib/src'
if [ -h ungrib.exe ] ; then \
/bin/rm -f ungrib.exe ; \
fi ; \
if [ -h ../ungrib.exe ] ; then \
/bin/rm -f ../ungrib.exe ; \
fi ; \
if [ -e src/ungrib.exe ] ; then \
ln -sf src/ungrib.exe . ; \
fi
这是log.compile文件说的安装报错
|
|