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

Cannot build Kripke with CUDA #12

Open
chunhualiao opened this issue Jan 10, 2019 · 1 comment
Open

Cannot build Kripke with CUDA #12

chunhualiao opened this issue Jan 10, 2019 · 1 comment

Comments

@chunhualiao
Copy link

chunhualiao commented Jan 10, 2019

Hi,

Would it be better to automatically skip building Kripke if cuda is enabled, instead of stopping with an error message?
'''
cmake -DENABLE_CUDA=on -DENABLE_OPENMP=On ../.

CMake Error at CMakeLists.txt:47 (message):
Cannot build Kripke with CUDA

-- Configuring incomplete, errors occurred!
'''

Right now, I hacked into CMakeLists.txt turn off Kripke manually:
option(ENABLE_KRIPKE "Build Kripke" Off)

@davidbeckingsale
Copy link
Member

Hey Leo,

I think this error is because we need to bump up the version of Kripke we point to in the submodule.

For now, please build the develop branch of Kripke directly from here: https://github.com/LLNL/Kripke

Cheers,
--David

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

2 participants