if you want to send a job to a GPU, you need to deduce which gpus are free via: ``` pit show nodes ``` and then: ``` for node in nodes: pit show node:$node ``` This isn't very efficient, and something along the lines of `pit shoe nodes:free` would be better
if you want to send a job to a GPU, you need to deduce which gpus are free via:
and then:
This isn't very efficient, and something along the lines of
pit shoe nodes:freewould be better