Linux command
turm 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch the Slurm job TUI
turm
Show only your jobs
turm -u $USER
Filter by partition
turm --partition [gpu]
说明
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.
FAQ
What is the turm command used for?
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.
How do I run a basic turm example?
Run `turm` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more turm examples?
This page includes 3 examples for turm, plus related commands for nearby Linux tasks.