-
Notifications
You must be signed in to change notification settings - Fork 18
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
Error building with CUDA #53
Comments
Do you get this following the instructions (https://github.com/openmm/NNPOps#build--install)? I have never seen such error. My wild guess is that |
It's basically the same. I can't follow those instructions exactly because I'm building in an existing environment I used to build OpenMM, etc. I'll keep investigating. |
I tried exactly following the instructions, and it failed with
To make it work, I need to manually set both |
Is this still a problem, @peastman ? |
I don't know. I just tried creating a new environment and building with the instructions in the README and it worked. I don't know what's different though, whether it comes from a change to this repo, a different version of CMake, a different version of CUDA, or something else. |
If I try to enable building CUDA, CMake fails with this error:
I tried removing the call to
enable_language(CUDA)
, but then it fails with the errors,The text was updated successfully, but these errors were encountered: