SlurmCommander icon indicating copy to clipboard operation
SlurmCommander copied to clipboard

Slurm TUI

Results 12 SlurmCommander issues
Sort by recently updated
recently updated
newest added

First, thank you for building this! It nearly works for me in that `scom` starts up, I briefly see some jobs in the "Job queue", but then `scom` crashes with:...

Just ran into an issue with using SCOM in tmux session, setting the `TERM` to `screen-256color` worked (this is the recommended way per https://github.com/tmux/tmux/wiki/FAQ#how-do-i-use-a-256-colour-terminal).

Following https://github.com/CLIP-HPC/SlurmCommander#feedback a wish for SC to support older Slurm installations. I read the part about "Hard requirement: json-output capable slurm commands", but at the same time wondered how hard...

When running scom I get the following error message: `ERROR: Failed to run sinfo command, check your scom.conf and set the correct paths there.` The config file (as recognized and...

For my cluster (on `slurm-wlm 21.08.5`), all my jobs have `"account": null` and `"user": null` in `sacct --json`. I think this is causing the job history tab of Slurm Commander...

On the "Job Queue" tab, I can open up the "INFO" for jobs, and see their assigned `StdOut` and `StdErr` file paths (if set), and the `Working Dir` for the...

Using the latest RC build of Slurm 23.02 scom not working Thanks! ERROR: sacct JSON failed to parse, note your slurm version and open an issue with us here: https://github.com/CLIP-HPC/SlurmCommander/issues/new/choose

bug
help wanted

Evaluate/PoC the possibility to implement support for both cli (“legacy”) and slurmrestd data fetching. Originally, the logic behind going cli-way was that all slurm users have access to the slurm...

enhancement

Extend table model to allow for programmatic styling of table parts (cells, rows, columns, selected rows). Work in progress...

enhancement

Provide methods for more granular colouring of table per cell/column/row. Work in progress here #21 , two possible outcomes: * we continue with the local copy of table * motion...