Lammps version not working

Dear Lammps users,

I am trying to use an updated version of LAMMPS.

However, LAMMPS doesn’t work.

The new LAMMPS is in “/exec/lammps”.

Thus, I make a code in a pbs file like “mpirun -np 8 /exec/lammps/src/imp_mpi -in in.NWs

What is a problem to make an error as following?

mpirun was unable to launch the specified application as it could not access or execute an executable:

Executable: /exec/lammps/src/imp_mpi
Node: node-3-14.local
while attempting to start process rank 0.

Thanks!

Best,
Choi

This nothing to do with LAMMPS.

​There is a typo.

it should be

“lmp_mpi”

NOT

“imp_mpi”

The is a non-existent file, hence the error.