-
Notifications
You must be signed in to change notification settings - Fork 1
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
Missing header files in src/kernels ? #55
Comments
I met the same problems, too. Expecting to get solved. |
Hi! My apologies, I missed to add info on that. If you run make kernels those files will be generated (if you have xxd installed). I will add the already generated files to the repo in the next update. If you use the dev branch the files are there already. Cheers, |
Thank you for your answer. |
Hi Xavier, Thank you for the update. It is great to hear that you got around the problem. The I have very little experience with HPC clusters and I wouldn't know what to change to facilitate the build procedure. It would be really useful if you could share what system you are using (workload manager, os etc) and the modifications required to build deconwolf, or if you could point to some online resource where the information can be found. Cheers, |
I think there's a little misunderstanding. I had to modify the "makefile" (tol level directory) in order to generate the kernels header files with "make kernels", but otherwise, for the build, I followed your instructions using CMake (mkdir build && cd build && cmake .. && cmake --build .) There's just a little trick. For "cmake .." to find OpenCL with "find_package(OpenCL)", as CUDA is not installed in a standard directory in our cluster, here are two workarounds :
Cheers, |
It works well! Thanks |
Thanks to both of you. This is fixed in version 0.4.0 so I'm closing this issue for now. I added a link to Xavier's comment in the INSTALL.md since I think that it can be useful in the future. |
Hello,
When trying to install deconwolf :
[ 61%] Building C object CMakeFiles/dw.dir/src/cl_util.c.o
/home/s_montap01/src/deconwolf-0.3.8/src/cl_util.c:4:10: fatal error: kernels/cl_complex_mul.h: No such file or directory
#include "kernels/cl_complex_mul.h"
In the github repo, there are no .h files under "kernels/", and I cannot find cl_complex_mul.h anywhere. Did I miss something
The text was updated successfully, but these errors were encountered: