[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] custom START expression



Steve,

This looks ok to me. There is no need to worry about what activity slot 10 is in. It's ok for Start to be false and for a job to be running. This just means no new job will be allowed to start.

--Dan

On 10/24/11 3:49 PM, Steven Timm wrote:
I am trying this to start:

(SlotID<=9)||(SlotID==10&&Activity==Busy)

Any obvious ideas why this wouldn't work?

Steve


On Mon, 24 Oct 2011, Steven Timm wrote:


I have a bunch of machines running 10 slots which I need
to cut down to running 9 slots.. I am looking for a START
expression which will allow the currently-running job in slot10
to finish but not take any more jobs after that, and not disrupt
the running jobs in slot1 through slot9.

Any ideas?

Steve Timm