Some problems about compiling LAMMPS with pgi version

Hi,

Sorry for bothering you.
I encountered some problems when making lammps with pgi version.

MPI: MVAPICH2-1.7 with PGI
LAMMPS: lammps-21Sep12

Here is the error message:

Makefile.pgi (2.68 KB)

pgi.error (40.3 KB)

Undefined referneces typically mean you are not linking
with all the needed libraries, in this case it's likely
some auxiliary MPI libs.

Steve