Skip to content

Commit cc720b8

Browse files
committed
Merge branch 'master' into feat/b64-mungekey
2 parents 771ed73 + bfd3d67 commit cc720b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ partition configuration for each.
107107
[slurm.conf](https://slurm.schedmd.com/slurm.conf.html). Keys are slurm.conf
108108
parameter names and values are lists or strings as appropriate. This can be
109109
used to supplement or override the template defaults. Templated parameters can
110-
also be removed by setting the value to the literal string`'omit'`.
110+
also be removed by setting the value to the literal string`'omit'` - note
111+
that this is *not the same* as the Ansible `omit` [special variable](https://docs.ansible.com/ansible/latest/reference_appendices/special_variables.html#term-omit).
111112

112113
`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.
113114

0 commit comments

Comments
 (0)