mpich running/executable problem

Dear LAMMPS user,

I compiled LAMMPS using “mpicc” (make file attached). I was able to create executable successfully.
When I tried running that executable, it shows like it is running on single node.
I used the following command

mpirun -np 4 ./lmp_linux

Makefile.linux (2.84 KB)