Jul 2, 2024, 1:02 PM

I have a freshly installed SAMSON application, and I'm encountering an issue when trying to use the Trace feature. Here's what I've done:

  1. I ran SAMSON from the terminal with the following command:
    ~/OneAngstrom/SAMSON-Application/SAMSON 
    
  2. I opened a structure and attempted to use Trace. After pressing the button, nothing happened, and I received the following error in the terminal:
    CUDA version 12.0 detected, build may succeed but only CUDA 10.1 to 11.4 are officially supported.
    Compiling CUDA kernel ...
    "nvcc" -arch=sm_61 --cubin "/home/dima/OneAngstrom/SAMSON-Application/5.0.6/Binaries/source/kernel/device/cuda/kernel.cu" -o "/home/dima/.cache/cycles/kernels/cycles_kernel_sm_61_914D98FC7F1BA6C7676E958E133299EE.cubin" -m64 --ptxas-options="-v" --use_fast_math -DNVCC -I"/home/dima/OneAngstrom/SAMSON-Application/5.0.6/Binaries/source"
    cc1plus: fatal error: /home/dima/OneAngstrom/SAMSON-Application/5.0.6/Binaries/source/kernel/device/cuda/kernel.cu: No such file or directory
    compilation terminated.
    Failed to execute compilation command, see console for details.
    
    Refer to the Cycles GPU rendering documentation for possible solutions:
    https://docs.blender.org/manual/en/latest/render/cycles/gpu_rendering.html
    
  3. While debugging, I found that the folder /home/dima/OneAngstrom/SAMSON-Application/5.0.6/Binaries/source/ does not exist on my system.

Does anyone have any advice on how to resolve this issue?