.. flux-help-section: flux account ========================== flux-account-edit-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** **edit-queue** QUEUE [OPTIONS] DESCRIPTION =========== .. program:: flux account edit-queue :program:`flux account edit-queue` allows a queue's properties to be edited in the ``queue_table`` in the flux-accounting database: .. option:: --min-nodes-per-job The minimum number of nodes required to run jobs in this queue. .. option:: -N/--max-nodes-per-job The maximum number of nodes a job can use in this queue. .. option:: -t/--max-time-per-job The max time a job can be running in this queue. .. option:: -P/--priority An associated priority to be applied to jobs submitted to this queue. .. option:: --max-running-jobs Max number of running jobs an association can have in this queue. .. option:: --max-nodes-per-assoc The maximum number of nodes an association can have across all of their running jobs in this queue. .. option:: --max-sched-jobs The max number of jobs in SCHED state an association can have in this queue at any given time. .. option:: -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. .. option:: -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. .. _flux-core: https://flux-framework.readthedocs.io/projects/flux-core/en/latest/man5/flux-config-queues.html .. _flux-sched: https://flux-framework.readthedocs.io/projects/flux-sched/en/latest/man5/flux-config-sched-fluxion-qmanager.html