Skip to content

Commit

Permalink
Merge pull request #18 from grondo/flux-typo-fix
Browse files Browse the repository at this point in the history
flux: fix instructions for setting non-default bank
  • Loading branch information
IanLee1521 authored Feb 3, 2024
2 parents 6b3344e + 873a0a3 commit b9371b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flux/section4.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The top level Flux system instance on LC systems is configured to store informat
### Viewing completed jobs with `flux jobs -a`
By default, the `flux jobs` command only lists your running and pending jobs. You can see all of your jobs, including completed jobs, by adding a `-a` flag. You can also show more information about any jobs with a `-o "FORMAT"` flag. See `man flux-jobs` for a detailed description of how to construct a `"FORMAT"` string and what information may be included in it.
### Submitting jobs to a non-default bank
Some LC clusters have Flux's accounting modules enabled. This allows us to use a mutli-factor priority system that includes a hierarchical fairshare algorithm. Users of these systems may have access to multiple banks. One bank will be set as your default bank, but you can choose to submit jobs using an alternate bank by adding `-o setattr=system.bank=BANK` to your `flux run|submit|alloc|batch` command.
Some LC clusters have Flux's accounting modules enabled. This allows us to use a mutli-factor priority system that includes a hierarchical fairshare algorithm. Users of these systems may have access to multiple banks. One bank will be set as your default bank, but you can choose to submit jobs using an alternate bank by adding `--setattr=bank=BANK` to your `flux run|submit|alloc|batch` command.

##### *More on accounting and usage coming soon*

Expand Down

0 comments on commit b9371b0

Please sign in to comment.