ischurov / slurmtoppy

A console-based SLURM job monitoring tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slurmtoppy

A console-based SLURM job monitoring tool.

What htop is for ps, slurmtoppy is for squeue.

Installation

pip

pip install slurmtoppy

There are no dependencies, except of standard SLURM commands.

Running

After installation:

slurmtop

Using nix, without installation:

nix run github:ischurov/slurmtoppy

Screenshot

Screenshot of slurmtop command

Features

  • Show list of running jobs (a.k.a. watch squeue).
  • Cancel the selected job (no job_id input needed!)
  • View output of the selected job with tail or less
  • SSH to a node where the selected job runs (provided it's a one-node job)

About

A console-based SLURM job monitoring tool

License:MIT License


Languages

Language:Python 94.0%Language:Nix 6.0%