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

openmm.OpenMMException: Error loading CUDA module: CUDA_ERROR_UNSUPPORTED_PTX_VERSION (222)[BUG] #13

Closed
wjs20 opened this issue Jan 26, 2023 · 1 comment

Comments

@wjs20
Copy link

wjs20 commented Jan 26, 2023

Hi Brennan

Thanks for making this amazing tool freely available.

I ran into the above exception with an antibody I was trying to model. When it was trying to do the refinement step it was throwing the CUDA error above.

I tracked down the problem to openmm. When I conda installed openmm, it installed cudatoolkit11.8 dependency by default. It seems like this toolkit was incompatible with my GPUs CUDA (11.6). When I specified 'conda install openmm cudatoolkit11.6' the error isn't thrown, at least on the initial sequence I was having issues with.

I'm not sure if anyone else has had this issue, but I though I would leave this here in case anyone else encounters it.

Thanks!

@brennanaba
Copy link
Owner

Hi William,

Thanks a lot for your comments and for bringing this up.

I have added a known issues section to the README and added a link to this issue in case anyone has the same problem in the future.

All the best,

Brennan

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