multiple OpenMM installations?

The functionality of OpenMM will (eventually) include everything that one would need to run modern molecular simulation.
POST REPLY
User avatar
Wei Chen
Posts: 83
Joined: Thu Jul 02, 2015 6:35 pm

multiple OpenMM installations?

Post by Wei Chen » Thu Jun 22, 2017 1:05 pm

Hi,

I am trying to install two versions of OpenMM on my machine, one for production run and the other for quick modifications and tests. Is there a good way to keep those two completely isolated from each other (including C++ part and Python part)?

Thanks!

Wei

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

Re: multiple OpenMM installations?

Post by Peter Eastman » Thu Jun 22, 2017 1:12 pm

If you create two different conda environments (see https://conda.io/docs/using/envs.html), that should mostly work. Any versions of OpenMM you install with conda are completely contained within that environment. But if you are building one of them from source, you'll need to be a bit careful of that. For example, if you install the libraries into /usr/local/openmm, be sure to set your library path appropriately so it includes that directory when you're using that version, but doesn't include it when you're using a version installed by conda.

User avatar
Wei Chen
Posts: 83
Joined: Thu Jul 02, 2015 6:35 pm

Re: multiple OpenMM installations?

Post by Wei Chen » Fri Jun 23, 2017 7:50 am

That works, thank you!

Wei

User avatar
web design
Posts: 10
Joined: Fri Aug 18, 2017 12:43 pm

Re: multiple OpenMM installations?

Post by web design » Fri Aug 18, 2017 1:03 pm

I also used a lot of thanks

POST REPLY