Sun Grid Engine 上的超时作业
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您自己运行作业,则使用硬挂钟时间。
#$ -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