Skip to content

Commit

Permalink
Merge pull request #47 from glotzerlab/doc/delta-account-prefix
Browse files Browse the repository at this point in the history
Update docs for delta account specification
  • Loading branch information
joaander authored Oct 3, 2024
2 parents 4cf759b + 5961a4e commit e89582b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/src/clusters/built-in.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ chooses the largest amount of memory available per core by default.
* `cpu`
* `gpuA100x4`

Other partitions may be selected manually.

{{#include ../guide/howto/account.md:delta}}

[Delta] jobs default to a small amount of memory per core. **Row** inserts
`--mem-per-cpu` or `--mem-per-gpu` to select the maximum amount of memory possible that
Expand Down
2 changes: 2 additions & 0 deletions doc/src/guide/howto/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ submit_options.cluster1.account = "alternate-account"
# Will use the "alternate-account" on cluster1 and "cluster2-account" on cluster2.
```

<!-- ANCHOR: delta -->
> Note: NCSA Delta assigns `<prefix>-cpu` and `<prefix>-gpu` accounts. Set
> `submit_options.delta.account = "<prefix>"`. **Row** will automatically append the
> `-cpu` or `-gpu` when submitting to the CPU or GPU partitions respectively.
<!-- ANCHOR_END: delta -->

0 comments on commit e89582b

Please sign in to comment.