Subject: Re: [HTCondor-users] Request GPUs from remote condor pool
Do you know if the remote pool has machines with GPUs?
One way to check is to run this command:
condor_status -pool <remote pool cm> -constraint 'gpus>0'
- Jaime
On Jan 26, 2022, at 2:17 PM, Zhangqier Wang <wangzqe@xxxxxxx> wrote:
Dear experts,
I am wondering what is the command to require GPU from the remote condor pool? ( FLOCKING pool)
This requirement "request_gpus = 1" works if I submit job within the local condor pool, but doesn't work when I submit job to the remote condor pool. No match is found and the job stays in idle.