- Change SW potential
2. Copy file Makefile.linux to ./lammps/src/MAKE/ folder
3. Copy fftw fold to ./lammps/ folder
#4. Go to folder ./lammps/src/
#5. make -j linux
- Include Phonon package in lammps
5. Go to folder src
edit Makefile under src, append "user-phonon" to the variable "PACKUSER"
5. make yes-kspace
6. make yes-user-phonon
- install meam library
8. $make -f Makefile.gfortran
- install reax library
10. $make -f Makefile.gfortran
11. Go to folder ./lammps/src/
12. $make yes-meam
13. $make yes-reax
- include rebo potential
15. $make -j linux
#some useful commands: make package-status, make yes-all , make no-all, make clean-all, make package
#check which package/lib have been installed:
$ lmp_linux -h
No comments:
Post a Comment