Giter Site home page Giter Site logo

Comments (5)

JiQi535 avatar JiQi535 commented on July 19, 2024

Hello, from the error message, the "lmp_exe" variable was having a NoneType. Would you please make sure you have a lammps executable in the path where your system has access to it in any location? The lammps executable should have a name of "lmp_serial" or "lmp_mpi" or "lmp_g++_serial" or "lmp_g++_mpich" or "lmp_intel_cpu_intelmpi".

from maml.

AyeshaUlde avatar AyeshaUlde commented on July 19, 2024

I have "lmp_mpi " and "lmp_serial" in the bin of the conda environment where I have installed maml and the required packages. The system has execute permissions for both the executables but when I run which("lmp_mpi") or which("lmp_serial"), no path is returned.

from maml.

JiQi535 avatar JiQi535 commented on July 19, 2024

I have "lmp_mpi " and "lmp_serial" in the bin of the conda environment where I have installed maml and the required packages. The system has execute permissions for both the executables but when I run which("lmp_mpi") or which("lmp_serial"), no path is returned.

Can you double check that the "lmp_mpi" executable is added to a directory in your $PATH list? If so, which("lmp_mpi") should be able to find the full path of the executable. For example, which("g++") should return the path for g++ executable, and then you can copy the "lmp_mpi" to the same folder as g++ executable on your machine, which should solve this issue.

from maml.

JiQi535 avatar JiQi535 commented on July 19, 2024

I have "lmp_mpi " and "lmp_serial" in the bin of the conda environment where I have installed maml and the required packages. The system has execute permissions for both the executables but when I run which("lmp_mpi") or which("lmp_serial"), no path is returned.

If necessary, you may refer to this post for $PATH and executables. https://askubuntu.com/questions/551990/what-does-path-mean

from maml.

AyeshaUlde avatar AyeshaUlde commented on July 19, 2024

I have "lmp_mpi " and "lmp_serial" in the bin of the conda environment where I have installed maml and the required packages. The system has execute permissions for both the executables but when I run which("lmp_mpi") or which("lmp_serial"), no path is returned.

Can you double check that the "lmp_mpi" executable is added to a directory in your $PATH list? If so, which("lmp_mpi") should be able to find the full path of the executable. For example, which("g++") should return the path for g++ executable, and then you can copy the "lmp_mpi" to the same folder as g++ executable on your machine, which should solve this issue.

That worked. Thank you!

from maml.

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.