Skip to content

Commit a537711

Browse files
authored
Update README.md
1 parent 5c9fa01 commit a537711

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,13 @@ used to supplement or override the template defaults. Templated parameters can
126126
also be removed by setting the value to the literal string `'omit'` - note
127127
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).
128128

129+
`openhpc_mpi_config`: Optional. Mapping of additional parameters and values for
130+
[mpi.conf](https://slurm.schedmd.com/mpi.conf.html). Keys are mpi.conf
131+
parameter names and values are lists or strings as appropriate. This can be
132+
used to supplement or override the template defaults. Templated parameters can
133+
also be removed by setting the value to the literal string `'omit'` - note
134+
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).
135+
129136
`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.
130137

131138
`openhpc_state_save_location`: Optional. Absolute path for Slurm controller state (`slurm.conf` parameter [StateSaveLocation](https://slurm.schedmd.com/slurm.conf.html#OPT_StateSaveLocation))

0 commit comments

Comments
 (0)