- 积分
- 62
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-9-7
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
按照CAM-5.1.1手册,重新安装了ifort 11.1、icc 11.1 (均为非商业版),netcdf为4.1.3(--enable-shared --enable-netcdf-4)以上完成后,执行:
[root@xue bld]# ./configure -fc ifort -test
然后:
onfigure done.
creating /home/xue/cesm1_0_5/models/atm/cam/bld/Filepath
creating /home/xue/cesm1_0_5/models/atm/cam/bld/Makefile
creating /home/xue/cesm1_0_5/models/atm/cam/bld/config_cache.xml
Looking for a valid GNU make... using gmake
Testing for Fortran 90 compatible compiler... **** FAILED ****
Issued the command:
gmake -f /home/xue/cesm1_0_5/models/atm/cam/bld/Makefile test_fc 2>&1
。。。。。。。。。此处略去。。。。。
出错的提示为:ifort -o test_fc test_fc.o -static-intel -lnetcdff
ld: cannot find -lnetcdff
gmake: *** [test_fc] Error 1
查看了Mikefile, 脚本如下
# Make macros for CAM.
UNAMES := Linux
ROOTDIR := /home/xue/cesm1_0_5
EXENAME := cam
MODEL_EXEDIR := /home/xue/cesm1_0_5/models/atm/cam/bld
INC_NETCDF := /usr/local/CAM5_SOFT/include
LIB_NETCDF := /usr/local/CAM5_SOFT/lib
MOD_NETCDF := /usr/local/CAM5_SOFT/include
INC_PNETCDF :=
LIB_PNETCDF :=
INC_MPI :=
LIB_MPI :=
MPI_LIB_NAME :=
LAPACK_LIBDIR:=
ESMF_LIBDIR :=
DEBUG := FALSE
SPMD := FALSE
SMP := FALSE
USER_FC := ifort
FC_TYPE :=
USER_CC :=
USER_LINKER :=
USER_CPPDEFS := -DFORTRANUNDERSCORE -DCO2A -DMAXPATCH_PFT=numpft+1 -DLSMLAT=1 -DLSMLON=1 -DPLON=144 -DPLAT=96 -DPLEV=30 -DPCNST=25 -DPCOLS=16 -DPTRM=1 -DPTRN=1 -DPTRK=1 -DSTAGGERED -DCCSMCOUPLED -Dcoupled -Dncdf -DNCAT=1 -DNXGLOB=144 -DNYGLOB=96 -DNTR_AERO=0 -DBLCKX=144 -DBLCKY=96 -DMXBLCKS=1 -DDUST -DPROGSSLT -DMODAL_AERO -DMODAL_AERO_3MODE -D_USEBOX -D_NETCDF
USER_CFLAGS :=
USER_FFLAGS :=
F_OPTIMIZATION_OVERRIDE :=
USER_LDFLAGS := -lnetcdff
COSP_LIBDIR :=
。。。。。。。。。。。略去。。。。。。
想问一下,是netcdf安装问题还是其他原因,求助
|
|