root@mos:/home/mos# ./TT-Miner -A BLAKE2S -coin kda -luck -log -logpool -P abf6f1c3d583dfc180189a4ad6c5bfa62b29fa2669dad25b8c6d700dbd3c96f8.test@kda.ss.poolflare.com:443
TT-Miner - Version: 3.2.0 (Dec 8 2019 19:31:19)
No installed Cuda version detected
root@mos:/home/mos# nvidia-smi
Thu Dec 12 15:45:28 2019
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 430.34 Driver Version: 430.34 CUDA Version: 10.1 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 108... Off | 00000000:03:00.0 Off | N/A |
| 90% 83C P2 236W / 280W | 165MiB / 11178MiB | 100% Default |
+-------------------------------+----------------------+----------------------+
| 1 GeForce RTX 2060 Off | 00000000:04:00.0 Off | N/A |
| 90% 84C P2 138W / 160W | 111MiB / 5934MiB | 100% Default |
+-------------------------------+----------------------+----------------------+
| 2 GeForce GTX 106... Off | 00000000:06:00.0 Off | N/A |
| 90% 82C P2 116W / 120W | 91MiB / 6078MiB | 100% Default |
+-------------------------------+----------------------+----------------------+
Our system is Linux, using nvidia-smi is valid, but No installed Cuda version detected is reported wrong. How do you guys check out cuda?
ldconfig -p |grep cudart
Check if cuda libs are present in LD_LIBRARY_PATH
libcuda.so.1 libnvrtc.so.??.? and libcudart.so.??.?