更改我自己提交的工作的优先级

Change priorities of my own submitted jobs

我有很多工作 运行 待处理。我想指出我已提交到队列、待处理但尚未 运行 的作业的相对优先级。是否可以在提交后设置此优先级?是否可以在提交前设置此优先级?

您可以使用 btop 命令移动挂起的作业。

btop job_ID | "job_ID[index_list]" [position]

如果您添加[位置],则意味着该作业将被放在队列中的那个位置。

By default, LSF dispatches jobs in a queue in the order of their arrival (that is, first come, first served), subject to availability of suitable server hosts.

话虽如此,作业的优先级没有改变。因此,如果作业具有相同的优先级,您将只能更改顺序。 根据您的 LSF 版本,请参阅以下链接以了解有关 btop

的详细信息

LSF 10.1.0 > Command Reference > btop

LSF 9.1.3 > Command Reference > btop