3D Variability Analysis Errors - v2.9.0

Hi @Itai,

What version of CUDA are you using? This job requires CUDA 9+.

To recompile cryoSPARC with a different CUDA toolkit, use the command:
cryosparc2_worker/bin/cryosparcw newcuda <path_to_cuda>

If you have installed cryoSPARC using the “standalone” method (cryosparc2_master and cryosparc2_worker are on a single machine) OR your worker nodes all share the same filesystem, then you will only have to run this command on a worker node once. If they do not, you will have to run this command on each worker node connected to your instance.

e.g: cryosparcw newcuda /usr/local/cuda-10.1