-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't find cufft.h #23
Comments
Maybe you can check my makefile, I added a few more environment variables. |
I tried it and still got the same error: |
Maybe you should change $CUDA_HOME to the directory for cuda on your machine. cufft.h is located at $CUDA_HOME/include aka $CUDAINC in my makefile. |
cufft.h is part of cuda toolkit. Do you know where cuda toolkit is installed on your system? You can check if it is installed in /usr/local. If you cannot find it, run "nvcc --version". If you cannot run this command, it means that cuda toolkit is not installed. |
Hello, I was trying to install AreTomo2, but encountered an error:
$make exe -f makefile
In file included from Util/CNextItem.cpp:1:
Util/CUtilInc.h:3:10: fatal error: cufft.h: No such file or directory
#include <cufft.h>
^~~~~~~~~
compilation terminated.
I searched the files, and in Util/CNextItem.cpp, includes "CUtilInc.h". In Util/CUtilInc.h, it includes cufft.h.
But there is no cufft.h in the folder.
Would you please help?
Thanks.
Liguo
The text was updated successfully, but these errors were encountered: