Skip to content

Commit 39a5393

Browse files
committed
simplify omit description
1 parent b4c0178 commit 39a5393

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,10 @@ partition configuration for each.
104104
`openhpc_cluster_name`: name of the cluster.
105105

106106
`openhpc_config`: Optional. Mapping of additional parameters and values for
107-
[slurm.conf](https://slurm.schedmd.com/slurm.conf.html). Keys are parameter
108-
names and values are lists or strings as appropriate. This can be used to
109-
supplement or override the template defaults, or to remove a template parameter
110-
by setting the value to `'omit'` - note this is the literal string, not the
111-
Ansible special variable.
107+
[slurm.conf](https://slurm.schedmd.com/slurm.conf.html). Keys are slurm.conf
108+
parameter names and values are lists or strings as appropriate. This can be
109+
used to supplement or override the template defaults. Templated parameters can
110+
also be removed by setting the value to the literal string`'omit'`.
112111

113112
`openhpc_ram_multiplier`: Optional, default `0.95`. Multiplier used in the calculation: `total_memory * openhpc_ram_multiplier` when setting `RealMemory` for the partition in slurm.conf. Can be overriden on a per partition basis using `openhpc_slurm_partitions.ram_multiplier`. Has no effect if `openhpc_slurm_partitions.ram_mb` is set.
114113

0 commit comments

Comments
 (0)