开发者

how do i find a complete list of available torque pbs queues?

开发者 https://www.devze.com 2023-03-29 17:47 出处:网络
Q: How do I find the available PBS queues on the \"typical\" Torque MPI system? (asking our admin takes 24+ hours, and开发者_运维技巧 the system changes with constant migration)

Q: How do I find the available PBS queues on the "typical" Torque MPI system? (asking our admin takes 24+ hours, and开发者_运维技巧 the system changes with constant migration)

(for example, "Std8" is one possible queue)

#PBS -q Std8


The admin finally got back. To get a list of queues on our hpc system, the command is:

$ qstat -q


qstat -f -Q

shows available queues and details about the limits (cputime, walltime, associated nodes etc.)


How about simply "pbsnodes" - that should probably tell you more than you care to know. Or I suppose "qstat -Q".


Run

qhost -q

to see the node-queue mapping.


Another option:

qmgr -c 'p q'

The p and q are for print queues.

0

精彩评论

暂无评论...
验证码 换一张
取 消