"The application has failed to start because cufft.dll was not found. Re-installing the application may fix this problem."
Actually you need to have all needed DLLs of that CUDA runtime consist in place searchable by OS for DLL (simple saying in LIB_PATH). If you use CUDA only for SETI probably better way to put that DLLs together with exe file. When I tried CUDA few months ago the needed DLLs list was cuda.dll cudart.dll cufft.dll cutil32.dll (maybe slightly redundant).
Hi All,
I'm having difficulty getting the sahcuda client running due to library path problems.
I've installed Nvidia cuda sdk v0.81 and Cuda toolkit v0.80.0000 to the same directory
I've checked the Cuda paths in Environment variables and they seem fine.
I installed the sahcuda.exe into the same directory but I still get a "cudart.dll was not found" error.
CUDA_LIB_PATH=C:\CUDA\lib
CUDA_BIN_PATH=C:\CUDA\bin
CUDA_INC_PATH=C:\CUDA\include
Card: Evga 8800 GTS 512
How can I solve this problem?