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

Re: [Condor-users] Re: split processors among multiple jobs



On Tue, 22 Mar 2005 08:38:10 -0800, Oliver Hotz <oliver@xxxxxxxxxxxx> wrote:
> hmm.. adding this to my .sub file doesn`t seem to be changing anything..
> am i doing this correctly ?
> 
> MyClusterPriority = 1
> priority = (MyClusterPriority * 1000) -$(Process)
> 
> The Priority for each submitted job still shows up at 0, and when 2 jobs
> are submitted, they don`t get "interleaved"
> 
> any ideas ?

sorry - I wrongly assumed that priority was evaluated as an
expression, it isn't it's a integer literal so no fancy playing around
is possible. You can of course roll your own script to produce the
same effect...

Matt