run in linux

first install openMPI in UBUNTU using “sudo apt-get install g++ mpi-default-bin mpi-default-dev fftw-dev” in terminal
then make openMPI
after that use this command:

mpirun -np 4 lmp_openmpi < input
4 is the total number of cores. you should change it based on your system

Mehdi