Lösnings idé Solution Idea
Om du vill se den här artikeln med mer information, implementerings information, prissättnings vägledning eller kod exempel kan du berätta för oss med GitHub feedback!If you'd like to see us expand this article with more information, implementation details, pricing guidance, or code examples, let us know with GitHub Feedback!
HPC-program (data behandling med höga prestanda) kan skalas till tusentals beräknings kärnor, utöka lokal Big Compute eller köra som en inbyggd 100-lösning i molnet.High performance computing (HPC) applications can scale to thousands of compute cores, extend on-premises big compute, or run as a 100% cloud native solution. Denna HPC-lösning, inklusive Head-noden, Compute-noder och lagringsnoder, körs i Azure utan någon maskin varu infrastruktur att underhålla.This HPC solution including the head node, compute nodes, and storage nodes, runs in Azure with no hardware infrastructure to maintain.
Den här lösningen bygger på de Azure-hanterade tjänsterna: Virtual Machine Scale Sets, Virtual Network och lagrings konton.This solution is built on the Azure managed services: Virtual Machine Scale Sets, Virtual Network and Storage Accounts. De här tjänsterna körs i en miljö med hög tillgänglighet, korrigeras och stöds, så att du kan fokusera på din lösning i stället för den miljö som de körs i.These services run in a high-availability environment, patched and supported, allowing you to focus on your solution instead of the environment they run in.
ArkitekturArchitecture
Ladda ned en SVG -arkitektur.
Download an SVG of this architecture.
KomponenterComponents
- HPC-Head-nodHPC head node
- Virtual Machine Scale SetsVirtual Machine Scale Sets
- Virtual Network tillhandahåller IP-anslutning mellan Head-noden, Compute-noderna och-lagringsnoder.Virtual Network provides IP connectivity between the head node, compute nodes, and storage nodes.
- Lagrings konton: Azure Storage blobbar lagrar diskarna som backar upp de virtuella datorerna och ger långsiktig lagring av ostrukturerade data och körbara filer som används av HPC-programmet.Storage Accounts: Azure Storage blobs store the disks backing the virtual machines and provides long-term storage of unstructured data and executable files used by the HPC application.
- Azure Resource Manager mallar: Resource Manager-mallar eller skriptfiler används för att distribuera ditt program till HPC-miljön.Azure Resource Manager templates: Resource Manager templates or script files are used to deploy your application to the HPC environment.