我希望新提交的作业不是PEND,而是立即开始运行。 如果可能的话,我想将此限制为N个工作岗位。
答案 0 :(得分:0)
If you want two jobs to run in parallel, its probably best to submit a single parallel job (bsub -n
) that runs two different processes, potentially on two different hosts.
The LSF admin can force a PENDing job to run with the brun command. However, this will cause the execution host to be temporarily overloaded.