[lammps-users] Help

I am new to linux. I am installing lammps in 64 bit Centos OS
meachine. I installed OPENMPI, OPENMPI-Devel, FFTW2-Devel and FFTW2. Then i gave the cmd Cd/lammps/src

sudo make openmpi

A error msg is cmg saying that mpic++ file is not found

how to install Lammps in Centos meachine

can any one help me

anand.r

you have to figure out how to use the MPI compiler wrappers
on your machine. that is completely independent of lammps.

try compiling and running some simple MPI test programs.
if you have problems with that, get help from a local expert
(it is very difficult to explain these things via e-mail, since
every machine is different).

once you figured that out, you can try compiling lammps again.

axel.

That's an MPI question, not LAMMPS. If you can't find mpic++ then
you didn't install it correctly (it's an MPI compiler wrapper), or your
path isn't pointing to where it was installed, which is typically
/usr/local/bin.

Steve