Update installing/running LAMMPS on ubuntu for daily binary

This commit is contained in:
Axel Kohlmeyer 2018-09-27 05:49:43 -04:00
parent a9b8a6521d
commit b07adbf98c
1 changed files with 2 additions and 2 deletions

View File

@ -60,10 +60,10 @@ To install LAMMPS do the following once:
sudo apt-get install lammps-daily :pre
This downloads an executable named "lammps-daily" to your box, which
This downloads an executable named "lmp_daily" to your box, which
can then be used in the usual way to run input scripts:
lammps-daily < in.lj :pre
lmp_daily -in in.lj :pre
To update LAMMPS to the most current version, do the following: