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
+7-13Lines changed: 7 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,10 @@ title: Use compute-intensive Azure VMs with Batch
3
3
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.
4
4
ms.topic: how-to
5
5
ms.custom: linux-related-content
6
-
ms.date: 05/01/2023
6
+
ms.date: 06/07/2024
7
7
---
8
8
# Use RDMA or GPU instances in Batch pools
9
9
10
-
> [!CAUTION]
11
-
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](~/articles/virtual-machines/workloads/centos/centos-end-of-life.md).
12
10
13
11
To run certain Batch jobs, you can take advantage of Azure VM sizes designed for large-scale computation. For example:
14
12
@@ -33,9 +31,9 @@ The RDMA or GPU capabilities of compute-intensive sizes in Batch are supported o
33
31
34
32
| Size | Capability | Operating systems | Required software | Pool settings |
<sup>*</sup>RDMA-capable N-series sizes also include NVIDIA Tesla GPUs
41
39
@@ -71,15 +69,11 @@ To configure a specialized VM size for your Batch pool, you have several options
71
69
72
70
* 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:
73
71
74
-
*[CentOS-based 8.1 HPC](https://azuremarketplace.microsoft.com/marketplace/apps/openlogic.centos-hpc?tab=Overview) - includes RDMA drivers and Intel MPI 5.1
72
+
*[Data Science Virtual Machine](../machine-learning/data-science-virtual-machine/overview.md) for Linux or Windows - includes NVIDIA CUDA drivers
75
73
76
-
*[Data Science Virtual Machine](../machine-learning/data-science-virtual-machine/overview.md) for Linux or Windows - includes NVIDIA CUDA drivers
74
+
* Linux images for Batch container workloads that also include GPU and RDMA drivers:
77
75
78
-
* Linux images for Batch container workloads that also include GPU and RDMA drivers:
79
-
80
-
*[CentOS (with GPU and RDMA drivers) for Azure Batch container pools](https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-azure-batch.centos-container-rdma?tab=Overview)
81
-
82
-
*[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)
83
77
84
78
* Create a [custom Windows or Linux VM image](batch-sig-images.md) on which you have installed drivers, software, or other settings required for the VM size.
0 commit comments