Trying to direct cryosparc to cuda 10 .0 post installation

When initially installing cryosparc, I did not specify a path to cuda 10.0 and got the program to run by changing a softlink in /usr/ocal to “cuda -> /usr/local/cuda-10.0” from 9.2.

Unfortunately, other programs relying on 9.2 versions of cuda now fail to run.

I was hoping I could return the softlink to 9.2 so other programs function, by directing cryosparc directly to the cuda 10.0 folder

After stopping cryosparc (cryosparcm stop), I ran “cryosparc2_worker/bin/cryosparcw newcuda /usr/local/cuda-10.0”
and got this error
bash: cryosparc2_worker/bin/cryosparcw: No such file or directory

Any help here would be appreciated.

Thanks. Neal.

Hi @mwaxham,

This is the correct command. Is it possible if you can first navigate to cryosparc2_worker, then run the command?

e.g.,:

cd cryosparc2_worker
./bin/cryosparcw newcuda /usr/local/cuda-10.0

This indeed fixed the issue, thanks.