Patch CTF Job Fails: Child process with PID 31697 has terminated unexpectedly

Hi @dotan,

Great, thanks for providing those error messages!
This looks like an issue thats common amongst CUDA 10.1+ installations. Can you confirm if you’re using this version of CUDA?

The current workaround is to install an earlier version of the CUDA Toolkit on your system and add the libraries to your CUDA path.

You can do this by:

  1. Download and install CUDA 9.2
  2. Once installed, edit the file cryosparc2_worker/config.sh
    Add the line export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda-9.2/lib64
  3. Save the file and rerun the job to see if the error message goes away.