有没有办法更改当前正在运行的 PBS 作业的挂起时间

发布于 2024-12-13 09:31:50 字数 41 浏览 1 评论 0原文

我低估了一份工作所需的时间。是否可以在作业运行时更改作业的时间限制?

I underestimated the amount of time a job would take. Would it be possible to change the time limit for a job while it is running?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

最好是你 2024-12-20 09:31:50
qalter jobid -l walltime=X

您可以阅读 qalter 文档 这里

qalter jobid -l walltime=X

You can read the qalter docs here.

七月上 2024-12-20 09:31:50

是的
您可以使用:

qalter [-l resource_list] Job_ID

例如:

qalter -l walltime=01:00:00 121214

此外,尝试在作业仍在排队时执行此操作,因为一旦启动,这可能不起作用您将收到“未经授权的请求”响应。然后您需要 root 权限才能覆盖未经授权的请求。

Yes
You can use:

qalter [-l resource_list] Job_ID

For Example:

qalter -l walltime=01:00:00 121214

Also, try to do it while the job is still queued because once it starts, this may not work & you will get a response "Unauthorized Request". Then you would need root permission to overwrite an unauthorized request.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文