Skip to content

Commit

Permalink
Hotfixing LAMMPS
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomDefaultUser committed Dec 20, 2024
1 parent 74b56f5 commit 9d48ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/install/installing_lammps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ be used with MALA. For a full overview of how to build LAMMPS, please refer to
the `official instructions <https://docs.lammps.org/Build.html>`_.
The MALA team recommends to build LAMMPS with ``cmake``. To do so

* Checkout https://github.com/mala-project/lammps/tree/mala
* Make sure the ``mala`` tree is checked out locally via ``git branch``!
* Checkout https://github.com/mala-project/lammps/tree/mala_v130
* Make sure the ``mala_v130`` branch is checked out locally via ``git branch``!
* Inside the LAMMPS folder create a build folder (named, e.g., ``build``)
* In the ``build`` folder, configure your ``cmake`` build:
``cmake ../cmake -D OPTION1 -D OPTION2 ...``; Options for a typical LAMMPS
Expand Down

0 comments on commit 9d48ad9

Please sign in to comment.