- Decompress the source of LAMMPS and Change directory.
% tar zxvf lammps-stable.tar.gz
% cd lammps-XXX/src
- Set Environment
% module swap PrgEnv-cray PrgEnv-gnu
% module load fftw
- Set Package Status
% make no-GPU
% make no-KIM
% make yes-USER-PHONON
% make yes-USER-QMMM
% make yes-USER-REAX
You can add/delete the packages settings as you need.
To check the package list, type as follows.
% make package-status
- Install VOLONOI
- Download source of volo++ and decommpress.
http://math.lbl.gov/voro++/
- Edit config.mk file as follows
CXX = CC
PREFIX = /work/xxxxx/xxxxx (your work directory)
- Compile
% make
- Install Other libraries
% cd /work/k-miya/lammps/lib (lib directory in lammps source)