flux-account-edit-all-users(1)

SYNOPSIS

flux account edit-all-users [OPTIONS]

DESCRIPTION

flux account edit-all-users allows for the modification of certain fields for every association in association_table. The list of modifiable fields are as follows:

--bank

The bank that every association belongs to.

--default-bank

The default bank that every association belongs to.

--shares

The amount of available resources their organization considers every association should be entitled to use relative to other competing users.

--fairshare

The ratio between the amount of resources every association is allocated versus the amount actually consumed.

--max-running-jobs

The max number of running jobs each association can have at any given time.

--max-active-jobs

The max number of both pending and running jobs each association can have at any given time.

--max-nodes

The max number of nodes each association can have across all of their running jobs.

--max-cores

The max number of cores each association can have across all of their running jobs.

--queues

A comma-separated list of all of the queues each association can run jobs under.

--projects

A comma-separated list of all of the projects each association can run jobs under.

--default-project

The default project each association will submit jobs under when they do not specify a project.

--max-sched-jobs

The max number of jobs in SCHED state an association can have at any given time.

Most of the attributes able to be modified can be reset to their default value by passing -1 as the value for the field. Multiple fields can be edited at the same time by passing them on the command line.