Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
doku:slurm_job_reason_codes [2015/05/15 06:31] jzdoku:slurm_job_reason_codes [2022/05/09 09:19] goldenberg
Line 4: Line 4:
  
 ^Code ^ Meaning ^ ^Code ^ Meaning ^
-|InvalidQOS     |The job's QOS is invalid. |+|InvalidQOS          |The job's QOS is invalid. |
 |PartitionNodeLimit  |The number of nodes required by this job is outside of it's partitions current limits. Can also indicate that required nodes are DOWN or DRAINED. | |PartitionNodeLimit  |The number of nodes required by this job is outside of it's partitions current limits. Can also indicate that required nodes are DOWN or DRAINED. |
 |PartitionTimeLimit  |The job's time limit exceeds it's partition's current time limit. | |PartitionTimeLimit  |The job's time limit exceeds it's partition's current time limit. |
Line 11: Line 11:
 |QOSResourceLimit    |The job's QOS has reached some resource limit. | |QOSResourceLimit    |The job's QOS has reached some resource limit. |
 |QOSTimeLimit        |The job's QOS has reached its time limit. | |QOSTimeLimit        |The job's QOS has reached its time limit. |
-|QOSGrpNodesLimit    |The job's QOS has reached the maximum number of nodes. No free nodes are available within this QOS. |+|QOSGrpNodeLimit     |The job's QOS has reached the maximum number of nodes. No free nodes are available within this QOS. | 
 +|QOSGrpCpuLimit      |The job's QOS has reached the maximum number of available CPUs. No free CPUs are available within this QOS. |
 |Resources           |The job is waiting for resources to become available | |Resources           |The job is waiting for resources to become available |
 +|None                |There are so many jobs waiting that the requested job cannot even get a priority. |
 +
 +There are some codes caused intentionally by the user:
 +
 +
 +^Code ^ Meaning ^
 +|Dependency          |The job is waiting for a dependency from another job. |
 +|JobHeldUser         |The job has been suspended by the user. |
  
  
  • doku/slurm_job_reason_codes.txt
  • Last modified: 2022/05/09 09:22
  • by goldenberg