I'm using a Infiniband/Gigabit cluster and submit jobs using PBS. Being logged in on a new cluster, how do I get information using the bash about the number of nods and cpus/node one can use there?
Asked
Active
Viewed 128 times
1 Answers
0
One can get some information about the available queues by executing
qstat -Q
To get additional information about a special queue queuename you execute
qstat -Qf queuename

pawel_winzig
- 902
- 9
- 28