I'm looking for the SGE equivalent to PBS's "qstat -freenodes", basically I want to find all nodes that have nothing running. Suggestions?
Asked
Active
Viewed 2,803 times
0
-
1can you explain what things have you tried? – Cacho Santa Sep 19 '13 at 18:34
2 Answers
2
If you have an exclusive resource associated with the hosts you can use qhost:
qhost -l exclusive=TRUE
This should work even if you make the exclusive resource non-requestable.

William Hay
- 2,148
- 16
- 20