-
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
How to install plugin from conda? #77
Comments
Can you post the outputs from the following two commands?
|
Hi @peastman , here are the output (thanks a lot!) Name Version Build Channel_libgcc_mutex 0.1 conda_forge conda-forge python -c "import openmm; print(openmm.pluginLoadedLibNames); print(openmm.Platform.getPluginLoadFailures())" '/home/cbr01/opt/localcolabfold/colabfold-conda/lib/plugins/libOpenMMCPU.so', '/home/cbr01/opt/localcolabfold/colabfold-conda/lib/plugins/libOpenMMPME.so', '/home/cbr01/opt/localcolabfold/colabfold-conda/lib/plugins/libOpenMMCUDA.so', '/home/cbr01/opt/localcolabfold/colabfold-conda/lib/plugins/libOpenMMOpenCL.so', '/home/cbr01/opt/localcolabfold/colabfold-conda/lib/plugins/libOpenMMRPMDCUDA.so', '/home/cbr01/opt/localcolabfold/colabfold-conda/lib/plugins/libOpenMMDrudeCUDA.so', '/home/cbr01/opt/localcolabfold/colabfold-conda/lib/plugins/libOpenMMAmoebaCUDA.so', '/home/cbr01/opt/localcolabfold/colabfold-conda/lib/plugins/libOpenMMRPMDOpenCL.so', '/home/cbr01/opt/localcolabfold/colabfold-conda/lib/plugins/libOpenMMDrudeOpenCL.so', '/home/cbr01/opt/localcolabfold/colabfold-conda/lib/plugins/libOpenMMAmoebaOpenCL.so', '/home/cbr01/opt/localcolabfold/colabfold-conda/lib/plugins/libOpenMMCudaCompiler.so', '/home/cbr01/opt/localcolabfold/colabfold-conda/lib/plugins/libOpenMMRPMDReference.so', '/home/cbr01/opt/localcolabfold/colabfold-conda/lib/plugins/libOpenMMDrudeReference.so', '/home/cbr01/opt/localcolabfold/colabfold-conda/lib/plugins/libOpenMMAmoebaReference.so') |
That's a bit confusing. Conda reports that openmm-plumed is installed, but OpenMM doesn't report either that the plugin was loaded or that an error occurred trying to load it. The output shows that plugins are being loaded from |
I have tried to install openmmplumed plugin V1 and V2 using conda. But both of them giving error "no module named openmmplumed". Does the installation require cmake compilation? My openmm version is 8.0. Thanks in advance.
The text was updated successfully, but these errors were encountered: