You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/batch/batch-pool-compute-intensive-sizes.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.date: 06/07/2024
10
10
11
11
To run certain Batch jobs, you can take advantage of Azure VM sizes designed for large-scale computation. For example:
12
12
13
-
* To run multi-instance [MPI workloads](batch-mpi.md), choose HB-series or other sizes that have a network interface for Remote Direct Memory Access (RDMA). These sizes connect to an InfiniBand network for inter-node communication, which can accelerate MPI applications.
13
+
* To run multi-instance [MPI workloads](batch-mpi.md), choose HB, HC, NC, or ND series or other sizes that have a network interface for Remote Direct Memory Access (RDMA). These sizes connect to an InfiniBand network for inter-node communication, which can accelerate MPI applications.
14
14
15
15
* For CUDA applications, choose N-series sizes that include NVIDIA Tesla graphics processing unit (GPU) cards.
16
16
@@ -25,15 +25,15 @@ This article provides guidance and examples to use some of Azure's specialized s
25
25
26
26
## Dependencies
27
27
28
-
The RDMA or GPU capabilities of compute-intensive sizes in Batch are supported only in certain operating systems. (The supported operating systems for these VM sizes include only a subset of those available for virtual machine creation.) Depending on how you create your Batch pool, you might need to install or configure extra driver or other software on the nodes. The following tables summarize these dependencies. See linked articles for details. For options to configure Batch pools, see later in this article.
28
+
The RDMA or GPU capabilities of compute-intensive sizes in Batch are supported only in certain operating systems. The supported operating systems for these VM sizes include only a subset of those available for virtual machine creation. Depending on how you create your Batch pool, you might need to install or configure extra driver or other software on the nodes. The following tables summarize these dependencies. See linked articles for details. For options to configure Batch pools, see later in this article.
29
29
30
30
### Linux pools - Virtual machine configuration
31
31
32
32
| Size | Capability | Operating systems | Required software | Pool settings |
0 commit comments