Git Product home page Git Product logo

Comments (3)

lvotapka avatar lvotapka commented on June 1, 2024

A couple of suggestions:

Make sure that you've set the OPENMM_DIR variable to the same location as the CMAKE_INSTALL_PREFIX for both OpenMM and the SEEKR2 Plugin.

Also, the problem might be caused by missing entries to LD_LIBRARY_PATH - these should point to the OpenMM installed lib/ and lib/plugins/ folders. For instance:

export LD_LIBRARY_PATH="/home/USERNAME/bin/openmm/lib:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH="/home/USERNAME/bin/openmm/lib/plugins:$LD_LIBRARY_PATH"

from seekr2.

dpaschall avatar dpaschall commented on June 1, 2024

Excellent! Those are the exact two things I needed to look at.
I found my OpenMM install was in a slightly different folder than what the plugin was seeing.
Once that was fixed, the plugin installed from source without errors.
When I ran the test install with Python command:

from seekr2plugin import MmvtLangevinIntegrator
I got errors about the libraries, but you showed we needed to export those to our path.
Once exported to my path, i got this output:
"
(SEEKR2) [utot@rockylinuxGPU build]$ python
Python 3.8.13 (default, Oct 21 2022, 23:50:54)
[GCC 11.2.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
from seekr2plugin import MmvtLangevinIntegrator
Warning: importing 'simtk.openmm' is deprecated. Import 'openmm' instead.
"

So only a warning, which is fine. So it appears the plugin and openmm are now working after your suggestions, so thanks again.

I'll retry this build again with root and see if I can't make a conda environment that multiple users will use.

You can close this case as resolved for now. Thanks again

from seekr2.

lvotapka avatar lvotapka commented on June 1, 2024

That's great to hear!

from seekr2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.