-
Notifications
You must be signed in to change notification settings - Fork 6
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
docs(rdma): initial interconnects Explanation and Reference sections #28
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just a couple comments to clarify a few areas.
reference/interconnects/index.md
Outdated
:header: > | ||
: cloud, interconnect, instance availability, subnet management, deployment notes | ||
|
||
[Amazon Web Services](https://aws.amazon.com/), [Elastic Fabric Adapter (EFA)](https://aws.amazon.com/hpc/efa/), [Supported instance types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html#efa-instance-types), Provided by cloud, **Not supported** <!-- [Manual setup documentation](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa-start.html) --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The deployment notes section of the table is specifically Charmed HPC's deployment correct? Clarifying the header will make the AWS 'not supported' statement clearer. Separately, we should decide if that statement should appear at all.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, it's specifically Charmed HPC - I've updated the header to "deployment notes for charmed hpc".
I've also commented out the AWS row and marked it with a TODO
. On reflection, I don't think we should mention AWS until we've got more to say.
Looks good! We'll revisit adding AWS to the table when that work is closer to done. |
Adds an explanation for high-speed interconnects/RDMA implementations, including general definitions and how Charmed-HPC enables RDMA use.
Adds a reference table for cloud interconnects and their status in Charmed-HPC. At the moment, Azure is the only supported cloud out of the box but I've also included some AWS details following investigative work into their EFA solution.