Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] How to prevent a user's job from getting suspended?
- Date: Fri, 22 May 2009 17:37:11 -0600
- From: Balamurali Ananthan <bala@xxxxxxxxxx>
- Subject: [Condor-users] How to prevent a user's job from getting suspended?
Hello,
I am trying to identify all the different ways of configuring condor
startd, such that it will not suspend the jobs submitted by a particular
user.
One way of doing this is to check the user and do not suspend jobs for
this high profile user like this:
WANT_SUSPEND = $(SUSPEND) && (Owner != "bala@xxxxxxxxxx")
SUSPEND = ($(ActivationTimer) > 30) && (Owner != "bala@xxxxxxxxxx")
Another way would be to never suspend anybody's jobs, like this:
WANT_SUSPEND = FALSE
SUSPEND = FALSE
Are there any other tricks to do this?
Thanks!
--
Balamurali Ananthan (bala@xxxxxxxxxx) (720.974.1843)
Tech-X Corp, 5621 Arapahoe Ave, Suite A, Boulder, CO 80303