Skip to content

Commit ce14773

Browse files
committed
fix style issues
1 parent 0c19c30 commit ce14773

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/cyclecloud/how-to/hb-hc-best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: anhoward
1010

1111
## Overview
1212

13-
The [H-series virtual machines](/azure/virtual-machines/windows/sizes-hpc) (VMs) are the latest HPC offerings on Azure. HB-series VMs offer 60-core AMD EPYC processors and are optimized for running applications with high memory-bandwidth requirements, such as explicit finite element analysis, fluid dynamics, and weather modeling. The HC-series VMs have 44-core Intel Xeon Skylake processors and are optimized for applications requiring intensive CPU calculations, like molecular dynamics and implicit finite element analysis. HB and HC VMs feature 100 Gb/s EDR InfiniBand and support the latest MPI types and versions. For more information on how to scale HPC applications on HB and HC VMs, see the [Scaling HPC Applications Guide](/azure/virtual-machines/workloads/hpc/compiling-scaling-applications).
13+
The [H-series virtual machines](/azure/virtual-machines/windows/sizes-hpc) (VMs) are the latest HPC offerings on Azure. HB-series VMs offer 60-core AMD EPYC processors and are optimized for running applications with high memory-bandwidth requirements, such as explicit finite element analysis, fluid dynamics, and weather modeling. The HC-series VMs have 44-core Intel Xeon Skylake processors and are optimized for applications requiring intensive CPU calculations, like molecular dynamics and implicit finite element analysis. HB and HC VMs feature 100-Gb/s EDR InfiniBand and support the latest MPI types and versions. For more information on how to scale HPC applications on HB and HC VMs, see the [Scaling HPC Applications Guide](/azure/virtual-machines/workloads/hpc/compiling-scaling-applications).
1414

1515
Azure CycleCloud supports the new H-series VMs, but for the best experience and performance, follow the guidelines and best practices in this article.
1616

@@ -35,7 +35,7 @@ By default, SElinux only considers `/root` and `/home` to be valid paths for hom
3535

3636
## Running MPI jobs with Slurm
3737

38-
MPI jobs running on HB or HC VMs need to run in the same virtual machine scale set (VMSS). To ensure proper autoscale placement of VMs for MPI jobs running with Slurm, set the following attribute in your cluster template:
38+
MPI jobs running on HB or HC VMs need to run in the same virtual machine scale set. To ensure proper autoscale placement of VMs for MPI jobs running with Slurm, set the following attribute in your cluster template:
3939

4040
```ini
4141
[[nodearray execute]]

articles/cyclecloud/how-to/install-arm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can install Azure CycleCloud on Azure resources by using an Azure Resource M
1212

1313
1. Deploys a virtual network with three separate subnets:
1414
* *cycle*: The subnet where the CycleCloud server starts
15-
* *compute*: A /22 subnet for the HPC clusters
15+
* *compute*: A /22 subnet for the High Performance Computing (HPC) clusters
1616
* *user*: The subnet for creating user authentications
1717
1. Provisions a VM in the *cycle* subnet and installs Azure CycleCloud on it.
1818

articles/cyclecloud/how-to/monitor-clusters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can search the log for a specific event or keyword with the search bar in th
2222
* Priority
2323
* Time frame
2424

25-
Use the drop down menus to select the event log parameters. The page automatically refreshes to show the appropriate information.
25+
Use the drop-down menus to select the event log parameters. The page automatically refreshes to show the appropriate information.
2626

2727
::: moniker range="=cyclecloud-7"
2828
## Alerting

0 commit comments

Comments
 (0)