- 积分
- 204
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2016-4-24
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 叫我小岳 于 2024-12-11 00:21 编辑
通过pbs脚本设置:#PBS -l nodes=6:ppn=15
提交作业至服务器,发现作业总是在运行至00时22分45秒就会中断,查询rsl.error.*日志并没有报错
查询stdout.log发现存在以下报错:
This job allocated 90 procs
--------------------------------------------------------------------------
mpirun has exited due to process rank 60 with PID 0 on
node c05 exiting improperly. There are three 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"
3. this process called "MPI_Abort" or "orte_abort" and the mca parameter
orte_create_session_dirs is set to false. In this case, the run-time cannot
detect that the abort call was an abnormal termination. Hence, the only
error message you will receive is this one.
This may have caused other processes in the application to be
terminated by signals sent by mpirun (as reported here).
You can avoid this message by specifying -quiet on the mpirun command line.
--------------------------------------------------------------------------
并且调整nodes&ppn的设置大一点也是这样的报错
各位大佬有遇到过这个问题的嘛? |
|