[lammps-users] trouble installing LAMMPS with MPICH2

Changing the compiler and linker to mpiCC seems to fix the problems with MPI_* variables…thanks!

Unfortunately, now mpiCC doesn’t recognize the following:

__Unwind_Resume
vtable for __cxxabiv1::__class_type_info
vtable for __cxxabiv1::__vmi_class_type_info
operator delete(void*)
___cxa_pure_virtual
___gxx_personality_v0
vtable for __cxxabiv1::__si_class_type_info
operator delete
operator new[](unsigned long)
operator new(unsigned long)

Is there an extra library I need to link to mpiCC? I might just have to install a different MPI (per Axel’s suggestion), if I cant get around this one.

Thanks again for the help!
Andy