Solar Grid Timeout

I have many jobs with the solar grid engine (linux). Some of the tasks take a (very) long time, and I don’t know in advance which of them.

I would like to stop work that works more than, say, 2 hours. Can I use SGE? Can this be done from a unix shell?

thanks

+1
source share
1 answer

If you complete tasks yourself, use a tough wall clock.

# $ -l h_rt = 2: 00: 00

Where is the time hr: min: sec

+2
source

Source: https://habr.com/ru/post/914731/


All Articles