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

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



On Mon, 21 Mar 2005 14:51:26 -0600 (CST), Jaime Frey <jfrey@xxxxxxxxxxx> wrote:
> On Mon, 21 Mar 2005, Matt Hope wrote:
> > assumption: you will never have more than 1000 processes per cluster:
> >
> > MyClusterPriority = X
> > priority = (MyClusterPriority * 1000) -$(Process)
> 
> Clever, but I believe currently priority must be an integer literal, not
> an expression.

Darn - oh well. I think I will make a list of all submit variables
which are/aren't evaluated as expressions.

Matt