NVIDIA RTX 2080: nvcc fatal : Value 'sm_75' is not defined for option 'gpu-architecture'

Yes that did the trick.

First stop Cryosparc.

Then as root:

yum install cuda-10-0;
cd /usr/local/; rm cuda; ln -s cuda-10.0 cuda;

After you’ve install Cuda 10, as the Cryosparc user force an update:

cryosparcm update --override

1 Like