Git Product home page Git Product logo

Comments (6)

lvotapka avatar lvotapka commented on June 1, 2024

Was this installed from source or from conda-forge? We've been able to successfully test OpenMM 8.0 with SEEKR2 when both are installed from source.

Are you able to run OpenMM simulations (without SEEKR2) on the CUDA platform? And are you sure that you are using either the "CUDA" or "Reference" platform for your SEEKR2 run? No other platforms are currently supported.

from seekr2.

xfang216 avatar xfang216 commented on June 1, 2024

I'll have to check with our system admin for the installation. I'll also try running just openMM by itself.

When running SEEKR2, how do I specify either 'CUDA' or 'Reference'?

from seekr2.

lvotapka avatar lvotapka commented on June 1, 2024

Now that I think about it - SEEKR2 should be handling the platform automatically - you shouldn't need to specify either CUDA or Reference - it will choose one of those based on your input XML file.

So yes, if you could just test your CUDA and Reference platform using OpenMM alone, you might see the problem there.

from seekr2.

xfang216 avatar xfang216 commented on June 1, 2024

Tested with openMM alone and it was running.

I wonder if it would be easier to just reinstall SEEKR2 and openMM from scratch. If our system admin is open to it, how would you recommend doing that? Both from source as you suggested? In this case, do we just follow the instructions on https://seekr2.readthedocs.io/en/latest/installation.html?

from seekr2.

lvotapka avatar lvotapka commented on June 1, 2024

Hmm... that is strange, I'm not sure what might be going wrong. But yes, I recommend installing OpenMM 8.0 and seekr2_openmm_plugin both from source, since the conda-forge installation has been having issues with OpenMM 8.0. And yes, that is the correct link.

from seekr2.

lvotapka avatar lvotapka commented on June 1, 2024

We have recently resolved a lot of the issues around installing SEEKR2 with OpenMM 8.1. Please refer to the README and the Documentation instructions for how to do this, but in short, one can do the following steps to install SEEKR2 with OpenMM 8.1:

With the right Conda environment loaded, install the SEEKR2 OpenMM Plugin:

conda install -c conda-forge seekr2_openmm_plugin

One can test the installation by opening a Python terminal and typing:

import seekr2plugin

If there is a problem related to not being able to find libOpenMM8.1, one
can try specifying the OpenMM version:

conda install -c conda-forge seekr2_openmm_plugin openmm=8.1

I'm going to close this issue. Feel free to reopen if more problems arise.

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.