BS"D
During submission of any GPU based task, the following error is received.
Traceback (most recent call last):
File “cryosparc2_worker/cryosparc2_compute/run.py”, line 78, in cryosparc2_compute.run.main File “cryosparc2_worker/cryosparc2_compute/jobs/motioncorrection/run.py”, line 301, in cryosparc2_compute.jobs.motioncorrection.run.run_rigid_motion_correction File
“cryosparc2_compute/engine/init.py”, line 8, in from engine import * File “cryosparc2_worker/cryosparc2_compute/engine/engine.py”, line 11, in init cryosparc2_compute.engine.engine File “cryosparc2_worker/cryosparc2_compute/engine/gfourier.py”,
line 6, in init cryosparc2_compute.engine.gfourier File “/data/cryosparc2/cryosparc2_worker/deps/anaconda/lib/python2.7/site-packages/skcuda/fft.py”, line 13, in from . import cufft File “/data/cryosparc2/cryosparc2_worker/deps/anaconda/lib/python2.7/site-packages/skcuda/cufft.py”,
line 238, in _libcufft.cufftSetCompatibilityMode.restype = int File “/data/cryosparc2/cryosparc2_worker/deps/anaconda/lib/python2.7/ctypes/init.py”, line 379, in getattr func = self.getitem(name) File “/data/cryosparc2/cryosparc2_worker/deps/anaconda/lib/python2.7/ctypes/init.py”,
line 384, in getitem func = self._FuncPtr((name_or_ordinal, self)) AttributeError: /usr/local/cuda/lib64/libcufft.so: undefined symbol: cufftSetCompatibilityMode
We have 4 GTX 1080 GPU’s on a standalone workstation, using Cuda 9.2 (patched), Centos 7.3
Nvidia driver 390.77
Thanks