Hi there,
I have 4 GPU cards (GTX 1080Ti) installed on my Linux workstation (CentOS 7). I can see them when I run lspci.
#lspci | grep -i nvidia
05:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
05:00.1 Audio device: NVIDIA Corporation Device 10ef (rev a1)
06:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
06:00.1 Audio device: NVIDIA Corporation Device 10ef (rev a1)
09:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
09:00.1 Audio device: NVIDIA Corporation Device 10ef (rev a1)
0a:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
0a:00.1 Audio device: NVIDIA Corporation Device 10ef (rev a1)
However, after I installed the CUDA-8.0 driver and toolkits, I did not see the names when I ran “nvidia-smi”
Thu Jul 20 14:02:19 2017
±----------------------------------------------------------------------------+
| NVIDIA-SMI 375.26 Driver Version: 375.26 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 ERR! Off | 0000:05:00.0 Off | N/A |
| 20% 53C P0 64W / 250W | 0MiB / 11171MiB | 0% Default |
±------------------------------±---------------------±---------------------+
| 1 ERR! Off | 0000:06:00.0 Off | N/A |
| 21% 56C P0 64W / 250W | 0MiB / 11171MiB | 0% Default |
±------------------------------±---------------------±---------------------+
| 2 ERR! Off | 0000:09:00.0 Off | N/A |
| 20% 53C P0 59W / 250W | 0MiB / 11171MiB | 0% Default |
±------------------------------±---------------------±---------------------+
| 3 ERR! Off | 0000:0A:00.0 Off | N/A |
| 0% 40C P0 56W / 250W | 0MiB / 11171MiB | 2% Default |
±------------------------------±---------------------±---------------------+
±----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| No running processes found |
±----------------------------------------------------------------------------+
Instead of showing GTX 1080Ti, it shows ERR!.
Could you help me figure out what the problem is? Thanks! Please let me know if additional information is needed.
Thanks,
Alex