You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not as trivial as it sounds, as the scheduler could have queued-up jobs that are waiting for some resource to be released.
So there are at least two different reports required:
Showing nodes and GPUs that are not used at the moment (rather simple to implement, but requires also changes to the Snakepit service itself).
Showing nodes and GPUs that are not used by running jobs and that no job is waiting for (rather hard to implement and also requires changes to the Snakepit service).
Admittedly in practice report 1 is enough and would help already.
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:free
would be betterThe text was updated successfully, but these errors were encountered: