Change priorities of my own submitted jobs

南楼画角 提交于 2020-01-15 09:31:49

问题


I have many jobs running and pending. I would like to indicate the relative priority of jobs that I have submitted to the queue, that are pending, but not yet running. Is it possible to set this priority after submission? Is it possible to set this priority before submission?


回答1:


You can move jobs that are pending with the btop command.

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

If you add [position] it means that the job will be put at that place in the queue.

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.

Having said this, the priority of the job is unchanged. So you will only be able to change the order if the jobs have the same priority. Depending on your LSF version, see the following links for details about btop

LSF 10.1.0 > Command Reference > btop

LSF 9.1.3 > Command Reference > btop



来源:https://stackoverflow.com/questions/38918501/change-priorities-of-my-own-submitted-jobs

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!