Skip to content
Snippets Groups Projects
Commit 8c8f78f1 authored by Marcin Kirsz's avatar Marcin Kirsz
Browse files

Update README.md

parent e50aa9ea
No related branches found
No related tags found
1 merge request!12Main
Pipeline #51023 passed
......@@ -15,13 +15,16 @@ In the near future, we intend to distribute this plugin with the LAMMPS source c
```bash
# cd to /path/to/lammps/lib
git clone https://git.ecdf.ed.ac.uk/tadah/tadah.lammps.git
```
2. In `lammps/src`, issue the following commands:
The command above will clone content of this repository to `/path/to/lammps/lib/tadah.lammps/` as required.
2. Go to `lammps/src` directory and issue the following commands:
```bash
make lib-tadah.lammps
make yes-ml-tadah
make serial
The first command compiles the **Tadah!LAMMPS** library and copies the `ML-TADAH` plugin to the `lammps/src` directory. The second command adds `ML-TADAH` to the list of packages compiled by LAMMPS. Finally, `make serial` recompiles the LAMMPS software. Please note that this command compiles a standard, non-parallel version of LAMMPS. Users are expected to adjust this as needed.
```
The first command compiles the **Tadah!LAMMPS** library and copies the `ML-TADAH` plugin to the `lammps/src` directory. The second command adds `ML-TADAH` to the list of packages compiled by LAMMPS. Finally, `make serial` recompiles the LAMMPS software. Please note that this command compiles a standard, non-parallel version of LAMMPS. Users are expected to adjust this as needed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment