slurm-gui

GUI/TUI frontends to squeue, sbatch and srun using the fabulous textual TUI framework


License
MIT
Install
pip install slurm-gui==0.8.1

Documentation

Slurm made easy with slurm-gui !

GUI/TUI frontends to squeue, sbatch and srun using the fabulous textual TUI framework

PyPI PyPI - Python Version GH Action PyPI PyPI - License

Install with python3 -m pip install slurm-gui and then run tsqueue on a node with Slurm installed to get a list of slurm jobs (tsbatch and tsrun are coming...)

image

use the mouse or keys to scroll up and down and hit enter to get more details (from squeue and sstat or sacct).

If a job is pending, get a very detailed reason for it:

image

Get a long list of information. squeue info comes first but if you scroll down, you will get also all the info provided by sstat

if a job is running, it will offer you to cancel it plus an error message for jobs you cannot kill

image

and if you have selected one of your own jobs, you can scoll down and get lots of details, for example about the maximum memory consumption (MaxRSS) of your job:

image