[lammps-users] Compiling Errors

Hey Steve,

I am compiling lammps downloaded today on a linux cluster.
I followed the instuctions as indicated documentation and modify the
Makefile,linux

I got a long list of the following
“Makefile:93: respa.d: No such file or directory
Makefile:93: run.d: No such file or directory
Makefile:93: set.d: No such file or directory
Makefile:93: shell.d: No such file or directory”
After all these , the building went through.
the executable was generated successfully.
However, when I run it using a script used before
, it gives me
“ERROR: Illegal fix nvt/npt/nph command”

the script used here has been tested in other machines
so there should not have something wrong.
I went through some archives, i think you said that
the above doesn’t matter as long as the build succeeded.
The why is this happening ?