问题
Group <ugroup2>: Pending job threshold reached. Retrying in 60 seconds...
使用bsub提交作业时,出现上面的问题提示。
问题解决
参考链接:
Array job submission keep retrying and never succeeds
[root@master ~]# cd $LSF_ENVDIR
[root@master conf]# cd lsbatch/cluster1/configdir/
[root@master configdir]# grep MAX_PEND_JOBS lsb.users -A 10
USER_NAME MAX_PEND_JOBS
#user1 800 # user1 has pend threshold of 800
#ugroup1@ 500 # each user in ugroup1 has threshold of 100
#ugroup1 1000 # collectively ugroup1 has threshold of 1000
#default 100 # default, any user/group has threshold of 100
#user1 800 # user1 has pend threshold o

当遇到Pendingjobthresholdreached错误时,用户应检查LSF作业队列状态、作业提交参数、系统资源使用和日志文件,可能需要调整队列参数、资源限制或联系系统管理员。
最低0.47元/天 解锁文章
3378

被折叠的 条评论
为什么被折叠?



