Sun Grid Engine 上的超时作业

发布于 2024-09-16 00:17:23 字数 149 浏览 3 评论 0原文

我正在使用 Sun Grid Engine (Linux) 运行很多工作。有些工作需要(非常)长时间才能运行,而且我不知道哪些工作会提前。

我想停止运行时间超过 2 小时的作业。可以使用SGE运行吗?是否可以从 unix shell 执行此操作?

谢谢

I'm running a lot of jobs with sun grid engine (linux). Some of the jobs take a (very) long time to run, and I don't know ahead which ones.

I would like to stop jobs that run for more than, say, 2 hours. Is it possible to run using SGE? Is it possible to do it from the unix shell?

Thanks

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

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

发布评论

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

评论(1

裂开嘴轻声笑有多痛 2024-09-23 00:17:23

如果您自己运行作业,则使用硬挂钟时间。

#$ -l h_rt=2:00:00

其中时间为 hr:min:sec

If you're running the jobs yourself then use the hard wall clock time.

#$ -l h_rt=2:00:00

Where time is hr:min:sec

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