- 积分
- 93
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-5-13
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
编译器是PGI(pgf90,pgcc)尝试了其他编译器都会报错,查看了编译的日志文件,说是一些文件不存在,打不开.mod 文件,跪求大神
configure.gs文件i:MYLIBsys = -llapack -lblas(有没有代码可以检验是否已经安装llapack库)
编译部分日志:PGF90-F-0004-Unable to open MODULE file gsimod.mod (gsimain.f90: 12)PGF90/x86-64 Linux 10.6-0: compilation aborted
make[2]: [gsimain.o] Error 2 (ignored)
mpif90 -Mfree -Wl,-noinhibit-exec -o gsi.exe gsimain.o libgsi.a -L/home/hanshuai/liujunjian/comGSI_v3.2/lib -lcrtm -L/home/hanshuai/liujunjian/comGSI_v3.2/lib -lsfcio_i4r4 -L/home/hanshuai/liujunjian/comGSI_v3.2/lib -lsigio_i4r4 -L/home/hanshuai/liujunjian/comGSI_v3.2/lib -lnemsio -L/home/hanshuai/liujunjian/comGSI_v3.2/lib -lw3_i4r8 -L/home/hanshuai/liujunjian/comGSI_v3.2/lib -lbacio -L/home/hanshuai/liujunjian/comGSI_v3.2/lib -lbufr_i4r8 -L/home/hanshuai/liujunjian/comGSI_v3.2/lib -lsp_i4r8 /home/hanshuai/liujunjian/WRF3.6/WRFV3/frame/module_internal_header_util.o /home/hanshuai/liujunjian/WRF3.6/WRFV3/frame/pack_utils.o /home/hanshuai/liujunjian/WRF3.6/WRFV3/frame/module_machine.o /home/hanshuai/liujunjian/WRF3.6/WRFV3/main/libwrflib.a -L/home/hanshuai/liujunjian/WRF3.6/WRFV3/external/io_int -lwrfio_int -L/home/hanshuai/liujunjian/WRF3.6/WRFV3/external/io_netcdf -lwrfio_nf -L/home/hanshuai/program/netcdf3.6.3-pgi/lib -L/home/hanshuai/program/netcdf3.6.3-pgi -lnetcdf -llapack -lblas -L/home/hanshuai/liujunjian/comGSI_v3.2/lib -lgsdcloud -L/home/hanshuai/liujunjian/comGSI_v3.2/lib -lprepdecode_i4r8
/usr/bin/ld: gsimain.o: No such file: No such file or directory
make[2]: [gsi.exe] Error 2 (ignored)
cp gsi.exe /home/hanshuai/liujunjian/comGSI_v3.2/run
cp: cannot stat `gsi.exe': No such file or directory
make[2]: [gsi.exe] Error 1 (ignored)
|
-
|