- 积分
- 812
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-2-1
- 最后登录
- 1970-1-1
|
发表于 2016-10-16 16:19:10
|
显示全部楼层
本帖最后由 bibi_king 于 2016-10-16 16:22 编辑
同在学习clm中,请问楼主cesm1.2.1是不是已经运行成功了。本人在cesm1.2.2 build过程中出错config.log显示如下错误,不知楼主是否遇见过相似的问题,可否指点一下,万分感谢。
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2358: checking for C compiler version
configure:2367: icc --version >&5
icc (ICC) 11.1 20090630
Copyright (C) 1985-2009 Intel Corporation. All rights reserved.
configure:2378: $? = 0
configure:2367: icc -v >&5
Version 11.1
configure:2378: $? = 0
configure:2367: icc -V >&5
Intel(R) C Intel(R) 64 Compiler Professional for applications running on Intel(R) 64, Version 11.1 Build 20090630 Package ID: l_cproc_p_11.1.046
Copyright (C) 1985-2009 Intel Corporation. All rights reserved.
configure:2378: $? = 0
configure:2367: icc -qversion >&5
icc: command line warning #10006: ignoring unknown option '-qversion'
icc: command line error: no files specified; for help type "icc -help"
configure:2378: $? = 1
configure:2398: checking whether the C compiler works
configure:2420: icc -O2 -fp-model precise -DLINUX -DNDEBUG -DMCT_INTERFACE -DHAVE_MPI -DFORTRANUNDERSCORE -DNO_R16 -DLINUX -DCPRINTEL -DHAVE_SLASHPROC -I.. -I. -I/nuist/scratch/AnneMu/cesm1_2_2/case/test1/intel/openmpi/nodebug/nothreads/include -I/nuist/scratch/AnneMu/cesm1_2_2/case/test1/intel/openmpi/nodebug/nothreads/MCT/noesmf/a1l1r1i1o1g1w1/csm_share -I/nuist/p/public/app/netcdf/4.3.0/intel/11.1.046/include -I/nuist/p/public/app/openmpi/1.8.4/intel/11.1.046/include -I/nuist/scratch/AnneMu/cesm1_2_2/case/test1/intel/openmpi/nodebug/nothreads/include -I/nuist/scratch/AnneMu/cesm1_2_2/models/csm_share/shr conftest.c -L/nuist/p/public/app/netcdf/4.3.0/intel/11.1.046/lib -lnetcdf -lnetcdff >&5
configure:2424: $? = 0
configure:2472: result: yes
configure:2475: checking for C compiler default output file name
configure:2477: result: a.out
configure:2483: checking for suffix of executables
configure:2490: icc -o conftest -O2 -fp-model precise -DLINUX -DNDEBUG -DMCT_INTERFACE -DHAVE_MPI -DFORTRANUNDERSCORE -DNO_R16 -DLINUX -DCPRINTEL -DHAVE_SLASHPROC -I.. -I. -I/nuist/scratch/AnneMu/cesm1_2_2/case/test1/intel/openmpi/nodebug/nothreads/include -I/nuist/scratch/AnneMu/cesm1_2_2/case/test1/intel/openmpi/nodebug/nothreads/MCT/noesmf/a1l1r1i1o1g1w1/csm_share -I/nuist/p/public/app/netcdf/4.3.0/intel/11.1.046/include -I/nuist/p/public/app/openmpi/1.8.4/intel/11.1.046/include -I/nuist/scratch/AnneMu/cesm1_2_2/case/test1/intel/openmpi/nodebug/nothreads/include -I/nuist/scratch/AnneMu/cesm1_2_2/models/csm_share/shr conftest.c -L/nuist/p/public/app/netcdf/4.3.0/intel/11.1.046/lib -lnetcdf -lnetcdff >&5
configure:2494: $? = 0
configure:2516: result:
configure:2538: checking whether we are cross compiling
configure:2546: icc -o conftest -O2 -fp-model precise -DLINUX -DNDEBUG -DMCT_INTERFACE -DHAVE_MPI -DFORTRANUNDERSCORE -DNO_R16 -DLINUX -DCPRINTEL -DHAVE_SLASHPROC -I.. -I. -I/nuist/scratch/AnneMu/cesm1_2_2/case/test1/intel/openmpi/nodebug/nothreads/include -I/nuist/scratch/AnneMu/cesm1_2_2/case/test1/intel/openmpi/nodebug/nothreads/MCT/noesmf/a1l1r1i1o1g1w1/csm_share -I/nuist/p/public/app/netcdf/4.3.0/intel/11.1.046/include -I/nuist/p/public/app/openmpi/1.8.4/intel/11.1.046/include -I/nuist/scratch/AnneMu/cesm1_2_2/case/test1/intel/openmpi/nodebug/nothreads/include -I/nuist/scratch/AnneMu/cesm1_2_2/models/csm_share/shr conftest.c -L/nuist/p/public/app/netcdf/4.3.0/intel/11.1.046/lib -lnetcdf -lnetcdff >&5
configure:2550: $? = 0
configure:2557: ./conftest
./conftest: symbol lookup error: /nuist/p/public/app/netcdf/4.3.0/intel/11.1.046/lib/libnetcdff.so.5: undefined symbol: ncopts
configure:2561: $? = 127
configure:2568: error: in `/nuist/scratch/AnneMu/cesm1_2_2/case/test1/intel/openmpi/nodebug/nothreads/mct':
configure:2570: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details
|
|