Skip to content

Commit 3251926

Browse files
authored
Mention openhpc_ram_multiplier in docs for ram_mb
1 parent cb5a80a commit 3251926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ package in the image.
4848
Otherwise, `groups` can be omitted and the following attributes can be defined in the partition object:
4949
* `name`: The name of the nodes within this group.
5050
* `cluster_name`: Optional. An override for the top-level definition `openhpc_cluster_name`.
51-
* `ram_mb`: Optional. The physical RAM available in each server of this group ([slurm.conf](https://slurm.schedmd.com/slurm.conf.html) parameter `RealMemory`) in MiB. This is set to the total real memory from ansible facts if not defined (equivalent to `free --mebi` total).
51+
* `ram_mb`: Optional. The physical RAM available in each server of this group ([slurm.conf](https://slurm.schedmd.com/slurm.conf.html) parameter `RealMemory`) in MiB. This is set to the total real memory from ansible facts if not defined (equivalent to `free --mebi` total * `openhpc_ram_multiplier`).
5252

5353
For each group (if used) or partition there must be an ansible inventory group `<cluster_name>_<group_name>`, with all nodes in this inventory group added to the group/partition. Note that:
5454
- Nodes may have arbitrary hostnames but these should be lowercase to avoid a mismatch between inventory and actual hostname.

0 commit comments

Comments
 (0)