- 积分
- 265
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-11-14
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2014-12-2 20:38:58
|
显示全部楼层
我按照手册上这样 ./cesm_setup -clean
# Set tasks and threads for each component to 1
# You could also set threads to something > 1 for speed, but still
# run interactively if threading isn’t an issue.
> ./xmlchange NTASKS_ATM=1,NTHRDS_ATM=1,NTASKS_LND=1,NTHRDS_LND=1,NTASKS_ICE=1,NTHRDS_ICE=1
> ./xmlchange NTASKS_OCN=1,NTHRDS_OCN=1,NTASKS_CPL=1,NTHRDS_CPL=1,NTASKS_GLC=1,NTHRDS_GLC=1
# set MPILIB to mpi-serial so that you can run interactively
> ./xmlchange MPILIB=mpi-serial
> ./cesm_setup
可是最后提交还是报错如下:
NODE# NAME
( 0) cn2675
MPI_Abort: error code = 1
yhrun: error: cn2675: task 0: Exited with exit code 1
请问是什么原因 |
|