Skip to content

Commit 2d9b65d

Browse files
Merge pull request #293415 from xinlaoda/update-vm-extension
add install driver by VM extensions description.
2 parents ddf30c8 + 4c071c3 commit 2d9b65d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/batch/batch-pool-compute-intensive-sizes.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use compute-intensive Azure VMs with Batch
33
description: How to take advantage of HPC and GPU virtual machine sizes in Azure Batch pools. Learn about OS dependencies and see several scenario examples.
44
ms.topic: how-to
55
ms.custom: linux-related-content
6-
ms.date: 06/07/2024
6+
ms.date: 02/04/2025
77
---
88
# Use RDMA or GPU instances in Batch pools
99

@@ -33,7 +33,7 @@ The RDMA or GPU capabilities of compute-intensive sizes in Batch are supported o
3333
| -------- | -------- | ----- | -------- | ----- |
3434
| [H16r, H16mr](/azure/virtual-machines/sizes-hpc)<br/>[NC24r, NC24rs_v2, NC24rs_v3, ND24rs<sup>*</sup>](/azure/virtual-machines/linux/n-series-driver-setup#rdma-network-connectivity) | RDMA | Ubuntu 22.04 LTS <br/> (Azure Marketplace) | Intel MPI 5<br/><br/>Linux RDMA drivers | Enable inter-node communication, disable concurrent task execution |
3535
| [NCv3, NDv2, NDv4, NDv5 series](/azure/virtual-machines/linux/n-series-driver-setup) | NVIDIA Tesla GPU (varies by series) | Ubuntu 22.04 LTS <br/> (Azure Marketplace) | NVIDIA CUDA or CUDA Toolkit drivers | N/A |
36-
| [NVv3, NVv4, NVv5 series](/azure/virtual-machines/linux/n-series-driver-setup) | Accelerated Visualization GPU | Ubuntu 22.04 LTS <br/> (Azure Marketplace) | NVIDIA GRID drivers (if required) | N/A |
36+
| [NVv3, NVv4, NVv5 series](/azure/virtual-machines/linux/n-series-driver-setup) | Accelerated Visualization GPU | Ubuntu 22.04 LTS <br/> (Azure Marketplace) | NVIDIA GRID drivers or AMD GPU drivers | N/A |
3737

3838
<sup>*</sup>RDMA-capable N-series sizes also include NVIDIA Tesla GPUs
3939

@@ -69,14 +69,16 @@ To configure a specialized VM size for your Batch pool, you have several options
6969

7070
* For pools in the virtual machine configuration, choose a preconfigured [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/) VM image that has drivers and software preinstalled. Examples:
7171

72-
* [Data Science Virtual Machine](/azure/machine-learning/data-science-virtual-machine/overview) for Linux or Windows - includes NVIDIA CUDA drivers
72+
* [Data Science Virtual Machine](/azure/machine-learning/data-science-virtual-machine/overview) for Linux or Windows - includes NVIDIA CUDA drivers
7373

74-
* Linux images for Batch container workloads that also include GPU and RDMA drivers:
74+
* Linux images for Batch container workloads that also include GPU and RDMA drivers:
7575

76-
* [Ubuntu Server (with GPU and RDMA drivers) for Azure Batch container pools](https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-azure-batch.ubuntu-server-container-rdma?tab=Overview)
76+
* [Ubuntu Server (with GPU and RDMA drivers) for Azure Batch container pools](https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-azure-batch.ubuntu-server-container-rdma?tab=Overview)
7777

7878
* Create a [custom Windows or Linux VM image](batch-sig-images.md) with installed drivers, software, or other settings required for the VM size.
7979

80+
* [Install GPU and RDMA drivers by VM extension](create-pool-extensions.md).
81+
8082
* Create a Batch [application package](batch-application-packages.md) from a zipped driver or application installer. Then, configure Batch to deploy this package to pool nodes and install once when each node is created. For example, if the application package is an installer, create a [start task](jobs-and-tasks.md#start-task) command line to silently install the app on all pool nodes. Consider using an application package and a pool start task if your workload depends on a particular driver version.
8183

8284
> [!NOTE]

0 commit comments

Comments
 (0)