Search code examples
cluster-computinghpctorque

Getting status of the nodes under Torque resource manager?


How can I get information about the status of the computational nodes on the torque-managed cluster (I am interested in the number of nodes that are allocated for jobs vs. idle ones)? Under SLURM I would use sinfo.


Solution

  • You would normally use "pbsnodes -a" and then parse the output for what you'd like. See this