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

[HTCondor-users] Fw:Can condor_exec get the slot number when running?



Hi
   I installed two GPUs on one machine,and want to bind each GPU to a slot,for example,
There are GPU0 and GPU1, and i modified condor config, slot1@yffs and slot2@yffs can be found on the same machine.


I want all the jobs running by condor (condor_exec) get the slot number of which it is running on,
So that I can manual bind the GPU with the slot.

Is there any way to bind each GPU to a slot?
Or just get the slot number when condor_exec running?

Thanks very much