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
conda installations for different CUDA builds
- Samuel Lotz
- Posts: 23
- Joined: Mon Jan 18, 2016 11:39 am
- Peter Eastman
- Posts: 2593
- Joined: Thu Aug 09, 2007 1:25 pm
Re: conda installations for different CUDA builds
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.
- Samuel Lotz
- Posts: 23
- Joined: Mon Jan 18, 2016 11:39 am
Re: conda installations for different CUDA builds
Thanks Peter,
I guess I will just plan on building myself if I need to circumvent conda.
I guess I will just plan on building myself if I need to circumvent conda.