简体   繁体   English

如何在 slurm 中获取节点上分配的作业列表?

[英]How to get a list of allocated jobs on a node in slurm?

Is there a way to see a list of jobid's scheduled to be run on a node that shows state ALLOCATED ?有没有办法查看计划在显示状态 ALLOCATED 的节点上运行的 jobid 列表?

Or otherwise a list of jobids with their expected start time and to which node they are allocated ?或者其他带有预期开始时间的 jobid 列表以及它们分配到哪个节点?

Slurm 16.05.11 -Bull.1.4 Slurm 16.05.11 -Bull.1.4

You can see the jobs currently running on a node, or a list of nodes, with你可以看到当前在一个节点上运行的作业,或者一个节点列表,用

squeue -w <nodelist>

and you can see the nodes on which jobs will start with你可以看到作业将在哪些节点上开始

squeue --start

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM