Skip to content

Commit 5483689

Browse files
committed
add note re. ram_mb default
1 parent f49db32 commit 5483689

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
@@ -18,7 +18,7 @@ Role Variables
1818
Otherwise, `groups` can be omitted and the following attributes can be defined in the partition object:
1919
* `name`: The name of the nodes within this group.
2020
* `cluster_name`: Optional. An override for the top-level definition `openhpc_cluster_name`.
21-
* `ram_mb`: Optional. The physical RAM available in each server of this group ([slurm.conf](https://slurm.schedmd.com/slurm.conf.html) parameter `RealMemory`).
21+
* `ram_mb`: Optional. The physical RAM available in each server of this group ([slurm.conf](https://slurm.schedmd.com/slurm.conf.html) parameter `RealMemory`). This is set to the Slurm default of `1` if not defined.
2222

2323
For each group (if used) or partition there must be an ansible inventory group `<cluster_name>_<group_name>`. All nodes in this inventory group will be added to the group/partition. Nodes may have arbitrary hostnames but these should be lowercase to avoid a mismatch between inventory and actual hostname.
2424

0 commit comments

Comments
 (0)