conda installations for different CUDA builds

The functionality of OpenMM will (eventually) include everything that one would need to run modern molecular simulation.
POST REPLY
User avatar
Samuel Lotz
Posts: 23
Joined: Mon Jan 18, 2016 11:39 am

conda installations for different CUDA builds

Post by Samuel Lotz » Tue Mar 16, 2021 1:17 pm

For the new conda installation process, is there going to be a way to specify to install openmm built with a certain version of CUDA without actually having to install 'cudatoolkit' (and having the dependency solver figure it out presumably) through conda?

I liked how the labels in the old omnia repo allowed you to do that. If not perhaps you can explain the part of the filename archives correspond to the CUDA version etc.

Thank you,
~Sam

User avatar
Peter Eastman
Posts: 2556
Joined: Thu Aug 09, 2007 1:25 pm

Re: conda installations for different CUDA builds

Post by Peter Eastman » Tue Mar 16, 2021 1:25 pm

You can specify which version of CUDA to use with, for example, "cudatoolkit=10.1", but you can't tell it not to install any toolkit. We're looking into whether we can make a build that doesn't install CUDA, but it's complicated. See https://github.com/openmm/openmm/issues/3059.

User avatar
Samuel Lotz
Posts: 23
Joined: Mon Jan 18, 2016 11:39 am

Re: conda installations for different CUDA builds

Post by Samuel Lotz » Wed Mar 17, 2021 8:00 am

Thanks Peter,
I guess I will just plan on building myself if I need to circumvent conda.

POST REPLY