flux-account-add-queue(1)
Note
The queues defined in flux-accounting are for accounting purposes (permissions, priority calculation, and limits) only. They are a separate construct from queues in flux-core and queuing policies in flux-sched.
SYNOPSIS
flux account add-queue QUEUE [OPTIONS]
DESCRIPTION
flux account add-queue will add a queue to the queue_table in
the flux-accounting database. Different properties and limits can be set for
each queue:
- --min-nodes-per-job
The minimum number of nodes required to run jobs in this queue.
- -N/--max-nodes-per-job
The maximum number of nodes a job can use in this queue.
- -t/--max-time-per-job
The max time a job can be running in this queue.
- -P/--priority
An associated priority to be applied to jobs submitted to this queue.
- --max-running-jobs
Max number of running jobs an association can have in this queue.
- --max-nodes-per-assoc
The maximum number of nodes an association can have across all of their running jobs in this queue.
- --max-sched-jobs
The max number of jobs in SCHED state an association can have in this queue at any given time.
- -msn/--max-sched-nodes-per-assoc
The max number of nodes in SCHED state an association can have across all of their active jobs in this queue at any given time.
- -msc/--max-sched-cores-per-assoc
The max number of cores in SCHED state an association can have across all of their active jobs in this queue at any given time.