Validate PCI Switch System Topology

GDS requires specific hardware topology to function. Verify the PCI topology to ensure GPUs and NICs are under the same switch. One way to accomplish this is through lstopo:

Copy
Copied!
            

sudo apt install hwloc -y lstopo --output-format png > lstopo.png

Example of compatible topology from a DGX-A100. The GPUs and the NICs are under the same switch:

gds-03.png


Example of incompatible topology - the GPU (PCI 17:00.0) is directly attached to the CPU:

gds-04.png


Previous Creating an Application Container
Next Support and Services
© Copyright 2024, NVIDIA. Last updated on Apr 2, 2024.