- Clone the repository using
https://github.com/ICAMS/lammps-user-pace.git
or download the zip files from here. - copy
USER-PACE
directory from the cloned repository intolammps/src
folder. - Include
USER-PACE
in the compilation by runningmake yes-user-pace
from thelammps/src
folder. - Compile lammps as usual, i.e.
make serial
ormake mpi
.
-
Clone the repository using
https://github.com/ICAMS/lammps-user-pace.git
or download the zip files from here. -
copy
USER-PACE
directory from the cloned repository intolammps/src
folder. -
Build LAMMPS using:
cd lammps mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release -DPKG_USER-PACE=ON ../cmake make
Other configuration flags could be added, i.e. for MPI support"
cmake -DCMAKE_BUILD_TYPE=Release -D BUILD_MPI=ON -DPKG_USER-PACE=ON ../cmake
For more information see here.
LAMMPS package can be installed using conda by conda install -c conda-forge lammps
. This distribution includes the USER-PACE
package.