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

kokkos branch will not compile with a pre-installed kokkos library #163

Open
naromero77 opened this issue Jul 26, 2018 · 0 comments
Open

Comments

@naromero77
Copy link

It should be possible to do something like:
cmake -DKOKKOS_INCLUDES=<foo> -DKOKKOS_LIBRARIES=<bar> ...

or

alternatively
cmake -DKOKKOS_INSTALL_PATH=<foobar> ...

And the kokkos branch of miniqmc will build with a pre-installed kokkos library.

I hacked in @rcclay suggestion from the miniqmc slack channel, but this causes another error: Kokkos then complains about a lack of an OpenMP flag. If you manually add the -fopenmp flag, then you get a hard error from KOKKOS_INLINE.

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

No branches or pull requests

1 participant