Skip to content
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

Compire opencl failed #78

Open
nujabse opened this issue Apr 1, 2022 · 0 comments
Open

Compire opencl failed #78

nujabse opened this issue Apr 1, 2022 · 0 comments

Comments

@nujabse
Copy link

nujabse commented Apr 1, 2022

I tried to compile the opencl version of Vampire using the latest develop branch. However, the compile failed, the error messages are:

g++ -std=c++0x -DCOMP='"GNU C++ Compiler"' -c -o obj/gpu/initialize.o -O3 -mtune=native -funroll-all-loops -fexpensive-optimizations -funroll-loops -I./hdr -I./src/qvoronoi -std=c++0x -std=c++11 -DOPENCL  src/gpu/initialize.cpp
src/gpu/initialize.cpp: In function 'void gpu::initialize_dipole()':
src/gpu/initialize.cpp:57:19: error: 'initialize_dipole' is not a member of 'vopencl'; did you mean 'gpu::initialize_dipole'?
   57 |          vopencl::initialize_dipole();
      |                   ^~~~~~~~~~~~~~~~~
src/gpu/initialize.cpp:49:9: note: 'gpu::initialize_dipole' declared here
   49 |    void initialize_dipole(){
      |         ^~~~~~~~~~~~~~~~~
make: *** [makefile:199: obj/gpu/initialize.o] Error 1

I'm quite sure that the needed opencl headers are corrected installed, can you take a look at this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant