why still Unknown compute style when using compute voronoi/atom after voronoi has been installed in lammps

Dear all,

According to the following steps,
lammps30Jul16/lib/voronoi,
@ python install.py -g -b -i -l

that’s ok.

then I modify the Makefile.lammps

Settings that the LAMMPS build will import when this package library is used

voronoi_SYSINC = -I/usr/local/include/voro++
voronoi_SYSLIB = -lvoro++
voronoi_SYSPATH = -L/usr/local/libs.

next, move to /src
make yes-voronoi
make mpi (or make serial)

that’s ok. No error.

But when I run a compute voronoi/atom, the code doesn’t work with a error message " unknown compute style".
thanks in advance.
Mike

By the way, compute_voronoi_atom.o and lmp_mpi have been created successfully.

By the way, compute_voronoi_atom.o and lmp_mpi have been created
successfully.

yes, but are you certain, that you are using the new lmp_mpi executable?

axel.

thank Axel very much.
The code is working well now after I used “sudo make” instead of " make" on Ubuntu.