Updating...
Skip to main content
Filter your search by category. Current category:
All
All
Knowledge Base
Service Catalog
Search the client portal
Search
Sign In
Show Applications Menu
Client Portal
Sign In
Search
Home
Services
Knowledge Base
More Applications
Skip to Knowledge Base content
Search
Articles
Blank
Knowledge Base
Research Cyberinfrastructure
Slurm (Cluster Resource Manager)
Slurm (Cluster Resource Manager) Commands
Slurm (Cluster Resource Manager) Commands
Tags
slurm
Slurm
commands
cluster
HPC
Basic Slurm Commands
The table below shows the list of the most common used Slurm commands.
Commands
Syntax
Description
sinfo
sinfo
Displays information about the resources available on the cluster.
squeue
squeue <options> or simply squeue
Shows job information for the cluster.
When run with
squeue -u $USER
option, it will show only your jobs in queue.
srun
srun <resource_parameters>
Allows running interactively on the cluster.
For example: srun --nodes=1 -p compute -t 1:00:00 --pty /bin/bash
The command above would request 1 node in the compute partition for 1 hour.
scancel
scancel <job_id> or <user>
Cancels a running or queued job with job_id or cancels all with the -u flag.
Example: scancel 12223 for individual jobs or scancel -u $USER for all jobs
Was this helpful?
Thank you. Your feedback has been recorded.
0 reviews
Comments
Do not fill this field out. It is used to deter robots.
Submit
Cancel Feedback
Blank
Blank
Blank
Blank
Print Article
Deleting...
×
Share
Recipient(s)
- separate email addresses with a comma
Message
Press Alt + 0 within the editor to access accessibility instructions, or press Alt + F10 to access the menu.
Check out this article I found in the Client Portal knowledge base.<br /><br /><a href="https://help.sdstate.edu/TDClient/2744/Portal/KB/ArticleDet?ID=135416">https://help.sdstate.edu/TDClient/2744/Portal/KB/ArticleDet?ID=135416</a><br /><br />Slurm (Cluster Resource Manager) Commands<br /><br />This article provides a quick overview of the most commonly used Slurm commands used by HPC cluster users.