From 9d48ad96f5bf49ded71528f7f3ac44deaa099b93 Mon Sep 17 00:00:00 2001 From: Lenz Fiedler Date: Fri, 20 Dec 2024 12:53:32 +0100 Subject: [PATCH] Hotfixing LAMMPS --- docs/source/install/installing_lammps.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/install/installing_lammps.rst b/docs/source/install/installing_lammps.rst index 84cc16569..8e2da9991 100644 --- a/docs/source/install/installing_lammps.rst +++ b/docs/source/install/installing_lammps.rst @@ -20,8 +20,8 @@ be used with MALA. For a full overview of how to build LAMMPS, please refer to the `official instructions `_. 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