Skip to content

Commit 4d19681

Browse files
committed
docs: add VM instance compatibility matrix
1 parent b0e82a3 commit 4d19681

File tree

4 files changed

+85
-1
lines changed

4 files changed

+85
-1
lines changed

.custom_wordlist.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ maas
5454
microsoft
5555
OpenStack
5656

57+
# Cloud VM instance types
58+
Dv
59+
HB
60+
HBv
61+
NCasT
62+
NVadsA
63+
5764
# Developer jargon/acronyms
5865
conf
5966
Gid

index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ __Step-by-step guides__ covering key operations and common tasks
2929
```{grid-item-card} [Explanation](explanation/index)
3030
3131
__Discussion and clarification__ of key topics
32-
32+
3333
- {ref}`cryptography`
3434
- {ref}`gpus`
3535
- {ref}`explanation-interconnects`
@@ -42,6 +42,7 @@ __Discussion and clarification__ of key topics
4242
__Technical information__
4343
4444
- {ref}`reference-underlying-projects-and-dependencies`
45+
- {ref}`reference-compatibility-matrix`
4546
- {ref}`gres`
4647
- {ref}`reference-interconnects`
4748

reference/compatibility-matrix.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
(reference-compatibility-matrix)=
2+
# Compatibility Matrix
3+
4+
The tables below provide an overview of cloud instance types that have been tested for compatibility with Charmed HPC revisions. Key:
5+
6+
* <span style="color:green">&#x2714; Compatible</span>: Fully compatible with all Charmed HPC features. No known issues.
7+
* <span style="color:orange">&#x25B3; Partial</span>: May be compatible with a subset of Charmed HPC features or have issues that can be worked around to allow for basic use.
8+
* <span style="color:red">&#x2718; Incompatible</span>: Has issues that prevent even basic use.
9+
10+
## Microsoft Azure
11+
12+
### Charm: `sackd`
13+
14+
**Revision:** 13
15+
16+
:::{csv-table}
17+
:header: >
18+
: instance type, series, compatibility, notes
19+
:widths: 9, 5, 6, 9
20+
21+
Standard_D2as_v6, [Dasv6](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/general-purpose/dasv6-series), <span style="color:green">&#x2714; Compatible</span>, ""
22+
:::
23+
24+
### Charm: `slurmctld`
25+
26+
**Revision:** 95
27+
28+
:::{csv-table}
29+
:header: >
30+
: instance type, series, compatibility, notes
31+
:widths: 9, 5, 6, 9
32+
33+
Standard_D2as_v6, [Dasv6](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/general-purpose/dasv6-series), <span style="color:green">&#x2714; Compatible</span>, ""
34+
:::
35+
36+
### Charm: `slurmd`
37+
38+
**Revision:** 116
39+
40+
:::{csv-table}
41+
:header: >
42+
: instance type, series, compatibility, notes
43+
:widths: 9, 5, 6, 9
44+
45+
Standard_HB120rs_v3, [HBv3](https://learn.microsoft.com/en-us/azure/virtual-machines/hbv3-series-overview), <span style="color:green">&#x2714; Compatible</span>, ""
46+
Standard_HB176rs_v4, [HBv4](https://learn.microsoft.com/en-us/azure/virtual-machines/hbv4-series-overview), <span style="color:green">&#x2714; Compatible</span>, ""
47+
Standard_NC24ads_A100_v4, [NC_A100_v4](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/gpu-accelerated/nca100v4-series), <span style="color:green">&#x2714; Compatible</span>, ""
48+
Standard_NC4as_T4_v3, [NCasT4_v3](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/gpu-accelerated/ncast4v3-series), <span style="color:green">&#x2714; Compatible</span>, ""
49+
Standard_NV6ads_A10_v5, [NVadsA10_v5](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/gpu-accelerated/nvadsa10v5-series), <span style="color:red">&#x2718; Incompatible</span>, "GPU driver failures. See [#82](https://github.com/charmed-hpc/slurm-charms/issues/82)"
50+
:::
51+
52+
### Charm: `slurmdbd`
53+
54+
**Revision:** 87
55+
56+
:::{csv-table}
57+
:header: >
58+
: instance type, series, compatibility, notes
59+
:widths: 9, 5, 6, 9
60+
61+
Standard_D2as_v6, [Dasv6](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/general-purpose/dasv6-series), <span style="color:green">&#x2714; Compatible</span>, ""
62+
:::
63+
64+
### Charm: `slurmrestd`
65+
66+
**Revision:** 89
67+
68+
:::{csv-table}
69+
:header: >
70+
: instance type, series, compatibility, notes
71+
:widths: 9, 5, 6, 9
72+
73+
Standard_D2as_v6, [Dasv6](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/general-purpose/dasv6-series), <span style="color:green">&#x2714; Compatible</span>, ""
74+
:::

reference/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Charmed HPC operates.
77
## General information
88

99
- {ref}`reference-underlying-projects-and-dependencies`
10+
- {ref}`reference-compatibility-matrix`
1011
- {ref}`gres`
1112
- {ref}`reference-interconnects`
1213

@@ -16,6 +17,7 @@ Charmed HPC operates.
1617
:hidden:
1718
1819
Underlying projects and dependencies <underlying-projects-and-dependencies>
20+
compatibility-matrix
1921
gres/index
2022
interconnects/index
2123
```

0 commit comments

Comments
 (0)