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

Re: [HTCondor-users] Arbitrarily limit the number of dynamic slots



You should be able to achieve this by making sure all of the resources are consumed by the Nth slot.

In particular, what resource(s) are your jobs consuming that they aren't telling HTCondor about? (They should already be telling HTCondor about CPUs and memory.) It may be more natural to solve the problem by adding a custom machine resource and having those jobs also request that resource. (That way, the machine can run other jobs that don't use that resource.)

- ToddM