简体   繁体   中英

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 ?

Or otherwise a list of jobids with their expected start time and to which node they are allocated ?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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