[lammps-users] Compilation of MEAM

Dear all,

Could someone introduce how to compile the lammps with MEAM potential included in detailed steps. Thanks!

read the docs! everything else depends on your compilers
and only you can know which ones you have and how you
can make c++ and fortran play along.

cheers,
   axel.

cd lib; make (with one of the Makefiles appropriate for your box)
cd src; make yes-meam; make linux_meam (with a Makefile appropriate
for your box)

Steve