lammps make error

Hi, lammps-users

I have build the lammps-14Feb14 successfully. However, recently, the openmpi icc ifort gotoblas2 at the Redhat system have been updated by other. Then, lammps could not dump cfg files. So, I have to make lammps, again. But, unluckly, even though I have make lammps using the same method I have ever used, I could not get the soft.

I use:
fftw-2.1.5
mpich2-1.5rc3
lammmps-14Feb14

Makefile.g++3 has been used:

Hello,

Did you clean your directory?

make clean-all

Hi, lammps-users

I have build the lammps-14Feb14 successfully. However, recently, the openmpi
icc ifort gotoblas2 at the Redhat system have been updated by other. Then,
lammps could not dump cfg files. So, I have to make lammps, again. But,
unluckly, even though I have make lammps using the same method I have ever
used, I could not get the soft.

[...]

I got Obj_g++3 all the *.o and *.d files, but error message given:

systems/interact/TCP/wpmd_split.cpp:(.text._ZNSt20__uninitialized_copyILb0EE18uninitialized_copyIP8sqmatrixIdES4_EET0_T_S6_S5_[sqmatrix<double>*
std::__uninitialized_copy<false>::uninitialized_copy<sqmatrix<double>*,
sqmatrix<double>*>(sqmatrix<double>*, sqmatrix<double>*,
sqmatrix<double>*)]+0xed): undefined reference to `_intel_fast_memcpy'
collect2: ld returned 1 exit status
make[1]: *** [../lmp_g++3] Error 1
make[1]: Leaving directory
`/opt/Linbo/Lammps/Install/LAMMPS_FAST_INSTALL-v5.0/lammps-14Feb14/src/Obj_g++3'
make: *** [g++3] Error 2

Hope for answers from you.

this error indicates that you are using inconsistent compilers. you
seem to have compiled the library for USER-AWPMD with the intel
compilers, but now are trying to compile and link LAMMPS with the GNU
compilers. this cannot work.

try uninstalling the USER-AWPMD package or rebuild the awpmd library
and compile again.

axel.