Skip to content

Commit 50961a1

Browse files
authored
Update ram_mb docs
1 parent 3251926 commit 50961a1

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 * `openhpc_ram_multiplier`).
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 using 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)