-
Resources
- means your job is waiting on available resources and will run when they are available
-
PartitionConfig
- means your job will not run due to requesting resources that don't match the partition you wanted.
-
QOSMaxGRESPerNode
- means you requested more resources than you are allowed to. Most likely this happens when you request a GPU on a non-GPU partition
-
QOSMinGRES
- means you didn't request all the resources you needed to for the partition you picked. Most likely this happens when you try to use a GPU partition, but don't request a GPU.