CLIP-HPC / SlurmCommander

Slurm TUI
MIT License
60 stars 6 forks source link

add history days and timeout params to config file #14

Closed hv15 closed 1 year ago

hv15 commented 1 year ago

Hi, just came across this project via SLURM-user mailing list. Really useful tool, thank you! For our cluster we're looking to add it. We'd like to by default have job history days and timeout set to different values.

With this PR we add entries to the scom.conf file to set new defaults for both job history query parameter days and command timeout. This allows changing the default value of these parameters while still allowing users to specify -d and -t flags.

Possibly being able to set (or pass) a -S args might also be worth exploring.

hv15 commented 1 year ago

@pja237 Awesome, thanks! Yes for -S I do mean the slurm start time specifier, I'll add the suggestion as an issue (see #15).