Skip to content

Commit 9268320

Browse files
committed
docs(gpu): reformat Azure instance name
1 parent 4580fb8 commit 9268320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explanation/gpus/slurmconf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Each GPU-equipped node is added to the `gres.conf` configuration file as its own
1313

1414
In `slurm.conf`, the configuration for GPU-equipped nodes has a comma-separated list in its `Gres=` element, giving the name, type and count for each GPU on the node.
1515

16-
For example, a Microsoft Azure Standard_NC24ads_A100_v4 node, equipped with a NVIDIA A100 PCIe GPU, is given a node configuration in `slurm.conf` of:
16+
For example, a Microsoft Azure `Standard_NC24ads_A100_v4` node, equipped with a NVIDIA A100 PCIe GPU, is given a node configuration in `slurm.conf` of:
1717

1818
```
1919
NodeName=juju-e33208-1 CPUs=24 Boards=1 SocketsPerBoard=1 CoresPerSocket=24 ThreadsPerCore=1 RealMemory=221446 Gres=gpu:nvidia_a100_80gb_pcie:1 MemSpecLimit=1024

0 commit comments

Comments
 (0)