Skip to content

Commit

Permalink
Document how to configure slurm accounting
Browse files Browse the repository at this point in the history
Add section to show how to configure slurmdbd.
  • Loading branch information
cartalla committed Nov 8, 2024
1 parent 8a70553 commit 0148190
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/deployment-prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,17 @@ You should save your selections in the config file.
| [RESStackName](config.md/##resstackname) | Name of RES environment | |
| [slurm/storage/ExtraMounts](config.md/#extramounts) | Extra mount points | | None

### Configure Slurm Accounting database (slurmdbd)

If you [created a ParallelCluster Slurm Database](#create-parallelcluster-slurm-database) and a [Slurmdbd Instance](#create-slurmdbd-instance) then add the following configuration parameters.

```
slurm:
ParallelClusterConfig:
Slurmdbd:
SlurmdbdStackName: <Slurmdbd-Stack-Name>
```

### Configure Linux Users and Groups

The cluster defines a script that can capture the users and groups from your identity provider (IDP) into a json file.
Expand Down

0 comments on commit 0148190

Please sign in to comment.