> /MPI/mpich2-1.2.1/examples/cxx> make
> ../../bin/mpicxx   -DHAVE_CXX_IOSTREAM -DHAVE_NAMESPACE_STD     -o
> cxxpi cxxpi.o  -lpthread   -lrt
> /home/hcg/Desktop/intel_fortran_plus_math_lib_mpi_sonu/MPI/
> mpich2-1.2.1/lib/libmpich.a(helper_fns.o): In function `MPIUI_Memcpy':
> helper_fns.c:(.text+0x18d2): undefined reference to
> `_intel_fast_memcpy'

This might suggest that mpich cannot access the intel compiler
libraries. Libraries should usually be in /usr/local/lib or /usr/lib.
First ensure that you do have the intel libraries in one of these
locations, otherwise check to see if there are compilation flags in
makefile for specifying the library location or similiar options.

-- 
l...@iitd - http://tinyurl.com/ycueutm

Reply via email to