slurm_job_status: check the status of jobs submitted on a SLURM cluster

slurm_job_statusR Documentation

check the status of jobs submitted on a SLURM cluster

Description

check the status of jobs submitted on a SLURM cluster

Usage

slurm_job_status(
  job_ids = NULL,
  user = NULL,
  sacct_format = "jobid,submit,timelimit,start,end,state"
)

Arguments

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

Details

This function calls sacct -j to check the status of jobs on a slurm cluster

Value

a data.frame containing the status of each job id


michaelhallquist/MplusAutomation documentation built on Jan. 9, 2025, 4:17 a.m.