-
Notifications
You must be signed in to change notification settings - Fork 7
docs: add VM instance compatibility matrix #47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dsloanm
wants to merge
8
commits into
charmed-hpc:main
Choose a base branch
from
dsloanm:reference/compatibility-matrix
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
d599c9d
docs: add VM instance compatibility matrix
dsloanm 92e3e75
docs: add advice on picking VM sizes
dsloanm 0ce5a3b
docs: improve VM compatibility justification
dsloanm fbfd6f7
docs: clarify meaning of `Partial` VM compatibility
dsloanm 46fe499
docs: clarify meaning of `Incompatible` VM compatibility
dsloanm 172624f
docs: rename Compatibility Matrix to Virtual Machine Compatibility
dsloanm 37d7938
fix: use consistent capitalization for VM compatibility page title
dsloanm 3f96798
docs: reword VM compatibility introduction
dsloanm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,78 @@ | ||
| (reference-vm-compatibility)= | ||
| # Virtual machine compatibility | ||
|
|
||
| The tables below provide an overview of cloud instance types that have been tested for compatibility with Charmed HPC revisions. Inclusion in a table indicates that the corresponding VM type has been shown to work effectively; however this data is for informational purposes only and should not be construed as an official guarantee of full compatibility or comprehensive support. Exclusion from the table simply indicates that the instance has not been tested thoroughly and may be compatible or incompatible with Charmed HPC. | ||
|
|
||
| The compatibility key: | ||
|
|
||
| * <span style="color:green">✔ Compatible</span>: Compatible with all Charmed HPC features. No known issues. | ||
| * <span style="color:orange">△ Partial</span>: May be compatible with a subset of Charmed HPC features or may have issues that require workarounds. | ||
| * <span style="color:red">✘ Incompatible</span>: Has issues that prevent all use-cases. | ||
|
|
||
| ## Microsoft Azure | ||
|
|
||
| To decide on suitable VMs, it may be useful to refer to [Sizes for virtual machines in Azure](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/overview). A typical Charmed HPC deployment will use a mix of high-performance and GPU-accelerated compute VMs for cluster compute nodes, and general purpose VMs for other node types. | ||
|
|
||
| ### Charm: `sackd` | ||
|
|
||
| **Revision:** 13 | ||
|
|
||
| :::{csv-table} | ||
| :header: > | ||
| : instance type, series, compatibility, notes | ||
| :widths: 9, 5, 6, 9 | ||
|
|
||
| Standard_D2as_v6, [Dasv6](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/general-purpose/dasv6-series), <span style="color:green">✔ Compatible</span>, "" | ||
| ::: | ||
|
|
||
| ### Charm: `slurmctld` | ||
|
|
||
| **Revision:** 95 | ||
|
|
||
| :::{csv-table} | ||
| :header: > | ||
| : instance type, series, compatibility, notes | ||
| :widths: 9, 5, 6, 9 | ||
|
|
||
| Standard_D2as_v6, [Dasv6](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/general-purpose/dasv6-series), <span style="color:green">✔ Compatible</span>, "" | ||
| ::: | ||
|
|
||
| ### Charm: `slurmd` | ||
|
|
||
| **Revision:** 116 | ||
|
|
||
| :::{csv-table} | ||
| :header: > | ||
| : instance type, series, compatibility, notes | ||
| :widths: 9, 5, 6, 9 | ||
|
|
||
| Standard_HB120rs_v3, [HBv3](https://learn.microsoft.com/en-us/azure/virtual-machines/hbv3-series-overview), <span style="color:green">✔ Compatible</span>, "" | ||
| Standard_HB176rs_v4, [HBv4](https://learn.microsoft.com/en-us/azure/virtual-machines/hbv4-series-overview), <span style="color:green">✔ Compatible</span>, "" | ||
| 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">✔ Compatible</span>, "" | ||
| Standard_NC4as_T4_v3, [NCasT4_v3](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/gpu-accelerated/ncast4v3-series), <span style="color:green">✔ Compatible</span>, "" | ||
| Standard_NV6ads_A10_v5, [NVadsA10_v5](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/gpu-accelerated/nvadsa10v5-series), <span style="color:red">✘ Incompatible</span>, "GPU driver failures. See [#82](https://github.com/charmed-hpc/slurm-charms/issues/82)" | ||
| ::: | ||
|
|
||
| ### Charm: `slurmdbd` | ||
|
|
||
| **Revision:** 87 | ||
|
|
||
| :::{csv-table} | ||
| :header: > | ||
| : instance type, series, compatibility, notes | ||
| :widths: 9, 5, 6, 9 | ||
|
|
||
| Standard_D2as_v6, [Dasv6](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/general-purpose/dasv6-series), <span style="color:green">✔ Compatible</span>, "" | ||
| ::: | ||
|
|
||
| ### Charm: `slurmrestd` | ||
|
|
||
| **Revision:** 89 | ||
|
|
||
| :::{csv-table} | ||
| :header: > | ||
| : instance type, series, compatibility, notes | ||
| :widths: 9, 5, 6, 9 | ||
|
|
||
| Standard_D2as_v6, [Dasv6](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/general-purpose/dasv6-series), <span style="color:green">✔ Compatible</span>, "" | ||
| ::: | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.