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)))