Skip to content

Commit

Permalink
Update squeue-status-codes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrahan41 committed Dec 17, 2020
1 parent fd09bc9 commit c78b9da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/running-jobs/squeue-status-codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ documentation.](https://slurm.schedmd.com/squeue.html#lbAG)
| `Priority` | One or more higher priority jobs is in queue for running. Your job will eventually run. |
| `Dependency` | This job is waiting for a dependent job to complete and will run afterwards. |
| `Resources` | The job is waiting for resources to become available and will eventually run. |
| `InvalidAccount` | The job’s account is invalid. Cancel the job and resubmit with correct account. |
| `InvaldQoS` | The job’s QoS is invalid. Cancel the job and resubmit with correct account. |
| `InvalidAccount` | The job’s account is invalid. Cancel the job and rerun with correct account. |
| `InvaldQoS` | The job’s QoS is invalid. Cancel the job and rerun with correct account. |
| `QOSGrpCpuLimit` | All CPUs assigned to your job’s specified QoS are in use; job will run eventually. |
| `QOSGrpMaxJobsLimit` | Maximum number of jobs for your job’s QoS have been met; job will run eventually. |
| `QOSGrpNodeLimit` | All nodes assigned to your job’s specified QoS are in use; job will run eventually. |
Expand Down

0 comments on commit c78b9da

Please sign in to comment.