R/job_report.R
job_report.Rd
Given the ID for a completed or currently running SLURM job, return a tibble containing outputs from 'sacct'. In particular, returns information about job name, ID, user, status, and allocated and used memory and CPUs.
job_report(job_id)
The ID associated with a finished or currently running SLURM job (character(1) or integer(1))
A tibble with information about the requested job.
Other monitoring and informational functions:
job_info()
,
partition_info()