Skip to content

Commit

Permalink
Update docs for ClusterConfig (#274)
Browse files Browse the repository at this point in the history
Add pointer to ParallelCluster config file doc.

Add an example of how to set a parameter.

Resolves #272
  • Loading branch information
cartalla authored Oct 28, 2024
1 parent ada1a31 commit f72ca2a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,19 @@ This will will be used to create the initial ParallelCluster configuration and o

This exists to enable further customization of ParallelCluster beyond what this configuration supports.

The [cluster configuration format](https://docs.aws.amazon.com/parallelcluster/latest/ug/cluster-configuration-file-v3.html) is documented in the ParallelCluster User Guide.

For example, if you want to change the [ScaledownIdletime](https://docs.aws.amazon.com/parallelcluster/latest/ug/Scheduling-v3.html#yaml-Scheduling-SlurmSettings-ScaledownIdletime), you would add the following to your config file.

```
slurm:
ParallelClusterConfig:
ClusterConfig:
Scheduling:
SlurmSettings:
ScaledownIdletime: 20
```

#### Image

The OS and AMI to use for the head node and compute nodes.
Expand Down

0 comments on commit f72ca2a

Please sign in to comment.