使用bsub提交的作业与之前提交并仍在运行的作业并行运行

时间:2016-10-18 08:30:18

标签: lsf

我希望新提交的作业不是PEND,而是立即开始运行。 如果可能的话,我想将此限制为N个工作岗位。

1 个答案:

答案 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.