make with mpic++

Hi,

I’m attempting to compile with mpic++ (openSUSE 12.3) however I’m getting the following error:

“”""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
g++: error: libtool:: No such file or directory
g++: error: link:: No such file or directory
mpic++: No such file or directory
“”""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

My Makefile.mpi has the following:

“”""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
CC = mpic++
CCFLAGS = -g -O3
SHFLAGS = -fPIC
DEPFLAGS = -M

LINK = mpic++
LINKFLAGS = -g -O
LIB =
SIZE = size

ARCHIVE = ar
ARFLAGS = -rc
SHLIBFLAGS = -shared

MPI_INC = -DMPICH_SKIP_MPICXX -DOMPI_SKIP_MPICXX=1
MPI_PATH =
MPI_LIB =

Any help would be great. Thanks

Looks like something is not quite correct with the installation of mpi and/or gcc. I think this might be an OpenSUSE problem, as two hits Googling these exact error messages are from the OpenSUSE forums. Unfortunately I have no experience with compiling LAMMPS on OpenSUSE so I can’t be of much help. Are mpic++ and/or g++ installed? Maybe (re)installing will fix it.

Looks like something is not quite correct with the installation of mpi and/or gcc. I think this might be an OpenSUSE problem, as two hits Googling these exact error messages are from the OpenSUSE forums. Unfortunately I have no experience with compiling LAMMPS on OpenSUSE so I can’t be of much help. Are mpic++ and/or g++ installed? Maybe (re)installing will fix it.

FWIW, opensuse 12.3 compatible precompiled rpm packages of lammps are available on rpm.lammps.org

When installing via yast, all required dependencies will be taken care of, too.