enjoy_slurm.jobinfo#
- enjoy_slurm.jobinfo(jobid=None, format=None, steps='minimal', **kwargs)[source]#
Accounting data for all jobs and job steps.
- Parameters:
jobid (int) – If provided, displays information about the specified job.
format (list) – List of columns that should be shown.
steps (str) – Jobsteps that should be shown. If
None, all jobsteps are returned. Usemininmalto return only the main inclusive step.
- Returns:
sacct info – Slurm accounting data.
- Return type:
dict