LinuxCommandLibrary

turm

TUI for the Slurm workload manager

TLDR

Launch the Slurm job TUI
$ turm
copy
Show only your jobs
$ turm -u $USER
copy
Filter by partition
$ turm --partition [gpu]
copy

SYNOPSIS

turm [squeue-options]

DESCRIPTION

turm provides a convenient terminal user interface for managing Slurm cluster jobs. It parses the output of squeue to display job information, updates the queue every two seconds, and displays log files with inotify-based live updates. It accepts the same options as squeue.

HISTORY

turm was created by Karim Abou Zeid (kabouzeid) and is written in Python.

SEE ALSO

squeue(1), scontrol(1), sacct(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard