Detailed documentation is available on the LRZ webpage:

https://doku.lrz.de/display/PUBLIC/SLURM+Workload+Manager

Check on the jobs

Graphical visualisation of the occupancy of all LRZ cluster segments:

https://supercomputing-tools.pages.gitlab.lrz.de/hpc_status_pages/LXC_Status_Page.svg

Overview of the queue status:

https://supercomputing-tools.pages.gitlab.lrz.de/hpc_status_pages/LXC_Queues.html 


In the terminal, to check the cluster general status:

sinfo --clusters=<all | cluster>

e.g., for lcg_c2pap partition:

sinfo --clusters=lcg

To check all the jobs running:

squeue -M lcg

To check your jobs:

squeue -M lcg -u $USER

To cancel a job it is necessary to specify the cluster name

scancel --clusters=lcg <JOB_ID>


  • Keine Stichwörter