Description
Hello,
I am trying to get the GPU optimized beagle library to work with beast2 (Running on Ubuntu 24.04 with CUDA 12.8). I installed both beagle-lib and beast2 from source, and beast2 recognizes that there is a GPU available, but when I run beast, I get the following error:
"CUDA error: "Unknown error" (222) from file </home/zcalamari/beagle-lib/libhmsbeagle/GPU/GPUInterfaceCUDA.cpp>, line 284."
In other posts with this error, it looked like OpenCL might be interfering, but I build beagle without that option:
cmake -DCMAKE_INSTALL_PREFIX:PATH=$HOME -DBUILD_OPENCL=OFF ..
The installation didn't produce any errors, and I've tried this with the binary beast2 as well with the same error. Any further troubleshooting or things to try would be greatly appreciated!
Thanks,
Zac