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

Re: [HTCondor-users] Run jobs on the same host



On 7/19/21 11:29 AM, Stanislav V. Markevich via HTCondor-users wrote:
Hi,

Is there a way to require some jobs within a parallel job run on the same host?


If a multi-core job needs to run completely on a single host, the best way to do this in HTCondor is to enable partitionable slots on the worker nodes, and submit the job as a vanilla universe job with

Request_Cpus = 8

(or some other number), and make it one big multi-core job.


-greg