Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anjohan committed Oct 10, 2024
1 parent 8884a87 commit fac2e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lammps_plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ where `Si.txt` should be replaced by the name of your mapped model. Then run `lm
### Running on a GPU with Kokkos
See the [LAMMPS documentation](https://docs.lammps.org/Speed_kokkos.html). In general, run
```
lmp -k on g 1 -sf kk -pk kokkos newton on neigh full -in in.script
lmp -k on g 1 -sf kk -pk kokkos newton on neigh half -in in.script
```
When running with MPI, replace `g 1` with the number of GPUs *per node*.

Expand Down

0 comments on commit fac2e6c

Please sign in to comment.