R/job_report.R
job_report.RdGiven 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)A tibble with information about the requested job.
Other monitoring and informational functions:
job_info(),
partition_info()