爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 10976|回复: 8

cesm移植出错,求原因分析

[复制链接]

新浪微博达人勋

发表于 2013-7-10 11:08:16 | 显示全部楼层 |阅读模式

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册 新浪微博登陆

x
我是新手,各位大侠:帮忙分析一下原因,
   错误显示
CCSM BUILDEXE SCRIPT STARTING
- Build Libraries: mct pio csm_share
Wed Jul 10 11:00:23 CST 2013 /disk3/home/chenxl/run/test_orlando/mct/mct.bldlog.130710-110023
ERROR: mct.buildlib failed, see /disk3/home/chenxl/run/test_orlando/mct/mct.bldlog.130710-110023
ERROR: cat /disk3/home/chenxl/run/test_orlando/mct/mct.bldlog.130710-110023


mct下提示如下
Copying source to CCSM EXEROOT...
New build of MCT
Running configure...
for OS=CenTos MACH=orlando
cat: Filepath: No such file or directory
cat: Srcfiles: No such file or directory
/disk3/home/chenxl/cesm1/scripts/test_orlando/Tools/mkSrcfiles > /disk3/home/chenxl/run/test_orlando/mct/Srcfiles
cp -f /disk3/home/chenxl/run/test_orlando/mct/Filepath /disk3/home/chenxl/run/test_orlando/mct/Deppath
/disk3/home/chenxl/cesm1/scripts/test_orlando/Tools/mkDepends Deppath Srcfiles > /disk3/home/chenxl/run/test_orlando/mct/Depends
./configure  CC="mpicc" FC="mpif90" F90="mpif90" INCLUDEPATH="-I/disk1/soft/intel/impi/4.0.1.007/ia32/include"
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
gmake: *** [configure] Error 77
make[1]: Entering directory `/disk3/home/chenxl/cesm1/models/utils/mct/mpeu'
f95 -c  -DSYSLINUX -DCPRUNKNOWNCPR    m_mpif.F90
Error: Can't open included file 'mpif.h'
In file m_mpif.F90:49

   public :: MPI_MIN
                   1
Error: Symbol 'mpi_min' at (1) has no IMPLICIT type
In file m_mpif.F90:39

   public :: MPI_CHARACTER
                         1
Error: Symbol 'mpi_character' at (1) has no IMPLICIT type
In file m_mpif.F90:54

   public :: MPI_ANY_SOURCE
                          1
Error: Symbol 'mpi_any_source' at (1) has no IMPLICIT type
In file m_mpif.F90:45

   public :: MPI_COMM_NULL
                         1
Error: Symbol 'mpi_comm_null' at (1) has no IMPLICIT type
In file m_mpif.F90:52

   public :: MPI_MAX_ERROR_STRING
                                1
Error: Symbol 'mpi_max_error_string' at (1) has no IMPLICIT type
In file m_mpif.F90:50

     public :: MPI_MAX
                     1
Error: Symbol 'mpi_max' at (1) has no IMPLICIT type
In file m_mpif.F90:38

   public :: MPI_LOGICAL
                       1
Error: Symbol 'mpi_logical' at (1) has no IMPLICIT type
In file m_mpif.F90:44

   public :: MPI_COMM_WORLD
                          1
Error: Symbol 'mpi_comm_world' at (1) has no IMPLICIT type
In file m_mpif.F90:37

   public :: MPI_DOUBLE_PRECISION
                                1
Error: Symbol 'mpi_double_precision' at (1) has no IMPLICIT type
In file m_mpif.F90:35

   public :: MPI_INTEGER
                       1
Error: Symbol 'mpi_integer' at (1) has no IMPLICIT type
In file m_mpif.F90:53

   public :: MPI_STATUS_SIZE
                           1
Error: Symbol 'mpi_status_size' at (1) has no IMPLICIT type
In file m_mpif.F90:42

   public :: MPI_REAL8
                     1
Error: Symbol 'mpi_real8' at (1) has no IMPLICIT type
In file m_mpif.F90:36

   public :: MPI_REAL
                    1
Error: Symbol 'mpi_real' at (1) has no IMPLICIT type
In file m_mpif.F90:48

   public :: MPI_PROD
                    1
Error: Symbol 'mpi_prod' at (1) has no IMPLICIT type
In file m_mpif.F90:41

   public :: MPI_REAL4
                     1
Error: Symbol 'mpi_real4' at (1) has no IMPLICIT type
In file m_mpif.F90:47

   public :: MPI_SUM
                   1
Error: Symbol 'mpi_sum' at (1) has no IMPLICIT type
make[1]: *** [m_mpif.o] Error 1
make[1]: Leaving directory `/disk3/home/chenxl/cesm1/models/utils/mct/mpeu'
make: *** [subdirs] Error 2


密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2013-7-10 13:02:52 | 显示全部楼层
并行包(mpich或openmpi)没装、或没设置路径。

f95是什么东东?大型机自带的么?是CESM支持的编译器么?

还有就是你的NetCDF、并行库等需要是同一编译器生成的。

再就是,似乎是32位系统,效率会很低的。

评分

参与人数 1金钱 +10 收起 理由
letsdo8 + 10

查看全部评分

密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2013-7-10 14:11:01 | 显示全部楼层

谢谢,你说的mpi设置了,可能不是同一编译器生成的,我准备自己装个试试。f95我也不知道是什么。我是初学,怎么了解是32位系统的?
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2013-7-10 14:18:48 | 显示全部楼层
奥兰多 发表于 2013-7-10 14:11
谢谢,你说的mpi设置了,可能不是同一编译器生成的,我准备自己装个试试。f95我也不知道是什么。我是初学 ...

咱们用的都是f90,f95还没用上呢~~
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2013-7-10 14:38:04 | 显示全部楼层
奥兰多 发表于 2013-7-10 14:11
怎么了解是32位系统的?

INCLUDEPATH="-I/disk1/soft/intel/impi/4.0.1.007/ia32/include"

评分

参与人数 1金钱 +10 收起 理由
letsdo8 + 10

查看全部评分

密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2013-7-10 15:37:02 | 显示全部楼层
bjj948 发表于 2013-7-10 14:38
INCLUDEPATH="-I/disk1/soft/intel/impi/4.0.1.007/ia32/include"

奥,这个样子啊。看的够仔细。
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2016-2-24 21:24:40 | 显示全部楼层
按时打算,怎么做呀?
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2017-6-21 15:45:47 | 显示全部楼层
楼主您好,您这个错误当初是怎么改的??我现在碰到和您一样的问题了。。
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2019-1-18 17:15:51 | 显示全部楼层
楼主你好,请问你怎么解决问题的,我也遇到了
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表