mpi make with mpic++

Hi all,

I am using mpic++ (the computer does not have mpicxx) to compile LAMMPS. In the mpi makefile, do I need to change the MPI_INC settings?

Currently MPI_INC looks like:

MPI_INC = -DMPICH_SKIP_MPICXX -DOMPI_SKIP_MPICXX=1

Thanks for the help

No, that should be fine. Does the compile work and find
needed files, like “mpi.h” ?

Steve