我如何找到可用扭矩 PBS 队列的完整列表?
问:如何在“典型”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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
管理员终于回来了。要获取 HPC 系统上的队列列表,命令是:
The admin finally got back. To get a list of queues on our hpc system, the command is:
显示可用队列和有关限制的详细信息(cputime、walltime、关联节点等)
shows available queues and details about the limits (cputime, walltime, associated nodes etc.)
简单地“pbsnodes”怎么样——这可能会告诉你比你想知道的更多的信息。或者我想“qstat -Q”。
How about simply "pbsnodes" - that should probably tell you more than you care to know. Or I suppose "qstat -Q".
运行
以查看节点队列映射。
Run
to see the
node-queue
mapping.另一种选择:
p 和 q 用于打印队列。
Another option:
The p and q are for print queues.