Hello, I am working on a machine running Ubuntu 20.04, that has 2 Quadro RTX 5000 GPUs. I have connected these cards with a 3-slot NVLink and am trying to figure out whether it is working. According to what is written here:
"Note: To check the status of your NVLink for each of the two GPUs, use the following commands:
nvidia-smi nvlink -i 0 -s
nvidia-smi nvlink -i 1 -s
If configured correctly, the output should be the same for both GPUs:
Link 0: active
Link 1: active"
However, in my case I instead get the following:
nvidia-smi nvlink -i 0 -s
GPU 0: Quadro RTX 5000 (UUID: GPU-51f3288e-0275-ec17-9b0e-85e073c1c0ee)
Link 0: 25.781 GB/s
nvidia-smi nvlink -i 1 -s
GPU 1: Quadro RTX 5000 (UUID: GPU-ddfb59b1-02b4-6723-8ece-82f921b41988)
Link 0: 25.781 GB/s
Given that the above values match the expected NVLink 2.0 bandwidth for my card (NVLink - Wikipedia), I would be inclined to assume that the link is working, but can you please confirm?
Also, why am I getting “Link 0” for both cards, instead of “Link 0” and “Link 1” as in your PDF?
Finally, is there any linux executable to test NVLink installation/performance?
Thanks and best regards,
Luca