-
Notifications
You must be signed in to change notification settings - Fork 23
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
Can conda openmm-plumed use a custom plumed installation outside conda? #66
Comments
I also tried adding this command at the top of my OpenMM-PLUMED Python script and set PYTHONPATH, but that didn't work either.
|
It ought to work. It just needs to link to
The |
Thank you very much, Peter! Thanks for the quick reply and, indeed, 'conda remove --force plumed' did the trick. 'ldd /home/istvan/opt/plumed-2.8.1_install/bin/plumed' showed no missing libraries and 'Platform.getPluginLoadFailures()' also came up empty, everything is in order. Thanks again, Istvan |
Great, glad that worked. |
Hi, I have been using OpenMM-PLUMED for a long time and always built the openmm-plumed plugin from source. The cmake builder has always been a bit difficult to use, but this time I couldn't get it to work at all on a new machine. So, I was very glad to see that the conda version of openmm-plumed exists. I installed it with no issues, but now I realize that it will always use the built-in PLUMED. My question is whether I can set environmental variables to make conda openmm-plumed use my PLUMED instead of the built-in one. I tried setting
but that didn't help. Is there a solution to this?
Thank you very much for your kind assistance.
Best regards,
Istvan
The text was updated successfully, but these errors were encountered: