Nápad řešení Solution Idea
Pokud se chcete podívat, jak nás rozšířit tento článek o další informace, podrobnosti implementace, doprovodné materiály nebo příklady kódu, dejte nám vědět s názory na GitHubu.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!
Aplikace pro vysoce výkonné výpočty (HPC) se můžou škálovat na tisíce výpočetních jader, rozšiřovat místní velké výpočetní prostředky nebo spouštět jako cloudové nativní řešení 100%.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. Toto řešení HPC včetně hlavního uzlu, výpočetních uzlů a uzlů úložiště běží v Azure bez hardwarové infrastruktury pro údržbu.This HPC solution including the head node, compute nodes, and storage nodes, runs in Azure with no hardware infrastructure to maintain.
Toto řešení je postavené na spravovaných službách Azure: Virtual Machine Scale Sets, Virtual Network a účty úložiště.This solution is built on the Azure managed services: Virtual Machine Scale Sets, Virtual Network and Storage Accounts. Tyto služby běží v prostředí s vysokou dostupností, které jsou opravené a podporované, takže se můžete soustředit na vaše řešení, a ne na prostředí, ve kterém běží.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.
ArchitekturaArchitecture
Stáhnout SVG této architektury.
Download an SVG of this architecture.
KomponentyComponents
- Hlavní uzel HPCHPC head node
- Virtual Machine Scale SetsVirtual Machine Scale Sets
- Virtual Network poskytuje konektivitu IP mezi hlavní uzel, výpočetními uzly a uzly úložiště.Virtual Network provides IP connectivity between the head node, compute nodes, and storage nodes.
- Účty úložiště: Azure Storage objekty blob ukládají disky na virtuální počítače a poskytují dlouhodobé úložiště nestrukturovaných dat a spustitelných souborů používaných aplikací HPC.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.
- Šablony Azure Resource Manager: Správce prostředků šablony nebo soubory skriptu slouží k nasazení aplikace do prostředí HPC.Azure Resource Manager templates: Resource Manager templates or script files are used to deploy your application to the HPC environment.