Skip to content

Commit 72ddbfe

Browse files
committed
...
1 parent 35693fb commit 72ddbfe

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/mig.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,11 @@ openhpc_nodegroups:
196196
- conf: "gpu:nvidia_h100_80gb_hbm3:2"
197197
- conf: "gpu:nvidia_h100_80gb_hbm3_4g.40gb:2"
198198
- conf: "gpu:nvidia_h100_80gb_hbm3_1g.10gb:6"
199+
200+
openhpc_config:
201+
GresTypes:
202+
-gpu
203+
199204
```
200205

201-
Making sure the types (the identifier after `gpu:`) match those collected with `slurmd -G`.
206+
Making sure the types (the identifier after `gpu:`) match those collected with `slurmd -G`.

environments/common/inventory/groups

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ freeipa_client
113113
# Hosts to install NVIDIA CUDA on - see ansible/roles/cuda/README.md
114114

115115
[vgpu]
116-
# FIXME: Update once PR merged
117-
# Hosts where vGPU/MIG should be configured - see https://github.com/stackhpc/ansible-collection-linux/pull/43/files#diff-74e43d9a34244aa54721f4dbd12a029baa87957afd762b88c2677aa75414f514R75
116+
# Hosts where vGPU/MIG should be configured - see https://github.com/stackhpc/ansible-collection-linux/blob/main/roles/vgpu/README.md
118117

119118
[eessi]
120119
# Hosts on which EESSI stack should be configured

0 commit comments

Comments
 (0)