Greetings,
What's the best way to restrict a job to run for certain amount of time
(wall time)?
For example, a "max 4-days long" job, I've implemented this:
PREEMPT = ( (Activity == "Busy") && (State ==
"Claimed") && ($(ActivityTimer) > 5760) )
WANT_SUSPEND = FALSE
Is this the right way of doing this?
Thanks in advance for your help.
cheers,
Santanu
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/