Skip to content

Commit 0553682

Browse files
committed
Add an entry to FAQ about "Job violates accounting/QOS policy"
1 parent f20f5ce commit 0553682

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

triton/usage/faq.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ Job status and submission
123123
To fix this we can either wait for the node to be available or choose a different partition with the ``--partition=`` command, using one of the partitions from ``sinfo`` which has free and available (``idle``) nodes.
124124

125125

126+
.. collapse:: ``srun: error: Unable to allocate resources: Job violates accounting/QOS policy``
127+
128+
This error can occur for instance if you have requested a GPU partition without requesting GPUs.
129+
In other words, you have ``--partition=gpu-h100-80g`` in your submission script, but no ``--gpus=n``.
130+
Note that running CPU-only workloads on Triton GPU nodes is not permitted.
126131

127132
.. _FAQ_Accounts:
128133

0 commit comments

Comments
 (0)