Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 sun Grid Engine (linux) 运行很多工作。有些工作需要(非常)长时间才能运行,我不知道哪些工作提前。
我想停止运行超过 2 小时的作业。是否可以使用 SGE 运行?是否可以从 unix shell 执行此操作?
谢谢
如果您自己运行作业,请使用硬挂钟时间。
#$ -l h_rt=2:00:00
时间是 hr:min:sec