[lammps-users] (no subject)

hi, guys
I think I have Make MEAM already
and I run the example code of MEAM in lammps . Get the following :

LAMMPS (5 Oct 2007)
Reading data file ...
  orthogonal box = (-6 -6 -6) to (5.97232 5.97232 5.97232)
  1 by 1 by 1 processor grid
  128 atoms
ERROR: Invalid pair style

Is it a problem with linking MEAM lib or other reasons? How should I
know I have make MEAM already?

You have to do 2 things:

make yes-meam
make foo

where you have a src/MAKE/Makefile.foo that includes the meam
library (which you've already pre-built).

This is explained in doc pages for building LAMMPS.

Steve