Timmmm / slurm_query

Query SLURM jobs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slurm Query

Simple web interface to query the status of a Slurm cluster. It works by running squeue --json, then loading the result into a temporary DuckDB database, and then executing the given PRQL query on the database.

Some examples are included.

About

Query SLURM jobs


Languages

Language:Rust 100.0%