- 积分
- 800
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-10-25
- 最后登录
- 1970-1-1
|

楼主 |
发表于 2015-4-26 17:53:26
|
显示全部楼层
已解决,是路径问题。
但是现在出现新的问题,
(seq_io_init) pio init parameters: before nml read
(seq_io_init) pio_stride = -99
(seq_io_init) pio_root = -99
(seq_io_init) pio_typename = nothing
(seq_io_init) pio_numtasks = -99
(seq_io_init) pio_debug_level = 0
pio_async_interface = F
PGFIO-F-209/OPEN/unit=99/'OLD' specified for file which does not exist.
File name = drv_in
In source file /nuist/p/work/WH2015/CESM/cesm1_0_3/models/drv/shr/seq_io_mod.F90, at line number 283
--------------------------------------------------------------------------
mpirun has exited due to process rank 0 with PID 15600 on
node c19n07 exiting improperly. There are two reasons this could occur:
1. this process did not call "init" before exiting, but others in
the job did. This can cause a job to hang indefinitely while it waits
for all processes to call "init". By rule, if one process calls "init",
then ALL processes must call "init" prior to termination.
2. this process called "init", but exited without calling "finalize".
By rule, all processes that call "init" MUST call "finalize" prior to
exiting or it will be considered an "abnormal termination"
This may have caused other processes in the application to be
terminated by signals sent by mpirun (as reported here).
是什么原因啊? |
|