slurm_job_status | R Documentation |
check the status of jobs submitted on a SLURM cluster
slurm_job_status(
job_ids = NULL,
user = NULL,
sacct_format = "jobid,submit,timelimit,start,end,state"
)
job_ids |
a vector of job ids to check |
user |
the user who submitted the jobs |
sacct_format |
the format string passed to sacct for job status |
This function calls sacct -j
to check the status of jobs on a slurm cluster
a data.frame containing the status of each job id
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.