-
Notifications
You must be signed in to change notification settings - Fork 109
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
Cannot find -lkokkos #620
Comments
Unfortunately, the PRK build system lacks any automation, so you'll have to build Kokkos yourself and set the flags in If this doesn't resolve your problem, can you provide more details, so I can give you more precise suggestions. |
Thank you for answering! I created a I'm not sure if there is a flag I could add to my If I just remove the -lkokkos flag from the compilation line, I get an error indicating that there are undefined references to every kokkos related function like |
Are you using a Power9 machine? |
Add |
The build system needs |
Im using an amd x86_64 machine, but I have tried different installations. with the one for power 9, it cant find -lkokkos, using: and with the other installation: I have had no trouble compiling and running the kokkos tutorials and some programs of my own but compiling kokkos everytime with a Makefile, yeah I moved the My make.defs kokkos part looks like this: |
Hello, I'm trying to run the Cxx11 kokkos programs, but when I write "make kokkos" I get the following error: "/usr/bin/ld: cannot find -lkokkos", any chance you have experience compiling these programs with the current version of Kokkos so that you could help me?
The text was updated successfully, but these errors were encountered: