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

Re: [Condor-users] macro for number of CPUs



On 11/10/2011 09:20 PM, Rita wrote:
When using dynamic slots I use,
cpus=3

Is it possible to do, cpus={$TOTALCPUS-1} ?

No in SLOT_TYPE=cpus=$(DETECTED_CORES) - 1, yes in NUM_CPUS = $(DETECTED_CORES) - 1.

https://condor-wiki.cs.wisc.edu/index.cgi/tktview?tn=401

Best,


matt