Differences

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

Link to this comparison view

Both sides previous revision Previous revision
doku:slurm_job_reason_codes [2022/05/09 09:19] goldenbergdoku:slurm_job_reason_codes [2022/05/09 09:22] (current) goldenberg
Line 4: Line 4:
  
 ^Code ^ Meaning ^ ^Code ^ Meaning ^
-|InvalidQOS          |The job's QOS is invalid. |+|InvalidQOS          |The job's QOS is invalid (does not exist). | 
 +|QOSNotAllowed       |The job is not allowed to run on that QOS. |
 |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 13: Line 14:
 |QOSGrpNodeLimit     |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. | |QOSGrpCpuLimit      |The job's QOS has reached the maximum number of available CPUs. No free CPUs are available within this QOS. |
 +|QOSMaxNodePerUserLimit |The maximum number of nodes allowed per user has been reached in that QOS. No free nodes are available for the user. |
 |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. | |None                |There are so many jobs waiting that the requested job cannot even get a priority. |
  • doku/slurm_job_reason_codes.1652087973.txt.gz
  • Last modified: 2022/05/09 09:19
  • by goldenberg