Is it possible to display the hostname where the job is running when using condor_q or condor_watch_q?
Ideally I'd like to see which GPU it's running on as well but I'd settle for the hostname :-)
I've tried '-autoformat ' and I get some of what I want but I’m not sure if I need to add some custom attributes?
muthur$ condor_q -autoformat Owner ClusterId RemoteHost AssignedGPUs JobStatus
rsmithies 315 slot1@kscprod-data3 GPU-5f846c33 2
rsmithies 316 slot2@kscprod-data3 GPU-c60861f1 2
rsmithies 317 slot1@kscprod-data2 GPU-387fd653 2
rsmithies 318 slot2@kscprod-data2 GPU-4f372461 2
rsmithies 319 undefined undefined 1
rsmithies 320 undefined undefined 1
rsmithies 321 undefined undefined 1
rsmithies 322 undefined undefined 1
If you’re considering further enhancements for GPUs I’d be happy to test :-)
-- Russell