- 积分
- 351
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-7-8
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
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
|
|