Slurm Keyboard Shortcuts

Complete Slurm keyboard shortcuts and commands reference — 17 shortcuts across 3 categories. Quick reference cheat sheet for Windows & Mac.

Job Submission (4)

ShortcutActionDescription
sbatch script.shSubmit batch jobSubmit a job script for later execution. The script contains #SBATCH directives specifying resources like nodes, time, and memory.
srun --pty bashInteractive sessionStart an interactive allocation and open a shell directly on a compute node.
salloc -N1 -c4Allocate resourcesRequest an interactive resource allocation (1 node, 4 cores) without launching a task yet.
sbcast file /tmp/fileBroadcast fileCopy a file from local disk to local storage on every node allocated to a job.

Job Monitoring (5)

ShortcutActionDescription
squeueView job queueList queued and running jobs across the cluster with their state (R=running, PD=pending).
squeue -u $USERView own jobsFilter the queue to show only jobs submitted by the current user.
scancel jobidCancel jobCancel a pending or running job by its job ID.
scancel -u $USERCancel all your jobsCancel every job currently submitted by the current user.
sattach jobid.stepidAttach to jobAttach terminal input, output, and error streams to a currently running job step.

Cluster Info & Accounting (8)

ShortcutActionDescription
sinfoCluster statusShow the state of partitions and nodes managed by Slurm.
sinfo -N -lNode detailList every node individually with CPU count, memory, and state in long format.
scontrol show job jobidJob detailsShow comprehensive configuration and state details for a specific job.
scontrol show node nameNode detailsShow hardware configuration and current state of a specific node.
sacct -j jobidJob accountingReport accounting information (CPU time, memory, exit code) for a completed or running job.
sacct -u $USER --starttime todayToday's jobsList today's jobs for the current user along with resource usage.
sprioJob priorityShow the factors contributing to a pending job's scheduling priority.
sshareFair-share usageShow a user's or account's fair-share usage of the cluster over time.
📄 View Printable Cheat Sheet — Download as PDF or print · 🧩 Combine with other tools

Frequently Asked Questions

What are the most useful Slurm keyboard shortcuts?

The most essential Slurm shortcuts are: sbatch script.sh (Submit batch job), srun --pty bash (Interactive session), salloc -N1 -c4 (Allocate resources). These cover the most frequent actions and can significantly speed up your workflow.

How many keyboard shortcuts does Slurm have?

Slurm has 17 keyboard shortcuts across 3 categories on shortcut-tools.com.

How do I use Slurm commands?

These are command-line commands — type them in your terminal or console. Combine them with shell history search (Ctrl + R) and aliases to work even faster.

What is the Slurm shortcut for submit batch job?

The Slurm shortcut for submit batch job is sbatch script.sh. Submit a job script for later execution. The script contains #SBATCH directives specifying resources like nodes, time, and memory.

What Cluster Info & Accounting shortcuts does Slurm have?

Slurm includes 8 Cluster Info & Accounting shortcuts, including sinfo (Cluster status) and sinfo -N -l (Node detail). See the full list in the Cluster Info & Accounting section above.

What Job Monitoring shortcuts does Slurm have?

Slurm includes 5 Job Monitoring shortcuts, including squeue (View job queue) and squeue -u $USER (View own jobs). See the full list in the Job Monitoring section above.

Can I combine Slurm shortcuts with other tools?

Yes — use My Stack to combine Slurm shortcuts with any other platform on this site into one printable reference, which is useful if your daily workflow spans several tools.

Related Shortcut Pages

NCCL Tests HPL (Linpack) nvidia-smi (GPU) NVIDIA DGX NVIDIA DCGM torchrun OpenMPI (mpirun) Kubernetes (kubectl)

Search 13,500+ shortcuts across 269 platforms

Explore All Platforms Practice Shortcuts
🔧 Spotted an error or a missing shortcut? Suggest an edit on GitHub — every accepted fix goes live on this page, the API and the CLI.

🤖 Ask AI about Slurm shortcuts

Open your assistant with this page preloaded as the source — great for follow-up questions like "which of these work in other apps?"

ChatGPT Claude Perplexity Gemini Grok