make lammps with misc package

Hello

I am trying to compile lammps with MISC package.
After making the package file using make yes-misc when I make the machine file I get an error :-

make: *** [machine] Error 1

I am using open mpi to compile it.

Could you please tell how to compile the machine file without this error.

Sincerely

sudeep

Hello

I am trying to compile lammps with MISC package.
After making the package file using make yes-misc when I make the machine
file I get an error :-

make: *** [machine] Error 1

I am using open mpi to compile it.

Could you please tell how to compile the machine file without this error.

you are taking the installation instructions in the manual too literally.
there is no "machine" target, so typing "make machine" is incorrect. you
have to pick a one. if you type just "make", there will be a long list of
available machine settings printed. if you want to use OpenMPI, start with
"mpi" as a machine. thus use:

make mpi

...and then please re-read the getting started section of the manual with
more care.

axel.