我如何找到可用扭矩 PBS 队列的完整列表?

发布于 2024-11-30 17:59:25 字数 158 浏览 0 评论 0原文

问:如何在“典型”Torque MPI 系统上找到可用的 PBS 队列? (询问我们的管理员需要 24 小时以上,并且系统会随着不断迁移而变化)

(例如,“Std8”是一种可能的队列)

#PBS -q Std8

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

╰つ倒转 2024-12-07 17:59:25

管理员终于回来了。要获取 HPC 系统上的队列列表,命令是:

$ qstat -q

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

$ qstat -q

暗藏城府 2024-12-07 17:59:25
qstat -f -Q

显示可用队列和有关限制的详细信息(cputime、walltime、关联节点等)

qstat -f -Q

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

无敌元气妹 2024-12-07 17:59:25

简单地“pbsnodes”怎么样——这可能会告诉你比你想知道的更多的信息。或者我想“qstat -Q”。

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

高跟鞋的旋律 2024-12-07 17:59:25

运行

qhost -q

以查看节点队列映射。

Run

qhost -q

to see the node-queue mapping.

十年九夏 2024-12-07 17:59:25

另一种选择:

qmgr -c 'p q'

p 和 q 用于打印队列。

Another option:

qmgr -c 'p q'

The p and q are for print queues.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文