JOB_STATE_CODES {slurmR} | R Documentation |
Slurm Job state codes
Description
This data frame contains information regarding the job state codes that Slurm
returns when querying the status of a given job. The last column, type
,
shows a description of how that corresponding state is considered in the
package's various operations. This is used in the function status.
Usage
JOB_STATE_CODES
Format
A data frame with 24 rows and 4 columns.
References
Slurm's website https://slurm.schedmd.com/squeue.html
[Package slurmR version 0.5-4 Index]