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

Re: [Condor-users] problem defining slots



IMO, the "slot system" doesn't work very well....a "resources available" system would be better.

On Sat, Dec 18, 2010 at 2:11 PM, Carsten Urbach <Carsten.Urbach@xxxxxxxxxxxxxxxxxxx> wrote:
Hi,

I just started to use condor for our cluster. The cluster has nodes
with 8 cores and 4 GPU's each. I just managed to set-up a policy such
that 4 slots are used for CPU+GPU computing and 4 for CPU only,
basically with a START statement like

START = (((SlotId < 5) && (TARGET.NeedGpu =?= TRUE)) || ((SlotId > 4) && \
       (TARGET.NeedGpu =?= FALSE)))