Thanks to visit codestin.com
Credit goes to github.com

Skip to content

User set Slurm start time specifier (instead of days) #15

@hv15

Description

@hv15

The -d flag of scom lets users set how many days back in the job history to query for. This boils down to a call of sacct -S now-Ndays (other flags omitted) where N is what was passed with -d. The start time specifier supports other ranges and units of time which might be useful for the user, additionally there is also the -E flag (i.e. endtime) which can be combine with -S to create an arbitrary time range to query for job history.

I propose adding the options to set parameters for both flags through the TUI (maybe a pop up box?).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions