enjoy_slurm.jobinfo

enjoy_slurm.jobinfo(jobid=None, format=None, steps=None, **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 all, all jobsteps are returned. Use mininmal to return only the main inclusive step. Default is minimal.

Returns:

sacct info – Slurm accounting data.

Return type:

dict