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

[Condor-users] How would the following scheduling scenario play out?



I'm having trouble determining how the following scheduling scenario
will play out.

I have a single schedd with the following state:

Owner	Cluster	State	Prio
A	1.0		R	5
A	1.1		I	5

So the schedd is running 1.0 for User A on a machine. Lets say User A
adds another cluster so the state is now:

Owner	Cluster	State	Prio
A	1.0		R	5
A	1.1		I	5
A	2.0		I	10

Assuming there are no other jobs from other users or schedd's in the
system. When 1.0 finishes running will the schedd run 1.1 or 2.0? Is the
running machine assigned to the schedd or the cluster on the schedd?

- Ian