[mvapich-discuss] mvapich2-2.0a test suite build failure

Uday R Bondhugula uday at csa.iisc.ernet.in
Sun Dec 29 01:25:54 EST 2013



On Sunday 29 December 2013 09:29 AM, Hari Subramoni wrote:
> Hello Dr. Bondhugula,
>
> As Jeff mentioned, the full configure line will help us to identify the
> issue.
>
> Apart from the suggestion Jeff suggested, could you also please make
> sure that the intel libraries are available in LD_LIBRARY_PATH?

This won't help since this is a test suite compile-time issue. In 
particular, the errors are from:

make[4]: Entering directory `/root/mvapich2-2.0a/test/mpi/errors/f77/errhan'
/usr/local/bin/mpif77 -I. -fcray-pointer   -o uerrhandf uerrhandf.o 
../../../f77/util/mtestf.o
/usr/local/lib/libmpich.a(file_openf.o): In function `MPI_FILE_OPEN'
src/binding/f77/file_openf.c:(.text+0x7d): undefined reference to 
`_intel_fast_memcp
y'
/usr/local/lib/libmpich.a(mvapich_malloc.o): In function `realloc':
src/mpid/ch3/channels/common/src/memory/ptmalloc2/mvapich_malloc.c:(.text+0x143b): 
undefined reference to `_intel_fast_memcpy'

~ Uday



>
> Thx,
> Hari.
>
>
> On Sat, Dec 28, 2013 at 6:54 PM, Jeff Hammond <jeff.science at gmail.com
> <mailto:jeff.science at gmail.com>> wrote:
>
>     What was your full configure invocation and associated config.log?  My
>     guess is that you didn't specify FC=ifort and configure found gfortran
>     instead.  The errors then resulted from gfortran not knowing where the
>     Intel runtime is.
>
>     If you don't need Fortran support, just set FC=/bin/false.
>
>     Jeff
>
>     On Fri, Dec 27, 2013 at 11:53 PM, Uday R Bondhugula
>     <uday at csa.iisc.ernet.in <mailto:uday at csa.iisc.ernet.in>> wrote:
>      >
>      > The test suite  in mvapich2-2.0a doesn't build out of the box for
>     me. Doing
>      > a make in test/ yields the errors below. It looks like link time
>     flags to
>      > icc libraries are missing. The main build itself works fine (with
>     default
>      > ./configure and make). I'm using icc 14.0 on x86-64.
>      >
>      >
>      > ------------------------------------------------
>      > make[3]: Leaving directory
>     `/root/mvapich2-2.0a/test/mpi/errors/group'
>      > Making all in pt2pt
>      > make[3]: Entering directory
>     `/root/mvapich2-2.0a/test/mpi/errors/pt2pt'
>      > make[3]: Nothing to be done for `all'.
>      > make[3]: Leaving directory
>     `/root/mvapich2-2.0a/test/mpi/errors/pt2pt'
>      > Making all in rma
>      > make[3]: Entering directory `/root/mvapich2-2.0a/test/mpi/errors/rma'
>      > make[3]: Nothing to be done for `all'.
>      > make[3]: Leaving directory `/root/mvapich2-2.0a/test/mpi/errors/rma'
>      > Making all in topo
>      > make[3]: Entering directory
>     `/root/mvapich2-2.0a/test/mpi/errors/topo'
>      > make[3]: Nothing to be done for `all'.
>      > make[3]: Leaving directory `/root/mvapich2-2.0a/test/mpi/errors/topo'
>      > Making all in basic
>      > make[3]: Entering directory
>     `/root/mvapich2-2.0a/test/mpi/errors/basic'
>      > make[3]: Nothing to be done for `all'.
>      > make[3]: Leaving directory
>     `/root/mvapich2-2.0a/test/mpi/errors/basic'
>      > Making all in faults
>      > make[3]: Entering directory
>     `/root/mvapich2-2.0a/test/mpi/errors/faults'
>      > make[3]: Nothing to be done for `all'.
>      > make[3]: Leaving directory
>     `/root/mvapich2-2.0a/test/mpi/errors/faults'
>      > Making all in io
>      > make[3]: Entering directory `/root/mvapich2-2.0a/test/mpi/errors/io'
>      > make[3]: Nothing to be done for `all'.
>      > make[3]: Leaving directory `/root/mvapich2-2.0a/test/mpi/errors/io'
>      > Making all in f77
>      > make[3]: Entering directory `/root/mvapich2-2.0a/test/mpi/errors/f77'
>      > Making all in errhan
>      > make[4]: Entering directory
>     `/root/mvapich2-2.0a/test/mpi/errors/f77/errhan'
>      >   F77LD    uerrhandf
>      > /usr/local/lib/libmpich.a(file_openf.o): In function `MPI_FILE_OPEN':
>      > src/binding/f77/file_openf.c:(.text+0xa2): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(mvapich_malloc.o): In function `realloc':
>      >
>     src/mpid/ch3/channels/common/src/memory/ptmalloc2/mvapich_malloc.c:(.text+0x1189):
>      > undefined reference to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(mvapich_malloc.o): In function
>     `_int_realloc':
>      >
>     src/mpid/ch3/channels/common/src/memory/ptmalloc2/mvapich_malloc.c:(.text+0x1ad9):
>      > undefined reference to `_intel_fast_memcpy'
>      >
>     src/mpid/ch3/channels/common/src/memory/ptmalloc2/mvapich_malloc.c:(.text+0x1b34):
>      > undefined reference to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(mvapich_malloc.o): In function
>     `realloc_check':
>      >
>     src/mpid/ch3/channels/common/src/memory/ptmalloc2/mvapich_malloc.c:(.text+0x5290):
>      > undefined reference to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(mvapich_malloc.o): In function `calloc':
>      >
>     src/mpid/ch3/channels/common/src/memory/ptmalloc2/mvapich_malloc.c:(.text+0x821f):
>      > undefined reference to `_intel_fast_memset'
>      >
>     src/mpid/ch3/channels/common/src/memory/ptmalloc2/mvapich_malloc.c:(.text+0x8608):
>      > undefined reference to `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(mvapich_malloc.o): In function
>      > `independent_calloc':
>      >
>     src/mpid/ch3/channels/common/src/memory/ptmalloc2/mvapich_malloc.c:(.text+0x8859):
>      > undefined reference to `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(ch3_shmem_coll.o): In function
>      > `MPIDI_CH3I_SHMEM_COLL_Mmap':
>      > src/mpi/coll/ch3_shmem_coll.c:(.text+0x192): undefined reference to
>      > `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(ch3_shmem_coll.o): In function
>     `mv2_shm_reduce':
>      > src/mpi/coll/ch3_shmem_coll.c:(.text+0x107b): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(ch3_shmem_coll.o): In function
>     `mv2_shm_bcast':
>      > src/mpi/coll/ch3_shmem_coll.c:(.text+0x141b): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/ch3_shmem_coll.c:(.text+0x16dd): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(ch3_shmem_coll.o): In function
>      > `mv2_shm_zcpy_bcast':
>      > src/mpi/coll/ch3_shmem_coll.c:(.text+0x1963): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/ch3_shmem_coll.c:(.text+0x1a32): undefined reference to
>      > `_intel_fast_memcpy'
>      >
>     /usr/local/lib/libmpich.a(ch3_shmem_coll.o):src/mpi/coll/ch3_shmem_coll.c:(.text+0x1cf2):
>      > more undefined references to `_intel_fast_memcpy' follow
>      > /usr/local/lib/libmpich.a(ch3_shmem_coll.o): In function
>      > `mv2_shm_coll_init':
>      > src/mpi/coll/ch3_shmem_coll.c:(.text+0x349c): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/coll/ch3_shmem_coll.c:(.text+0x37c4): undefined reference to
>      > `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(ch3_shmem_coll.o): In function
>      > `MPIDI_CH3I_SHMEM_COLL_init':
>      > src/mpi/coll/ch3_shmem_coll.c:(.text+0x3a3f): undefined reference to
>      > `__intel_sse2_strlen'
>      > /usr/local/lib/libmpich.a(pack.o): In function `MPIR_Pack_impl':
>      > src/mpi/datatype/pack.c:(.text+0xac): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(pack.o): In function `MPI_Pack':
>      > src/mpi/datatype/pack.c:(.text+0x264): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(unpack.o): In function `MPIR_Unpack_impl':
>      > src/mpi/datatype/unpack.c:(.text+0xa7): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(unpack.o): In function `MPI_Unpack':
>      > src/mpi/datatype/unpack.c:(.text+0x253): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(error_string.o): In function
>     `MPI_Error_string':
>      > src/mpi/errhan/error_string.c:(.text+0x3d): undefined reference to
>      > `__intel_sse2_strlen'
>      > /usr/local/lib/libmpich.a(mpio_err.o): In function
>     `MPIO_Err_return_file':
>      > mpi-io/glue/mpich/mpio_err.c:(.text+0x12e): undefined reference to
>      > `__intel_sse2_strlen'
>      > /usr/local/lib/libmpich.a(open.o): In function `MPI_File_open':
>      > mpi-io/open.c:(.text+0x1d3): undefined reference to
>     `__intel_sse2_strchr'
>      > /usr/local/lib/libmpich.a(shfp_fname.o): In function
>     `ADIOI_Shfp_fname':
>      > adio/common/shfp_fname.c:(.text+0xea): undefined reference to
>      > `__intel_sse2_strrchr'
>      > adio/common/shfp_fname.c:(.text+0x15b): undefined reference to
>      > `__intel_sse2_strrchr'
>      > adio/common/shfp_fname.c:(.text+0x21b): undefined reference to
>      > `__intel_sse2_strlen'
>      > /usr/local/lib/libmpich.a(strfns.o): In function `ADIOI_Strdup':
>      > adio/common/strfns.c:(.text+0xdc): undefined reference to
>      > `__intel_sse2_strlen'
>      > /usr/local/lib/libmpich.a(helper_fns.o): In function
>     `MPIR_Localcopy':
>      > src/mpi/coll/helper_fns.c:(.text+0x5ec): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(commutil.o): In function
>     `MPIR_Get_contextid':
>      > src/mpi/comm/commutil.c:(.text+0x549): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(commutil.o): In function
>      > `MPIR_Get_contextid_sparse':
>      > src/mpi/comm/commutil.c:(.text+0xd11): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(commutil.o): In function
>      > `MPIR_Get_intercomm_contextid':
>      > src/mpi/comm/commutil.c:(.text+0x1cf6): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(commutil.o): In function `MPIR_Comm_copy':
>      > src/mpi/comm/commutil.c:(.text+0x2b39): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/comm/commutil.c:(.text+0x2d1b): undefined reference to
>      > `__intel_sse2_strncpy'
>      > src/mpi/comm/commutil.c:(.text+0x2d78): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/comm/commutil.c:(.text+0x2f4c): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/comm/commutil.c:(.text+0x3098): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/comm/commutil.c:(.text+0x30d0): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/comm/commutil.c:(.text+0x30e3): undefined reference to
>      > `_intel_fast_memcmp'
>      > /usr/local/lib/libmpich.a(commutil.o): In function
>      > `MPIR_Get_contextid_sparse_group':
>      > src/mpi/comm/commutil.c:(.text+0x47d7): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(commutil.o): In function
>     `MPIR_Comm_apply_hints':
>      > src/mpi/comm/commutil.c:(.text+0x56ef): undefined reference to
>      > `__intel_sse2_strncpy'
>      > src/mpi/comm/commutil.c:(.text+0x574a): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/comm/commutil.c:(.text+0x5938): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/comm/commutil.c:(.text+0x5a9d): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/comm/commutil.c:(.text+0x5ad5): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/comm/commutil.c:(.text+0x5ae8): undefined reference to
>      > `_intel_fast_memcmp'
>      > /usr/local/lib/libmpich.a(commutil.o): In function
>      > `MPIR_Comm_register_hint':
>      > src/mpi/comm/commutil.c:(.text+0x5d71): undefined reference to
>      > `__intel_sse2_strncpy'
>      > src/mpi/comm/commutil.c:(.text+0x5dcd): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/comm/commutil.c:(.text+0x5fa4): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/comm/commutil.c:(.text+0x618b): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/comm/commutil.c:(.text+0x6362): undefined reference to
>      > `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(errutil.o): In function `vsnprintf_mpi':
>      > src/mpi/errhan/errutil.c:(.text+0x12): undefined reference to
>      > `__intel_sse2_strdup'
>      > src/mpi/errhan/errutil.c:(.text+0x92): undefined reference to
>      > `__intel_sse2_strchr'
>      > src/mpi/errhan/errutil.c:(.text+0xe3): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/errhan/errutil.c:(.text+0x8e6): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/errhan/errutil.c:(.text+0x961): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/errhan/errutil.c:(.text+0x9dc): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/errhan/errutil.c:(.text+0xa4e): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/errhan/errutil.c:(.text+0xad1): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/errhan/errutil.c:(.text+0xb48): undefined reference to
>      > `__intel_sse2_strchr'
>      > src/mpi/errhan/errutil.c:(.text+0xcd2): undefined reference to
>      > `__intel_sse2_strlen'
>      > /usr/local/lib/libmpich.a(errutil.o): In function
>      > `MPIR_Err_print_stack_string':
>      > src/mpi/errhan/errutil.c:(.text+0xdf5): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/errhan/errutil.c:(.text+0xedf): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/errhan/errutil.c:(.text+0xf12): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/errhan/errutil.c:(.text+0xf8f): undefined reference to
>      > `__intel_sse2_strlen'
>      >
>     /usr/local/lib/libmpich.a(errutil.o):src/mpi/errhan/errutil.c:(.text+0x107d):
>      > more undefined references to `__intel_sse2_strlen' follow
>      > /usr/local/lib/libmpich.a(errutil.o): In function
>      > `MPIR_Err_create_code_valist':
>      > src/mpi/errhan/errutil.c:(.text+0x1346): undefined reference to
>      > `__intel_sse2_strncmp'
>      > src/mpi/errhan/errutil.c:(.text+0x14e7): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/errhan/errutil.c:(.text+0x14f5): undefined reference to
>      > `__intel_sse2_strncmp'
>      > src/mpi/errhan/errutil.c:(.text+0x18b9): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/errhan/errutil.c:(.text+0x18c7): undefined reference to
>      > `__intel_sse2_strncmp'
>      > /usr/local/lib/libmpich.a(errutil.o): In function
>     `MPIR_Err_create_code':
>      > src/mpi/errhan/errutil.c:(.text+0x1b8f): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/errhan/errutil.c:(.text+0x1b9d): undefined reference to
>      > `__intel_sse2_strncmp'
>      > src/mpi/errhan/errutil.c:(.text+0x1d3e): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/errhan/errutil.c:(.text+0x1d4c): undefined reference to
>      > `__intel_sse2_strncmp'
>      > src/mpi/errhan/errutil.c:(.text+0x210e): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/errhan/errutil.c:(.text+0x211c): undefined reference to
>      > `__intel_sse2_strncmp'
>      > /usr/local/lib/libmpich.a(errutil.o): In function
>     `MPIR_Err_get_string':
>      > src/mpi/errhan/errutil.c:(.text+0x2365): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/errhan/errutil.c:(.text+0x2481): undefined reference to
>      > `__intel_sse2_strlen'
>      > /usr/local/lib/libmpich.a(errutil.o): In function
>     `MPIR_Err_return_win':
>      > src/mpi/errhan/errutil.c:(.text+0x269b): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/errhan/errutil.c:(.text+0x275e): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi/errhan/errutil.c:(.text+0x2914): undefined reference to
>      > `__intel_sse2_strlen'
>      >
>     /usr/local/lib/libmpich.a(errutil.o):src/mpi/errhan/errutil.c:(.text+0x2a31):
>      > more undefined references to `__intel_sse2_strlen' follow
>      > /usr/local/lib/libmpich.a(assert.o): In function
>     `MPIR_Assert_fail_fmt':
>      > src/util/other/assert.c:(.text+0x78): undefined reference to
>      > `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(param_vals.o): In function
>      > `MPIR_Param_init_params':
>      > src/util/param/param_vals.c:(.text+0x733): undefined reference to
>      > `__intel_sse2_strdup'
>      > src/util/param/param_vals.c:(.text+0x793): undefined reference to
>      > `__intel_sse2_strdup'
>      > src/util/param/param_vals.c:(.text+0x7eb): undefined reference to
>      > `__intel_sse2_strdup'
>      > /usr/local/lib/libmpich.a(ch3u_request.o): In function
>      > `MPIDI_CH3U_Request_load_send_iov':
>      > src/mpid/ch3/src/ch3u_request.c:(.text+0x2f4): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(ch3u_request.o): In function
>      > `MPIDI_CH3U_Request_unpack_uebuf':
>      > src/mpid/ch3/src/ch3u_request.c:(.text+0xa21): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(mpid_vc.o): In function
>     `MPIDI_Get_local_host':
>      > src/mpid/ch3/src/mpid_vc.c:(.text+0xaf9): undefined reference to
>      > `_intel_fast_memset'
>      > src/mpid/ch3/src/mpid_vc.c:(.text+0xc4e): undefined reference to
>      > `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(mpid_vc.o): In function
>      > `MPIDI_Populate_vc_node_ids':
>      > src/mpid/ch3/src/mpid_vc.c:(.text+0x12b9): undefined reference to
>      > `_intel_fast_memset'
>      > src/mpid/ch3/src/mpid_vc.c:(.text+0x1436): undefined reference to
>      > `_intel_fast_memset'
>      > src/mpid/ch3/src/mpid_vc.c:(.text+0x1822): undefined reference to
>      > `__intel_sse2_strncmp'
>      > /usr/local/lib/libmpich.a(mpidi_pg.o): In function
>      > `MPIDI_PG_Create_from_string':
>      > src/mpid/ch3/src/mpidi_pg.c:(.text+0x7e8): undefined reference to
>      > `__intel_sse2_strdup'
>      > /usr/local/lib/libmpich.a(mpidi_pg.o): In function `connToStringKVS':
>      > src/mpid/ch3/src/mpidi_pg.c:(.text+0xd1f): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpid/ch3/src/mpidi_pg.c:(.text+0xdd9): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(mpidi_pg.o): In function `connFromString':
>      > src/mpid/ch3/src/mpidi_pg.c:(.text+0x127d): undefined reference to
>      > `__intel_sse2_strdup'
>      > /usr/local/lib/libmpich.a(mpidi_pg.o): In function `MPIDI_PG_Init':
>      > src/mpid/ch3/src/mpidi_pg.c:(.text+0x1870): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(ch3_init.o): In function `MPIDI_CH3_Init':
>      > src/mpid/ch3/channels/mrail/src/rdma/ch3_init.c:(.text+0x85d):
>     undefined
>      > reference to `__intel_sse2_strlen'
>      > src/mpid/ch3/channels/mrail/src/rdma/ch3_init.c:(.text+0x8b9):
>     undefined
>      > reference to `__intel_sse2_strncpy'
>      > src/mpid/ch3/channels/mrail/src/rdma/ch3_init.c:(.text+0xa6b):
>     undefined
>      > reference to `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(ch3_init.o): In function
>      > `MPIDI_CH3I_set_affinity':
>      > src/mpid/ch3/channels/mrail/src/rdma/ch3_init.c:(.text+0xee7):
>     undefined
>      > reference to `__intel_sse2_strlen'
>      > src/mpid/ch3/channels/mrail/src/rdma/ch3_init.c:(.text+0xf3b):
>     undefined
>      > reference to `__intel_sse2_strncpy'
>      > /usr/local/lib/libmpich.a(ch3_progress.o): In function
>      > `cm_send_pending_msg':
>      > src/mpid/ch3/channels/mrail/src/rdma/ch3_progress.c:(.text+0x10a9):
>      > undefined reference to `_intel_fast_memcpy'
>      > src/mpid/ch3/channels/mrail/src/rdma/ch3_progress.c:(.text+0x11dd):
>      > undefined reference to `_intel_fast_memcpy'
>      > src/mpid/ch3/channels/mrail/src/rdma/ch3_progress.c:(.text+0x1283):
>      > undefined reference to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(ch3_packetizedtransfer.o): In function
>      > `MPIDI_CH3_Packetized_send':
>      >
>     src/mpid/ch3/channels/mrail/src/rdma/ch3_packetizedtransfer.c:(.text+0x49):
>      > undefined reference to `_intel_fast_memcpy'
>      >
>     src/mpid/ch3/channels/mrail/src/rdma/ch3_packetizedtransfer.c:(.text+0x1a6):
>      > undefined reference to `_intel_fast_memcpy'
>      >
>     /usr/local/lib/libmpich.a(ch3_rndvtransfer.o):src/mpid/ch3/channels/mrail/src/rdma/ch3_rndvtransfer.c:(.text+0x5e8):
>      > more undefined references to `_intel_fast_memcpy' follow
>      > /usr/local/lib/libmpich.a(ch3_smp_progress.o): In function
>      > `MPIDI_CH3I_SMP_init':
>      >
>     src/mpid/ch3/channels/mrail/src/rdma/ch3_smp_progress.c:(.text+0x5126):
>      > undefined reference to `__intel_sse2_strlen'
>      > /usr/local/lib/libmpich.a(ibv_send.o): In function
>      > `MPIDI_CH3I_MRAILI_Fast_rdma_send_complete':
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_send.c:(.text+0x1f4):
>     undefined
>      > reference to `_intel_fast_memcpy'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_send.c:(.text+0x25a):
>     undefined
>      > reference to `_intel_fast_memcpy'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_send.c:(.text+0x2a1):
>     undefined
>      > reference to `_intel_fast_memcpy'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_send.c:(.text+0x352):
>     undefined
>      > reference to `_intel_fast_memcpy'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_send.c:(.text+0xa00):
>     undefined
>      > reference to `_intel_fast_memcpy'
>      >
>     /usr/local/lib/libmpich.a(ibv_send.o):src/mpid/ch3/channels/mrail/src/gen2/ibv_send.c:(.text+0x1bcb):
>      > more undefined references to `_intel_fast_memcpy' follow
>      > /usr/local/lib/libmpich.a(ibv_send.o): In function
>     `MRAILI_Process_send':
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_send.c:(.text+0x3b2d):
>     undefined
>      > reference to `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(ibv_recv.o): In function
>      > `MPIDI_CH3I_MRAIL_Fill_Request':
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_recv.c:(.text+0x76e):
>     undefined
>      > reference to `_intel_fast_memcpy'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_recv.c:(.text+0x7ef):
>     undefined
>      > reference to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(rdma_iba_init.o): In function
>      > `MPIDI_CH3I_MRAIL_PG_Init':
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_init.c:(.text+0x2c97):
>      > undefined reference to `_intel_fast_memset'
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_init.c:(.text+0x2ccf):
>      > undefined reference to `_intel_fast_memset'
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_init.c:(.text+0x2d02):
>      > undefined reference to `_intel_fast_memset'
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_init.c:(.text+0x2d37):
>      > undefined reference to `_intel_fast_memset'
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_init.c:(.text+0x2d6c):
>      > undefined reference to `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(rdma_iba_priv.o): In function
>      > `rdma_find_active_port':
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_priv.c:(.text+0x29c):
>      > undefined reference to `__intel_sse2_strncmp'
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_priv.c:(.text+0x2b2):
>      > undefined reference to `__intel_sse2_strncmp'
>      > /usr/local/lib/libmpich.a(rdma_iba_priv.o): In function
>      > `ring_rdma_open_hca':
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_priv.c:(.text+0x67c):
>      > undefined reference to `__intel_sse2_strncmp'
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_priv.c:(.text+0x696):
>      > undefined reference to `__intel_sse2_strncmp'
>      > /usr/local/lib/libmpich.a(rdma_iba_priv.o): In function
>     `rdma_open_hca':
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_priv.c:(.text+0x9a6):
>      > undefined reference to `__intel_sse2_strncmp'
>      >
>     /usr/local/lib/libmpich.a(rdma_iba_priv.o):src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_priv.c:(.text+0x9f2):
>      > more undefined references to `__intel_sse2_strncmp' follow
>      > /usr/local/lib/libmpich.a(rdma_iba_priv.o): In function
>     `cm_qp_reuse':
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_priv.c:(.text+0x1bea):
>      > undefined reference to `_intel_fast_memset'
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_priv.c:(.text+0x1cd5):
>      > undefined reference to `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(rdma_iba_priv.o): In function
>     `cm_qp_create':
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_priv.c:(.text+0x1ee2):
>      > undefined reference to `_intel_fast_memcmp'
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_priv.c:(.text+0x256e):
>      > undefined reference to `_intel_fast_memset'
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_priv.c:(.text+0x2646):
>      > undefined reference to `_intel_fast_memset'
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_priv.c:(.text+0x29d1):
>      > undefined reference to `_intel_fast_memset'
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_priv.c:(.text+0x2aa9):
>      > undefined reference to `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(rdma_iba_priv.o): In function
>     `MRAILI_Init_vc':
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_priv.c:(.text+0x3940):
>      > undefined reference to `_intel_fast_memset'
>      >
>     /usr/local/lib/libmpich.a(rdma_iba_priv.o):src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_priv.c:(.text+0x3d8b):
>      > more undefined references to `_intel_fast_memset' follow
>      > /usr/local/lib/libmpich.a(ibv_param.o): In function
>     `rdma_cm_get_hca_type':
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_param.c:(.text+0x16d):
>     undefined
>      > reference to `__intel_sse2_strncpy'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_param.c:(.text+0x1fb):
>     undefined
>      > reference to `__intel_sse2_strncpy'
>      > /usr/local/lib/libmpich.a(ibv_param.o): In function
>      > `rdma_get_process_to_rail_mapping':
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_param.c:(.text+0x436):
>     undefined
>      > reference to `__intel_sse2_strncpy'
>      > /usr/local/lib/libmpich.a(ibv_param.o): In function
>      > `rdma_get_control_parameters':
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_param.c:(.text+0xde6):
>     undefined
>      > reference to `__intel_sse2_strlen'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_param.c:(.text+0xe24):
>     undefined
>      > reference to `__intel_sse2_strcpy'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_param.c:(.text+0x109b):
>     undefined
>      > reference to `__intel_sse2_strncpy'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_param.c:(.text+0x1a1b):
>     undefined
>      > reference to `__intel_sse2_strncpy'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_param.c:(.text+0x1e5f):
>     undefined
>      > reference to `__intel_sse2_strncmp'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_param.c:(.text+0x1e75):
>     undefined
>      > reference to `__intel_sse2_strncmp'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_param.c:(.text+0x1ea0):
>     undefined
>      > reference to `__intel_sse2_strncmp'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_param.c:(.text+0x1fbc):
>     undefined
>      > reference to `__intel_sse2_strncpy'
>      > /usr/local/lib/libmpich.a(ibv_param.o): In function
>      > `rdma_get_user_parameters':
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_param.c:(.text+0x2210):
>     undefined
>      > reference to `__intel_sse2_strncmp'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_param.c:(.text+0x2235):
>     undefined
>      > reference to `__intel_sse2_strncmp'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_param.c:(.text+0x2257):
>     undefined
>      > reference to `__intel_sse2_strncmp'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_param.c:(.text+0x226d):
>     undefined
>      > reference to `__intel_sse2_strncmp'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_param.c:(.text+0x228f):
>     undefined
>      > reference to `__intel_sse2_strncmp'
>      > /usr/local/lib/libmpich.a(ibv_param.o): In function
>      > `rdma_get_pm_parameters':
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_param.c:(.text+0x3223):
>     undefined
>      > reference to `__intel_sse2_strncpy'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_param.c:(.text+0x326b):
>     undefined
>      > reference to `__intel_sse2_strncpy'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_param.c:(.text+0x32b3):
>     undefined
>      > reference to `__intel_sse2_strncpy'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_param.c:(.text+0x32fb):
>     undefined
>      > reference to `__intel_sse2_strncpy'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_param.c:(.text+0x3340):
>     undefined
>      > reference to `__intel_sse2_strtok'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_param.c:(.text+0x3389):
>     undefined
>      > reference to `__intel_sse2_strncpy'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_param.c:(.text+0x33a6):
>     undefined
>      > reference to `__intel_sse2_strtok'
>      > /usr/local/lib/libmpich.a(vbuf.o): In function `allocate_vbufs':
>      > src/mpid/ch3/channels/mrail/src/gen2/vbuf.c:(.text+0x38f): undefined
>      > reference to `_intel_fast_memcpy'
>      > src/mpid/ch3/channels/mrail/src/gen2/vbuf.c:(.text+0x58f): undefined
>      > reference to `_intel_fast_memset'
>      > src/mpid/ch3/channels/mrail/src/gen2/vbuf.c:(.text+0x5aa): undefined
>      > reference to `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(vbuf.o): In function `get_vbuf':
>      > src/mpid/ch3/channels/mrail/src/gen2/vbuf.c:(.text+0xd9d): undefined
>      > reference to `_intel_fast_memset'
>      > src/mpid/ch3/channels/mrail/src/gen2/vbuf.c:(.text+0xdb9): undefined
>      > reference to `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(vbuf.o): In function `allocate_ud_vbufs':
>      > src/mpid/ch3/channels/mrail/src/gen2/vbuf.c:(.text+0x15b2): undefined
>      > reference to `_intel_fast_memset'
>      >
>     /usr/local/lib/libmpich.a(vbuf.o):src/mpid/ch3/channels/mrail/src/gen2/vbuf.c:(.text+0x15ce):
>      > more undefined references to `_intel_fast_memset' follow
>      > /usr/local/lib/libmpich.a(rdma_iba_1sc.o): In function
>      > `MPIDI_CH3I_RDMA_try_rma':
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_1sc.c:(.text+0x4686):
>      > undefined reference to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(rdma_iba_1sc.o): In function
>      > `MPIDI_CH3I_SHM_try_rma':
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_1sc.c:(.text+0x5891):
>      > undefined reference to `_intel_fast_memcpy'
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_1sc.c:(.text+0x598f):
>      > undefined reference to `_intel_fast_memcpy'
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_1sc.c:(.text+0x59fb):
>      > undefined reference to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(rdma_iba_1sc.o): In function
>      > `MPIDI_CH3I_RDMA_win_create':
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_1sc.c:(.text+0x5ce5):
>      > undefined reference to `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(rdma_iba_1sc.o): In function
>     `MPIUI_Memset':
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_1sc.c:(.text+0x6fb4):
>      > undefined reference to `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(rdma_iba_1sc.o): In function
>      > `mv2_rma_allocate_counters':
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_1sc.c:(.text+0x71a4):
>      > undefined reference to `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(rdma_iba_1sc.o): In function
>      > `MPIDI_CH3I_SHM_win_create':
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_1sc.c:(.text+0x79c4):
>      > undefined reference to `_intel_fast_memset'
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_1sc.c:(.text+0x7c92):
>      > undefined reference to `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(rdma_iba_1sc.o): In function
>      > `MRAILI_Handle_one_sided_completions':
>      > src/mpid/ch3/channels/mrail/src/gen2/rdma_iba_1sc.c:(.text+0x8e48):
>      > undefined reference to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(ibv_rndv.o): In function
>      > `MPIDI_CH3I_MRAIL_Prepare_rndv_transfer':
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_rndv.c:(.text+0x307):
>     undefined
>      > reference to `_intel_fast_memcpy'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_rndv.c:(.text+0x3cc):
>     undefined
>      > reference to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(ibv_rndv.o): In function
>      > `MPIDI_CH3I_MRAILI_Rendezvous_rget_push':
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_rndv.c:(.text+0x965):
>     undefined
>      > reference to `_intel_fast_memset'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_rndv.c:(.text+0x97c):
>     undefined
>      > reference to `_intel_fast_memset'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_rndv.c:(.text+0x9a7):
>     undefined
>      > reference to `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(ibv_rndv.o): In function
>      > `MPIDI_CH3I_MRAILI_Rendezvous_rput_push':
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_rndv.c:(.text+0x104b):
>     undefined
>      > reference to `_intel_fast_memset'
>      > src/mpid/ch3/channels/mrail/src/gen2/ibv_rndv.c:(.text+0x1062):
>     undefined
>      > reference to `_intel_fast_memset'
>      >
>     /usr/local/lib/libmpich.a(ibv_rndv.o):src/mpid/ch3/channels/mrail/src/gen2/ibv_rndv.c:(.text+0x108d):
>      > more undefined references to `_intel_fast_memset' follow
>      > /usr/local/lib/libmpich.a(avl.o): In function `avlins':
>      > src/mpid/ch3/channels/common/src/reg_cache/avl.c:(.text+0x7c2):
>     undefined
>      > reference to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(avl.o): In function `avl_insert':
>      > src/mpid/ch3/channels/common/src/reg_cache/avl.c:(.text+0xabb):
>     undefined
>      > reference to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(cm.o): In function `cm_handle_msg':
>      > src/mpid/ch3/channels/common/src/cm/cm.c:(.text+0x75f): undefined
>     reference
>      > to `_intel_fast_memcpy'
>      > src/mpid/ch3/channels/common/src/cm/cm.c:(.text+0x87e): undefined
>     reference
>      > to `_intel_fast_memcpy'
>      > src/mpid/ch3/channels/common/src/cm/cm.c:(.text+0xa17): undefined
>     reference
>      > to `_intel_fast_memcpy'
>      >
>     /usr/local/lib/libmpich.a(cm.o):src/mpid/ch3/channels/common/src/cm/cm.c:(.text+0xf9a):
>      > more undefined references to `_intel_fast_memcpy' follow
>      > /usr/local/lib/libmpich.a(cm.o): In function `MPIDI_CH3I_CM_Connect':
>      > src/mpid/ch3/channels/common/src/cm/cm.c:(.text+0x2478):
>     undefined reference
>      > to `__intel_sse2_strlen'
>      > src/mpid/ch3/channels/common/src/cm/cm.c:(.text+0x2580):
>     undefined reference
>      > to `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(cm.o): In function `cm_rcv_qp_create':
>      > src/mpid/ch3/channels/common/src/cm/cm.c:(.text+0x2996):
>     undefined reference
>      > to `_intel_fast_memset'
>      > src/mpid/ch3/channels/common/src/cm/cm.c:(.text+0x2a63):
>     undefined reference
>      > to `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(cm.o): In function `cm_send_ud_msg_nopg':
>      > src/mpid/ch3/channels/common/src/cm/cm.c:(.text+0x2bd1):
>     undefined reference
>      > to `_intel_fast_memcpy'
>      > src/mpid/ch3/channels/common/src/cm/cm.c:(.text+0x2c4d):
>     undefined reference
>      > to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(cm.o): In function `MPICM_Finalize_UD':
>      > src/mpid/ch3/channels/common/src/cm/cm.c:(.text+0x3056):
>     undefined reference
>      > to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(cm.o): In function `cm_send_xrc_cm_msg':
>      > src/mpid/ch3/channels/common/src/cm/cm.c:(.text+0x3b7e):
>     undefined reference
>      > to `_intel_fast_memcpy'
>      > src/mpid/ch3/channels/common/src/cm/cm.c:(.text+0x3cbc):
>     undefined reference
>      > to `_intel_fast_memcpy'
>      >
>     /usr/local/lib/libmpich.a(cm.o):src/mpid/ch3/channels/common/src/cm/cm.c:(.text+0x457c):
>      > more undefined references to `_intel_fast_memcpy' follow
>      > /usr/local/lib/libmpich.a(cm.o): In function `MPICM_Init_UD':
>      > src/mpid/ch3/channels/common/src/cm/cm.c:(.text+0x4a4d):
>     undefined reference
>      > to `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(cm.o): In function `cm_timeout_handler':
>      > src/mpid/ch3/channels/common/src/cm/cm.c:(.text+0x50e2):
>     undefined reference
>      > to `_intel_fast_memcpy'
>      > src/mpid/ch3/channels/common/src/cm/cm.c:(.text+0x520a):
>     undefined reference
>      > to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(rdma_cm.o): In function `cm_thread':
>      > src/mpid/ch3/channels/common/src/rdma_cm/rdma_cm.c:(.text+0x4e0):
>     undefined
>      > reference to `__intel_sse2_strlen'
>      > /usr/local/lib/libmpich.a(rdma_cm.o): In function
>     `rdma_cm_exchange_hostid':
>      >
>     src/mpid/ch3/channels/common/src/rdma_cm/rdma_cm.c:(.text+0x1898):
>     undefined
>      > reference to `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(rdma_cm.o): In function
>     `rdma_cm_get_hostnames':
>      >
>     src/mpid/ch3/channels/common/src/rdma_cm/rdma_cm.c:(.text+0x1e7c):
>     undefined
>      > reference to `__intel_sse2_strlen'
>      >
>     src/mpid/ch3/channels/common/src/rdma_cm/rdma_cm.c:(.text+0x2195):
>     undefined
>      > reference to `__intel_sse2_strchr'
>      > /usr/local/lib/libmpich.a(rdma_cm.o): In function
>     `rdma_cm_get_local_ip':
>      >
>     src/mpid/ch3/channels/common/src/rdma_cm/rdma_cm.c:(.text+0x25d0):
>     undefined
>      > reference to `__intel_sse2_strlen'
>      >
>     src/mpid/ch3/channels/common/src/rdma_cm/rdma_cm.c:(.text+0x2605):
>     undefined
>      > reference to `__intel_sse2_strncpy'
>      >
>     src/mpid/ch3/channels/common/src/rdma_cm/rdma_cm.c:(.text+0x2641):
>     undefined
>      > reference to `__intel_sse2_strlen'
>      > /usr/local/lib/libmpich.a(rdma_cm.o): In function `ib_init_rdma_cm':
>      >
>     src/mpid/ch3/channels/common/src/rdma_cm/rdma_cm.c:(.text+0x3f83):
>     undefined
>      > reference to `__intel_sse2_strlen'
>      >
>     src/mpid/ch3/channels/common/src/rdma_cm/rdma_cm.c:(.text+0x3fb8):
>     undefined
>      > reference to `__intel_sse2_strncpy'
>      >
>     src/mpid/ch3/channels/common/src/rdma_cm/rdma_cm.c:(.text+0x3ff4):
>     undefined
>      > reference to `__intel_sse2_strlen'
>      > /usr/local/lib/libmpich.a(ring_startup.o): In function
>      > `rdma_setup_startup_ring':
>      >
>     src/mpid/ch3/channels/mrail/src/gen2/ring_startup.c:(.text+0x7c5):
>     undefined
>      > reference to `__intel_sse2_strlen'
>      >
>     src/mpid/ch3/channels/mrail/src/gen2/ring_startup.c:(.text+0x8e2):
>     undefined
>      > reference to `_intel_fast_memset'
>      >
>     src/mpid/ch3/channels/mrail/src/gen2/ring_startup.c:(.text+0x988):
>     undefined
>      > reference to `__intel_sse2_strlen'
>      >
>     src/mpid/ch3/channels/mrail/src/gen2/ring_startup.c:(.text+0x9c6):
>     undefined
>      > reference to `__intel_sse2_strncpy'
>      > /usr/local/lib/libmpich.a(ring_startup.o): In function
>      > `rdma_ring_based_allgather':
>      > src/mpid/ch3/channels/mrail/src/gen2/ring_startup.c:(.text+0x123e):
>      > undefined reference to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(mv2_arch_detect.o): In function
>      > `mv2_get_arch_type':
>      >
>     src/mpid/ch3/channels/common/src/detect/arch/mv2_arch_detect.c:(.text+0x214):
>      > undefined reference to `__intel_sse2_strtok'
>      >
>     src/mpid/ch3/channels/common/src/detect/arch/mv2_arch_detect.c:(.text+0x2a0):
>      > undefined reference to `__intel_sse2_strtok'
>      >
>     src/mpid/ch3/channels/common/src/detect/arch/mv2_arch_detect.c:(.text+0x2ac):
>      > undefined reference to `__intel_sse2_strtok'
>      >
>     src/mpid/ch3/channels/common/src/detect/arch/mv2_arch_detect.c:(.text+0x2e6):
>      > undefined reference to `__intel_sse2_strncmp'
>      >
>     src/mpid/ch3/channels/common/src/detect/arch/mv2_arch_detect.c:(.text+0x2f6):
>      > undefined reference to `__intel_sse2_strtok'
>      >
>     src/mpid/ch3/channels/common/src/detect/arch/mv2_arch_detect.c:(.text+0x302):
>      > undefined reference to `__intel_sse2_strtok'
>      >
>     src/mpid/ch3/channels/common/src/detect/arch/mv2_arch_detect.c:(.text+0x330):
>      > undefined reference to `__intel_sse2_strtok'
>      >
>     src/mpid/ch3/channels/common/src/detect/arch/mv2_arch_detect.c:(.text+0x33c):
>      > undefined reference to `__intel_sse2_strtok'
>      >
>     src/mpid/ch3/channels/common/src/detect/arch/mv2_arch_detect.c:(.text+0x34b):
>      > undefined reference to `__intel_sse2_strncmp'
>      >
>     src/mpid/ch3/channels/common/src/detect/arch/mv2_arch_detect.c:(.text+0x548):
>      > undefined reference to `__intel_sse2_strncmp'
>      >
>     src/mpid/ch3/channels/common/src/detect/arch/mv2_arch_detect.c:(.text+0x56e):
>      > undefined reference to `__intel_sse2_strncmp'
>      > /usr/local/lib/libmpich.a(mv2_arch_detect.o): In function
>      > `mv2_get_num_cpus':
>      >
>     src/mpid/ch3/channels/common/src/detect/arch/mv2_arch_detect.c:(.text+0x80a):
>      > undefined reference to `__intel_sse2_strtok'
>      >
>     src/mpid/ch3/channels/common/src/detect/arch/mv2_arch_detect.c:(.text+0x896):
>      > undefined reference to `__intel_sse2_strtok'
>      >
>     src/mpid/ch3/channels/common/src/detect/arch/mv2_arch_detect.c:(.text+0x8a2):
>      > undefined reference to `__intel_sse2_strtok'
>      >
>     src/mpid/ch3/channels/common/src/detect/arch/mv2_arch_detect.c:(.text+0x8dd):
>      > undefined reference to `__intel_sse2_strncmp'
>      >
>     src/mpid/ch3/channels/common/src/detect/arch/mv2_arch_detect.c:(.text+0x8ed):
>      > undefined reference to `__intel_sse2_strtok'
>      >
>     src/mpid/ch3/channels/common/src/detect/arch/mv2_arch_detect.c:(.text+0x8f9):
>      > undefined reference to `__intel_sse2_strtok'
>      >
>     src/mpid/ch3/channels/common/src/detect/arch/mv2_arch_detect.c:(.text+0x928):
>      > undefined reference to `__intel_sse2_strtok'
>      >
>     src/mpid/ch3/channels/common/src/detect/arch/mv2_arch_detect.c:(.text+0x934):
>      > undefined reference to `__intel_sse2_strtok'
>      >
>     src/mpid/ch3/channels/common/src/detect/arch/mv2_arch_detect.c:(.text+0x943):
>      > undefined reference to `__intel_sse2_strncmp'
>      >
>     src/mpid/ch3/channels/common/src/detect/arch/mv2_arch_detect.c:(.text+0xb13):
>      > undefined reference to `__intel_sse2_strncmp'
>      >
>     src/mpid/ch3/channels/common/src/detect/arch/mv2_arch_detect.c:(.text+0xb39):
>      > undefined reference to `__intel_sse2_strncmp'
>      > /usr/local/lib/libmpich.a(mv2_hca_detect.o): In function
>     `mv2_get_hca_type':
>      >
>     src/mpid/ch3/channels/common/src/detect/hca/mv2_hca_detect.c:(.text+0x6d):
>      > undefined reference to `__intel_sse2_strncmp'
>      >
>     src/mpid/ch3/channels/common/src/detect/hca/mv2_hca_detect.c:(.text+0x87):
>      > undefined reference to `__intel_sse2_strncmp'
>      >
>     /usr/local/lib/libmpich.a(mv2_hca_detect.o):src/mpid/ch3/channels/common/src/detect/hca/mv2_hca_detect.c:(.text+0xa1):
>      > more undefined references to `__intel_sse2_strncmp' follow
>      > /usr/local/lib/libmpich.a(mv2_utils.o): In function
>     `user_val_to_bytes':
>      > src/mpid/ch3/channels/common/src/util/mv2_utils.c:(.text+0x60):
>     undefined
>      > reference to `__intel_sse2_strlen'
>      > src/mpid/ch3/channels/common/src/util/mv2_utils.c:(.text+0x100):
>     undefined
>      > reference to `__intel_sse2_strncpy'
>      > /usr/local/lib/libmpich.a(rdma_3dtorus.o): In function
>      > `mv2_get_path_rec_sl':
>      > src/mpid/ch3/channels/common/src/qos/rdma_3dtorus.c:(.text+0xfd):
>     undefined
>      > reference to `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(ibv_mcast.o): In function
>     `mv2_setup_multicast':
>      > src/mpid/ch3/channels/common/src/mcast/ibv_mcast.c:(.text+0x5ab):
>     undefined
>      > reference to `_intel_fast_memset'
>      > src/mpid/ch3/channels/common/src/mcast/ibv_mcast.c:(.text+0x8da):
>     undefined
>      > reference to `_intel_fast_memset'
>      > src/mpid/ch3/channels/common/src/mcast/ibv_mcast.c:(.text+0x919):
>     undefined
>      > reference to `_intel_fast_memset'
>      > src/mpid/ch3/channels/common/src/mcast/ibv_mcast.c:(.text+0x971):
>     undefined
>      > reference to `_intel_fast_memset'
>      >
>     /usr/local/lib/libmpich.a(ibv_mcast.o):src/mpid/ch3/channels/common/src/mcast/ibv_mcast.c:(.text+0x11e6):
>      > more undefined references to `_intel_fast_memset' follow
>      > /usr/local/lib/libmpich.a(ibv_mcast.o): In function `mv2_mcast_send':
>      >
>     src/mpid/ch3/channels/common/src/mcast/ibv_mcast.c:(.text+0x1f90):
>     undefined
>      > reference to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(ibv_mcast.o): In function `mv2_mcast_recv':
>      >
>     src/mpid/ch3/channels/common/src/mcast/ibv_mcast.c:(.text+0x2d2f):
>     undefined
>      > reference to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(ibv_mcast.o): In function
>      > `mv2_mcast_add_comm_init_req':
>      >
>     src/mpid/ch3/channels/common/src/mcast/ibv_mcast.c:(.text+0x3141):
>     undefined
>      > reference to `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(mv2_config.o): In function
>     `read_user_config':
>      > src/mpid/ch3/channels/common/src/util/mv2_config.c:(.text+0x84):
>     undefined
>      > reference to `__intel_sse2_strcpy'
>      > src/mpid/ch3/channels/common/src/util/mv2_config.c:(.text+0x131):
>     undefined
>      > reference to `__intel_sse2_strcpy'
>      > src/mpid/ch3/channels/common/src/util/mv2_config.c:(.text+0x13f):
>     undefined
>      > reference to `__intel_sse2_strcat'
>      > /usr/local/lib/libmpich.a(mv2_config.o): In function
>      > `read_configuration_files':
>      > src/mpid/ch3/channels/common/src/util/mv2_config.c:(.text+0x275):
>     undefined
>      > reference to `__intel_sse2_strcpy'
>      > src/mpid/ch3/channels/common/src/util/mv2_config.c:(.text+0x404):
>     undefined
>      > reference to `__intel_sse2_strcpy'
>      > src/mpid/ch3/channels/common/src/util/mv2_config.c:(.text+0x412):
>     undefined
>      > reference to `__intel_sse2_strcat'
>      > /usr/local/lib/libmpich.a(mv2_config.o): In function `read_config':
>      > src/mpid/ch3/channels/common/src/util/mv2_config.c:(.text+0x4cc):
>     undefined
>      > reference to `__intel_sse2_strchr'
>      > src/mpid/ch3/channels/common/src/util/mv2_config.c:(.text+0x501):
>     undefined
>      > reference to `__intel_sse2_strlen'
>      > src/mpid/ch3/channels/common/src/util/mv2_config.c:(.text+0x569):
>     undefined
>      > reference to `__intel_sse2_strlen'
>      > src/mpid/ch3/channels/common/src/util/mv2_config.c:(.text+0x5fa):
>     undefined
>      > reference to `__intel_sse2_strchr'
>      > src/mpid/ch3/channels/common/src/util/mv2_config.c:(.text+0x670):
>     undefined
>      > reference to `__intel_sse2_strlen'
>      > src/mpid/ch3/channels/common/src/util/mv2_config.c:(.text+0x6f1):
>     undefined
>      > reference to `__intel_sse2_strlen'
>      > /usr/local/lib/libmpich.a(debug_utils.o): In function
>     `set_output_prefix':
>      > src/mpid/ch3/channels/common/src/util/debug_utils.c:(.text+0x32):
>     undefined
>      > reference to `__intel_sse2_strncpy'
>      > /usr/local/lib/libmpich.a(debug_utils.o): In function
>     `mv2_print_mem_usage':
>      >
>     src/mpid/ch3/channels/common/src/util/debug_utils.c:(.text+0x115):
>     undefined
>      > reference to `__intel_sse2_strcpy'
>      >
>     src/mpid/ch3/channels/common/src/util/debug_utils.c:(.text+0x122):
>     undefined
>      > reference to `__intel_sse2_strcspn'
>      >
>     src/mpid/ch3/channels/common/src/util/debug_utils.c:(.text+0x16b):
>     undefined
>      > reference to `__intel_sse2_strcpy'
>      >
>     src/mpid/ch3/channels/common/src/util/debug_utils.c:(.text+0x178):
>     undefined
>      > reference to `__intel_sse2_strcspn'
>      > /usr/local/lib/libmpich.a(segment_packunpack.o): In function
>      > `MPID_Segment_contig_m2m':
>      > src/mpid/common/datatype/dataloop/segment_packunpack.c:(.text+0x116):
>      > undefined reference to `_intel_fast_memcpy'
>      > src/mpid/common/datatype/dataloop/segment_packunpack.c:(.text+0x12d):
>      > undefined reference to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(segment_packunpack.o): In function
>     `MPIUI_Memcpy':
>      >
>     src/mpid/common/datatype/dataloop/segment_packunpack.c:(.text+0x4ff2):
>      > undefined reference to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(mpi_t_util.o): In function
>     `utarray_str_cpy':
>      > src/mpi_t/mpi_t_util.c:(.text+0xe): undefined reference to
>      > `__intel_sse2_strdup'
>      > /usr/local/lib/libmpich.a(mpi_t_util.o): In function
>     `MPIR_T_pvar_add':
>      > src/mpi_t/mpi_t_util.c:(.text+0xab): undefined reference to
>      > `__intel_sse2_strdup'
>      > src/mpi_t/mpi_t_util.c:(.text+0xe8): undefined reference to
>      > `__intel_sse2_strdup'
>      > src/mpi_t/mpi_t_util.c:(.text+0x1fc): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(mpi_t_util.o): In function
>     `MPIU_Tool_strncpy':
>      > src/mpi_t/mpi_t_util.c:(.text+0x403): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/mpi_t/mpi_t_util.c:(.text+0x43b): undefined reference to
>      > `__intel_sse2_strlen'
>      > /usr/local/lib/libmpich.a(simple_pmi.o): In function
>     `PMI_Spawn_multiple':
>      > src/pmi/simple/simple_pmi.c:(.text+0x1921): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/pmi/simple/simple_pmi.c:(.text+0x1ca1): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/pmi/simple/simple_pmi.c:(.text+0x1d4e): undefined reference to
>      > `__intel_sse2_strncmp'
>      > src/pmi/simple/simple_pmi.c:(.text+0x1e39): undefined reference to
>      > `__intel_sse2_strchr'
>      > src/pmi/simple/simple_pmi.c:(.text+0x2274): undefined reference to
>      > `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(simple_pmi.o): In function `PMII_getmaxes':
>      > src/pmi/simple/simple_pmi.c:(.text+0x23f2): undefined reference to
>      > `__intel_sse2_strncmp'
>      > src/pmi/simple/simple_pmi.c:(.text+0x2428): undefined reference to
>      > `__intel_sse2_strncmp'
>      > /usr/local/lib/libmpich.a(simple_pmi.o): In function `PMI_Init':
>      > src/pmi/simple/simple_pmi.c:(.text+0x3431): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/pmi/simple/simple_pmi.c:(.text+0x3680): undefined reference to
>      > `__intel_sse2_strncmp'
>      > /usr/local/lib/libmpich.a(alltoall_tuning.o): In function
>      > `MV2_set_alltoall_tuning_table':
>      > src/mpi/coll/alltoall_tuning.c:(.text+0x55): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/alltoall_tuning.c:(.text+0x73): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/alltoall_tuning.c:(.text+0xc7): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/alltoall_tuning.c:(.text+0xe5): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/alltoall_tuning.c:(.text+0x115): undefined reference to
>      > `_intel_fast_memcpy'
>      >
>     /usr/local/lib/libmpich.a(alltoall_tuning.o):src/mpi/coll/alltoall_tuning.c:(.text+0x133):
>      > more undefined references to `_intel_fast_memcpy' follow
>      > /usr/local/lib/libmpich.a(alltoall_tuning.o): In function
>      > `MV2_Alltoall_is_define':
>      > src/mpi/coll/alltoall_tuning.c:(.text+0x20a): undefined reference to
>      > `__intel_sse2_strdup'
>      > /usr/local/lib/libmpich.a(reduce_tuning.o): In function
>      > `MV2_set_reduce_tuning_table':
>      > src/mpi/coll/reduce_tuning.c:(.text+0x58): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/reduce_tuning.c:(.text+0x76): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/reduce_tuning.c:(.text+0xcb): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/reduce_tuning.c:(.text+0xe9): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/reduce_tuning.c:(.text+0x13e): undefined reference to
>      > `_intel_fast_memcpy'
>      >
>     /usr/local/lib/libmpich.a(reduce_tuning.o):src/mpi/coll/reduce_tuning.c:(.text+0x15c):
>      > more undefined references to `_intel_fast_memcpy' follow
>      > /usr/local/lib/libmpich.a(reduce_tuning.o): In function
>      > `MV2_internode_Reduce_is_define':
>      > src/mpi/coll/reduce_tuning.c:(.text+0x2fe): undefined reference to
>      > `__intel_sse2_strdup'
>      > src/mpi/coll/reduce_tuning.c:(.text+0x5be): undefined reference to
>      > `__intel_sse2_strdup'
>      > /usr/local/lib/libmpich.a(reduce_tuning.o): In function
>      > `MV2_intranode_Reduce_is_define':
>      > src/mpi/coll/reduce_tuning.c:(.text+0x9e0): undefined reference to
>      > `__intel_sse2_strdup'
>      > /usr/local/lib/libmpich.a(allgather_tuning.o): In function
>      > `MV2_set_allgather_tuning_table':
>      > src/mpi/coll/allgather_tuning.c:(.text+0x58): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/allgather_tuning.c:(.text+0x76): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/allgather_tuning.c:(.text+0xcb): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/allgather_tuning.c:(.text+0xe9): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/allgather_tuning.c:(.text+0x13e): undefined reference to
>      > `_intel_fast_memcpy'
>      >
>     /usr/local/lib/libmpich.a(allgather_tuning.o):src/mpi/coll/allgather_tuning.c:(.text+0x15c):
>      > more undefined references to `_intel_fast_memcpy' follow
>      > /usr/local/lib/libmpich.a(allgather_tuning.o): In function
>      > `MV2_internode_Allgather_is_define':
>      > src/mpi/coll/allgather_tuning.c:(.text+0x253): undefined reference to
>      > `__intel_sse2_strdup'
>      > /usr/local/lib/libmpich.a(red_scat_tuning.o): In function
>      > `MV2_set_red_scat_tuning_table':
>      > src/mpi/coll/red_scat_tuning.c:(.text+0x58): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/red_scat_tuning.c:(.text+0x76): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/red_scat_tuning.c:(.text+0xcb): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/red_scat_tuning.c:(.text+0xe9): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/red_scat_tuning.c:(.text+0x13e): undefined reference to
>      > `_intel_fast_memcpy'
>      >
>     /usr/local/lib/libmpich.a(red_scat_tuning.o):src/mpi/coll/red_scat_tuning.c:(.text+0x15c):
>      > more undefined references to `_intel_fast_memcpy' follow
>      > /usr/local/lib/libmpich.a(red_scat_tuning.o): In function
>      > `MV2_internode_Red_scat_is_define':
>      > src/mpi/coll/red_scat_tuning.c:(.text+0x253): undefined reference to
>      > `__intel_sse2_strdup'
>      > /usr/local/lib/libmpich.a(allgatherv_tuning.o): In function
>      > `MV2_set_allgatherv_tuning_table':
>      > src/mpi/coll/allgatherv_tuning.c:(.text+0x58): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/allgatherv_tuning.c:(.text+0x76): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/allgatherv_tuning.c:(.text+0xcb): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/allgatherv_tuning.c:(.text+0xe9): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/allgatherv_tuning.c:(.text+0x13e): undefined
>     reference to
>      > `_intel_fast_memcpy'
>      >
>     /usr/local/lib/libmpich.a(allgatherv_tuning.o):src/mpi/coll/allgatherv_tuning.c:(.text+0x15c):
>      > more undefined references to `_intel_fast_memcpy' follow
>      > /usr/local/lib/libmpich.a(allgatherv_tuning.o): In function
>      > `MV2_internode_Allgatherv_is_define':
>      > src/mpi/coll/allgatherv_tuning.c:(.text+0x253): undefined
>     reference to
>      > `__intel_sse2_strdup'
>      > /usr/local/lib/libmpich.a(allgather_osu.o): In function
>      > `MPIR_Allgather_MV2':
>      > src/mpi/coll/allgather_osu.c:(.text+0x1705): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(allreduce_tuning.o): In function
>      > `MV2_set_allreduce_tuning_table':
>      > src/mpi/coll/allreduce_tuning.c:(.text+0x58): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/allreduce_tuning.c:(.text+0x76): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/allreduce_tuning.c:(.text+0xcb): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/allreduce_tuning.c:(.text+0xe9): undefined reference to
>      > `_intel_fast_memcpy'
>      >
>     /usr/local/lib/libmpich.a(allreduce_tuning.o):src/mpi/coll/allreduce_tuning.c:(.text+0x13e):
>      > more undefined references to `_intel_fast_memcpy' follow
>      > /usr/local/lib/libmpich.a(allreduce_tuning.o): In function
>      > `MV2_internode_Allreduce_is_define':
>      > src/mpi/coll/allreduce_tuning.c:(.text+0x30c): undefined reference to
>      > `__intel_sse2_strdup'
>      > src/mpi/coll/allreduce_tuning.c:(.text+0x505): undefined reference to
>      > `__intel_sse2_strdup'
>      > /usr/local/lib/libmpich.a(allreduce_tuning.o): In function
>      > `MV2_intranode_Allreduce_is_define':
>      > src/mpi/coll/allreduce_tuning.c:(.text+0x8a6): undefined reference to
>      > `__intel_sse2_strdup'
>      > /usr/local/lib/libmpich.a(bcast_tuning.o): In function
>      > `MV2_set_bcast_tuning_table':
>      > src/mpi/coll/bcast_tuning.c:(.text+0x58): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/bcast_tuning.c:(.text+0x76): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/bcast_tuning.c:(.text+0xcb): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/bcast_tuning.c:(.text+0xe9): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/bcast_tuning.c:(.text+0x13e): undefined reference to
>      > `_intel_fast_memcpy'
>      >
>     /usr/local/lib/libmpich.a(bcast_tuning.o):src/mpi/coll/bcast_tuning.c:(.text+0x15c):
>      > more undefined references to `_intel_fast_memcpy' follow
>      > /usr/local/lib/libmpich.a(bcast_tuning.o): In function
>      > `MV2_internode_Bcast_is_define':
>      > src/mpi/coll/bcast_tuning.c:(.text+0x253): undefined reference to
>      > `__intel_sse2_strdup'
>      > src/mpi/coll/bcast_tuning.c:(.text+0x4f4): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(gather_tuning.o): In function
>      > `MV2_set_gather_tuning_table':
>      > src/mpi/coll/gather_tuning.c:(.text+0x58): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/gather_tuning.c:(.text+0x76): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/gather_tuning.c:(.text+0xcb): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/gather_tuning.c:(.text+0xe9): undefined reference to
>      > `_intel_fast_memcpy'
>      >
>     /usr/local/lib/libmpich.a(gather_tuning.o):src/mpi/coll/gather_tuning.c:(.text+0x13e):
>      > more undefined references to `_intel_fast_memcpy' follow
>      > /usr/local/lib/libmpich.a(gather_tuning.o): In function
>      > `MV2_internode_Gather_is_define':
>      > src/mpi/coll/gather_tuning.c:(.text+0x256): undefined reference to
>      > `__intel_sse2_strdup'
>      > /usr/local/lib/libmpich.a(scatter_tuning.o): In function
>      > `MV2_set_scatter_tuning_table':
>      > src/mpi/coll/scatter_tuning.c:(.text+0x54): undefined reference to
>      > `_intel_fast_memset'
>      > src/mpi/coll/scatter_tuning.c:(.text+0x67): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/scatter_tuning.c:(.text+0x85): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/scatter_tuning.c:(.text+0xd6): undefined reference to
>      > `_intel_fast_memset'
>      > src/mpi/coll/scatter_tuning.c:(.text+0xe9): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/scatter_tuning.c:(.text+0x107): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/scatter_tuning.c:(.text+0x158): undefined reference to
>      > `_intel_fast_memset'
>      > src/mpi/coll/scatter_tuning.c:(.text+0x16b): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/scatter_tuning.c:(.text+0x189): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/scatter_tuning.c:(.text+0x1b5): undefined reference to
>      > `_intel_fast_memset'
>      > src/mpi/coll/scatter_tuning.c:(.text+0x1c8): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/coll/scatter_tuning.c:(.text+0x1e6): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(scatter_tuning.o): In function
>      > `MV2_internode_Scatter_is_define':
>      > src/mpi/coll/scatter_tuning.c:(.text+0x30b): undefined reference to
>      > `__intel_sse2_strdup'
>      > src/mpi/coll/scatter_tuning.c:(.text+0x519): undefined reference to
>      > `__intel_sse2_strdup'
>      > /usr/local/lib/libmpich.a(scatter_tuning.o): In function
>      > `MV2_intranode_Scatter_is_define':
>      > src/mpi/coll/scatter_tuning.c:(.text+0x946): undefined reference to
>      > `__intel_sse2_strdup'
>      > /usr/local/lib/libmpich.a(type_indexed.o): In function
>      > `MPIR_Type_indexed_impl':
>      > src/mpi/datatype/type_indexed.c:(.text+0xd4): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/datatype/type_indexed.c:(.text+0x121): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(type_indexed.o): In function
>     `MPI_Type_indexed':
>      > src/mpi/datatype/type_indexed.c:(.text+0x4b1): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/datatype/type_indexed.c:(.text+0x50a): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(type_create_struct.o): In function
>      > `MPIR_Type_create_struct_impl':
>      > src/mpi/datatype/type_create_struct.c:(.text+0xcd): undefined
>     reference to
>      > `_intel_fast_memcpy'
>      >
>     /usr/local/lib/libmpich.a(type_create_struct.o):src/mpi/datatype/type_create_struct.c:(.text+0x38a):
>      > more undefined references to `_intel_fast_memcpy' follow
>      > /usr/local/lib/libmpich.a(info_dup.o): In function
>     `MPIR_Info_dup_impl':
>      > src/mpi/info/info_dup.c:(.text+0x64): undefined reference to
>      > `__intel_sse2_strdup'
>      > src/mpi/info/info_dup.c:(.text+0x75): undefined reference to
>      > `__intel_sse2_strdup'
>      > /usr/local/lib/libmpich.a(info_dup.o): In function `MPI_Info_dup':
>      > src/mpi/info/info_dup.c:(.text+0x1d1): undefined reference to
>      > `__intel_sse2_strdup'
>      > src/mpi/info/info_dup.c:(.text+0x1e2): undefined reference to
>      > `__intel_sse2_strdup'
>      > /usr/local/lib/libmpich.a(info_get.o): In function
>     `MPIR_Info_get_impl':
>      > src/mpi/info/info_get.c:(.text+0x35): undefined reference to
>      > `__intel_sse2_strncmp'
>      > /usr/local/lib/libmpich.a(info_get.o): In function `MPI_Info_get':
>      > src/mpi/info/info_get.c:(.text+0x137): undefined reference to
>      > `__intel_sse2_strncmp'
>      > /usr/local/lib/libmpich.a(ad_fstype.o): In function
>     `ADIO_ResolveFileType':
>      > adio/common/ad_fstype.c:(.text+0x97): undefined reference to
>      > `__intel_sse2_strchr'
>      > adio/common/ad_fstype.c:(.text+0x20d): undefined reference to
>      > `__intel_sse2_strrchr'
>      > adio/common/ad_fstype.c:(.text+0x389): undefined reference to
>      > `__intel_sse2_strncmp'
>      > adio/common/ad_fstype.c:(.text+0x3a1): undefined reference to
>      > `__intel_sse2_strncmp'
>      > adio/common/ad_fstype.c:(.text+0x3ce): undefined reference to
>      > `__intel_sse2_strncmp'
>      > adio/common/ad_fstype.c:(.text+0x3e6): undefined reference to
>      > `__intel_sse2_strncmp'
>      > adio/common/ad_fstype.c:(.text+0x413): undefined reference to
>      > `__intel_sse2_strncmp'
>      >
>     /usr/local/lib/libmpich.a(ad_fstype.o):adio/common/ad_fstype.c:(.text+0x42b):
>      > more undefined references to `__intel_sse2_strncmp' follow
>      > /usr/local/lib/libmpich.a(ad_nfs_open.o): In function
>     `ADIOI_NFS_Open':
>      > adio/ad_nfs/ad_nfs_open.c:(.text+0x2d9): undefined reference to
>      > `__intel_sse2_strlen'
>      > /usr/local/lib/libmpich.a(ad_nfs_read.o): In function
>      > `ADIOI_NFS_ReadStrided':
>      > adio/ad_nfs/ad_nfs_read.c:(.text+0x689): undefined reference to
>      > `_intel_fast_memcpy'
>      > adio/ad_nfs/ad_nfs_read.c:(.text+0x6cb): undefined reference to
>      > `_intel_fast_memcpy'
>      > adio/ad_nfs/ad_nfs_read.c:(.text+0x7e5): undefined reference to
>      > `_intel_fast_memcpy'
>      > adio/ad_nfs/ad_nfs_read.c:(.text+0xd43): undefined reference to
>      > `_intel_fast_memcpy'
>      > adio/ad_nfs/ad_nfs_read.c:(.text+0xd85): undefined reference to
>      > `_intel_fast_memcpy'
>      >
>     /usr/local/lib/libmpich.a(ad_nfs_read.o):adio/ad_nfs/ad_nfs_read.c:(.text+0xec8):
>      > more undefined references to `_intel_fast_memcpy' follow
>      > /usr/local/lib/libmpich.a(ad_prealloc.o): In function
>     `ADIOI_GEN_Prealloc':
>      > adio/common/ad_prealloc.c:(.text+0x170): undefined reference to
>      > `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(ad_read_coll.o): In function
>      > `ADIOI_GEN_ReadStridedColl':
>      > adio/common/ad_read_coll.c:(.text+0xf5e): undefined reference to
>      > `_intel_fast_memcpy'
>      > adio/common/ad_read_coll.c:(.text+0xfad): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(ad_read_coll.o): In function
>      > `ADIOI_R_Exchange_data':
>      > adio/common/ad_read_coll.c:(.text+0x2256): undefined reference to
>      > `_intel_fast_memcpy'
>      > adio/common/ad_read_coll.c:(.text+0x24c2): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(ad_ufs_open.o): In function
>     `ADIOI_UFS_Open':
>      > adio/ad_ufs/ad_ufs_open.c:(.text+0x245): undefined reference to
>      > `__intel_sse2_strlen'
>      > /usr/local/lib/libmpich.a(ad_write_coll.o): In function
>      > `ADIOI_W_Exchange_data':
>      > adio/common/ad_write_coll.c:(.text+0x2851): undefined reference to
>      > `_intel_fast_memcpy'
>      > adio/common/ad_write_coll.c:(.text+0x2b80): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(ad_write_str.o): In function
>      > `ADIOI_GEN_WriteStrided':
>      > adio/common/ad_write_str.c:(.text+0x31e): undefined reference to
>      > `_intel_fast_memcpy'
>      > adio/common/ad_write_str.c:(.text+0x3c1): undefined reference to
>      > `_intel_fast_memcpy'
>      > adio/common/ad_write_str.c:(.text+0x658): undefined reference to
>      > `_intel_fast_memset'
>      > adio/common/ad_write_str.c:(.text+0x7e1): undefined reference to
>      > `_intel_fast_memcpy'
>      > adio/common/ad_write_str.c:(.text+0x94a): undefined reference to
>      > `_intel_fast_memcpy'
>      > adio/common/ad_write_str.c:(.text+0xc67): undefined reference to
>      > `_intel_fast_memcpy'
>      > adio/common/ad_write_str.c:(.text+0xde1): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(cb_config_list.o): In function
>      > `ADIOI_cb_config_list_parse':
>      > adio/common/cb_config_list.c:(.text+0x5c1): undefined reference to
>      > `_intel_fast_memset'
>      > adio/common/cb_config_list.c:(.text+0x766): undefined reference to
>      > `__intel_sse2_strcspn'
>      > adio/common/cb_config_list.c:(.text+0x867): undefined reference to
>      > `__intel_sse2_strcspn'
>      > adio/common/cb_config_list.c:(.text+0xbc8): undefined reference to
>      > `__intel_sse2_strcspn'
>      > adio/common/cb_config_list.c:(.text+0xc63): undefined reference to
>      > `__intel_sse2_strcspn'
>      > adio/common/cb_config_list.c:(.text+0xd0e): undefined reference to
>      > `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(error.o): In function
>     `ADIOI_Err_create_code':
>      > adio/common/error.c:(.text+0x59): undefined reference to
>      > `__intel_sse2_strlen'
>      > /usr/local/lib/libmpich.a(hwloc_bind.o): In function `pid_filter':
>      > src/mpid/ch3/channels/common/src/affinity/hwloc_bind.c:(.text+0x31):
>      > undefined reference to `__intel_sse2_strlen'
>      > /usr/local/lib/libmpich.a(hwloc_bind.o): In function
>     `map_scatter_core':
>      > src/mpid/ch3/channels/common/src/affinity/hwloc_bind.c:(.text+0x20a):
>      > undefined reference to `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(hwloc_bind.o): In function
>     `get_cpu_mapping':
>      > src/mpid/ch3/channels/common/src/affinity/hwloc_bind.c:(.text+0xe5e):
>      > undefined reference to `_intel_fast_memset'
>      > src/mpid/ch3/channels/common/src/affinity/hwloc_bind.c:(.text+0xe8f):
>      > undefined reference to `_intel_fast_memset'
>      >
>     src/mpid/ch3/channels/common/src/affinity/hwloc_bind.c:(.text+0x1125):
>      > undefined reference to `_intel_fast_memcmp'
>      >
>     src/mpid/ch3/channels/common/src/affinity/hwloc_bind.c:(.text+0x116e):
>      > undefined reference to `_intel_fast_memcmp'
>      >
>     src/mpid/ch3/channels/common/src/affinity/hwloc_bind.c:(.text+0x1183):
>      > undefined reference to `_intel_fast_memcmp'
>      >
>     src/mpid/ch3/channels/common/src/affinity/hwloc_bind.c:(.text+0x11d0):
>      > undefined reference to `_intel_fast_memcmp'
>      >
>     src/mpid/ch3/channels/common/src/affinity/hwloc_bind.c:(.text+0x11e5):
>      > undefined reference to `_intel_fast_memcmp'
>      >
>     /usr/local/lib/libmpich.a(hwloc_bind.o):src/mpid/ch3/channels/common/src/affinity/hwloc_bind.c:(.text+0x126d):
>      > more undefined references to `_intel_fast_memcmp' follow
>      > /usr/local/lib/libmpich.a(hwloc_bind.o): In function
>     `map_scatter_socket':
>      >
>     src/mpid/ch3/channels/common/src/affinity/hwloc_bind.c:(.text+0x4b71):
>      > undefined reference to `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(hwloc_bind.o): In function
>      > `get_cpu_mapping_hwloc':
>      >
>     src/mpid/ch3/channels/common/src/affinity/hwloc_bind.c:(.text+0x5ab0):
>      > undefined reference to `_intel_fast_memset'
>      >
>     src/mpid/ch3/channels/common/src/affinity/hwloc_bind.c:(.text+0x5d69):
>      > undefined reference to `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(hwloc_bind.o): In function
>      > `mv2_show_cpu_affinity':
>      >
>     src/mpid/ch3/channels/common/src/affinity/hwloc_bind.c:(.text+0x6fe0):
>      > undefined reference to `__intel_sse2_strlen'
>      > /usr/local/lib/libmpich.a(hwloc_bind.o): In function
>     `smpi_setaffinity':
>      >
>     src/mpid/ch3/channels/common/src/affinity/hwloc_bind.c:(.text+0x71ed):
>      > undefined reference to `__intel_sse2_strncpy'
>      >
>     src/mpid/ch3/channels/common/src/affinity/hwloc_bind.c:(.text+0x76eb):
>      > undefined reference to `_intel_fast_memset'
>      >
>     src/mpid/ch3/channels/common/src/affinity/hwloc_bind.c:(.text+0x7720):
>      > undefined reference to `_intel_fast_memset'
>      >
>     src/mpid/ch3/channels/common/src/affinity/hwloc_bind.c:(.text+0x79ee):
>      > undefined reference to `_intel_fast_memcmp'
>      >
>     src/mpid/ch3/channels/common/src/affinity/hwloc_bind.c:(.text+0x7a37):
>      > undefined reference to `_intel_fast_memcmp'
>      >
>     src/mpid/ch3/channels/common/src/affinity/hwloc_bind.c:(.text+0x7a4c):
>      > undefined reference to `_intel_fast_memcmp'
>      >
>     src/mpid/ch3/channels/common/src/affinity/hwloc_bind.c:(.text+0x7a99):
>      > undefined reference to `_intel_fast_memcmp'
>      >
>     src/mpid/ch3/channels/common/src/affinity/hwloc_bind.c:(.text+0x7aae):
>      > undefined reference to `_intel_fast_memcmp'
>      >
>     /usr/local/lib/libmpich.a(hwloc_bind.o):src/mpid/ch3/channels/common/src/affinity/hwloc_bind.c:(.text+0x7b36):
>      > more undefined references to `_intel_fast_memcmp' follow
>      > /usr/local/lib/libmpich.a(hwloc_bind.o): In function
>     `smpi_setaffinity':
>      >
>     src/mpid/ch3/channels/common/src/affinity/hwloc_bind.c:(.text+0x7d46):
>      > undefined reference to `__intel_sse2_strlen'
>      >
>     src/mpid/ch3/channels/common/src/affinity/hwloc_bind.c:(.text+0x7dba):
>      > undefined reference to `__intel_sse2_strncpy'
>      > /usr/local/lib/libmpich.a(topoutil.o): In function
>     `MPIR_Topology_copy_fn':
>      > src/mpi/topo/topoutil.c:(.text+0x1a3): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/topo/topoutil.c:(.text+0x21a): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/topo/topoutil.c:(.text+0x2a2): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/topo/topoutil.c:(.text+0x319): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/topo/topoutil.c:(.text+0x390): undefined reference to
>      > `_intel_fast_memcpy'
>      >
>     /usr/local/lib/libmpich.a(topoutil.o):src/mpi/topo/topoutil.c:(.text+0x407):
>      > more undefined references to `_intel_fast_memcpy' follow
>      > /usr/local/lib/libmpich.a(argstr.o): In function
>     `MPIU_Str_add_string':
>      > src/util/mem/argstr.c:(.text+0x14d7): undefined reference to
>      > `__intel_sse2_strchr'
>      > src/util/mem/argstr.c:(.text+0x1603): undefined reference to
>      > `__intel_sse2_strchr'
>      > src/util/mem/argstr.c:(.text+0x167d): undefined reference to
>      > `__intel_sse2_strchr'
>      > /usr/local/lib/libmpich.a(ch3u_buffer.o): In function
>      > `MPIDI_CH3U_Buffer_copy':
>      > src/mpid/ch3/src/ch3u_buffer.c:(.text+0x1ac): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(ch3u_buffer.o): In function
>      > `MPIDI_CH3_RecvFromSelf':
>      > src/mpid/ch3/src/ch3u_buffer.c:(.text+0x75c): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(ch3u_comm_spawn_multiple.o): In function
>      > `MPIDI_Comm_spawn_multiple':
>      > src/mpid/ch3/src/ch3u_comm_spawn_multiple.c:(.text+0x15f): undefined
>      > reference to `_intel_fast_memset'
>      > src/mpid/ch3/src/ch3u_comm_spawn_multiple.c:(.text+0x30c): undefined
>      > reference to `__intel_sse2_strdup'
>      > /usr/local/lib/libmpich.a(ch3u_comm_spawn_multiple.o): In function
>      > `MPIDI_CH3_GetParentPort':
>      > src/mpid/ch3/src/ch3u_comm_spawn_multiple.c:(.text+0xb37): undefined
>      > reference to `__intel_sse2_strdup'
>      > /usr/local/lib/libmpich.a(ch3u_handle_connection.o): In function
>      > `utarray_str_cpy':
>      > src/mpid/ch3/src/ch3u_handle_connection.c:(.text+0xe): undefined
>     reference
>      > to `__intel_sse2_strdup'
>      > /usr/local/lib/libmpich.a(ch3u_handle_connection.o): In function
>      > `MPIDI_CH3U_Check_for_failed_procs':
>      > src/mpid/ch3/src/ch3u_handle_connection.c:(.text+0x89b):
>     undefined reference
>      > to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(ch3u_handle_recv_pkt.o): In function
>      > `MPIDI_CH3U_Receive_data_found':
>      > src/mpid/ch3/src/ch3u_handle_recv_pkt.c:(.text+0x319): undefined
>     reference
>      > to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(ch3u_handle_recv_pkt.o): In function
>      > `MPIDI_CH3U_Receive_data_unexpected':
>      > src/mpid/ch3/src/ch3u_handle_recv_pkt.c:(.text+0x51e): undefined
>     reference
>      > to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(ch3u_handle_recv_req.o): In function
>      > `MPIDI_CH3_ReqHandler_PutAccumRespComplete':
>      > src/mpid/ch3/src/ch3u_handle_recv_req.c:(.text+0x2e9): undefined
>     reference
>      > to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(ch3u_handle_recv_req.o): In function
>      > `MPIDI_CH3_ReqHandler_GetRespDerivedDTComplete':
>      > src/mpid/ch3/src/ch3u_handle_recv_req.c:(.text+0x1060): undefined
>     reference
>      > to `_intel_fast_memcpy'
>      >
>     /usr/local/lib/libmpich.a(ch3u_handle_recv_req.o):src/mpid/ch3/src/ch3u_handle_recv_req.c:(.text+0x1427):
>      > more undefined references to `_intel_fast_memcpy' follow
>      > /usr/local/lib/libmpich.a(ch3u_port.o): In function
>     `ExtractLocalPGInfo':
>      > src/mpid/ch3/src/ch3u_port.c:(.text+0xcfb): undefined reference to
>      > `__intel_sse2_strdup'
>      > src/mpid/ch3/src/ch3u_port.c:(.text+0xdfc): undefined reference to
>      > `__intel_sse2_strdup'
>      > /usr/local/lib/libmpich.a(ch3u_port.o): In function `MPID_PG_BCast':
>      > src/mpid/ch3/src/ch3u_port.c:(.text+0xfb3): undefined reference to
>      > `__intel_sse2_strdup'
>      > src/mpid/ch3/src/ch3u_port.c:(.text+0x10c9): undefined reference to
>      > `__intel_sse2_strdup'
>      > /usr/local/lib/libmpich.a(ch3u_rma_acc_ops.o): In function
>      > `MPIDI_Compare_and_swap':
>      > src/mpid/ch3/src/ch3u_rma_acc_ops.c:(.text+0x944): undefined
>     reference to
>      > `_intel_fast_memcpy'
>      > src/mpid/ch3/src/ch3u_rma_acc_ops.c:(.text+0x968): undefined
>     reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(ch3u_rma_acc_ops.o): In function
>      > `MPIDI_Fetch_and_op':
>      > src/mpid/ch3/src/ch3u_rma_acc_ops.c:(.text+0xbcb): undefined
>     reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(ch3u_rma_sync.o): In function
>     `MPIDI_Win_fence':
>      > src/mpid/ch3/src/ch3u_rma_sync.c:(.text+0x32c): undefined
>     reference to
>      > `_intel_fast_memset'
>      > src/mpid/ch3/src/ch3u_rma_sync.c:(.text+0x378): undefined
>     reference to
>      > `_intel_fast_memset'
>      > src/mpid/ch3/src/ch3u_rma_sync.c:(.text+0x606): undefined
>     reference to
>      > `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(ch3u_rma_sync.o): In function
>      > `MPIDI_CH3I_Send_immed_rmw_msg':
>      > src/mpid/ch3/src/ch3u_rma_sync.c:(.text+0xf19): undefined
>     reference to
>      > `_intel_fast_memcpy'
>      > src/mpid/ch3/src/ch3u_rma_sync.c:(.text+0xf30): undefined
>     reference to
>      > `_intel_fast_memcpy'
>      > src/mpid/ch3/src/ch3u_rma_sync.c:(.text+0x101b): undefined
>     reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(ch3u_rma_sync.o): In function
>      > `MPIDI_CH3I_Send_rma_msg':
>      > src/mpid/ch3/src/ch3u_rma_sync.c:(.text+0x16c3): undefined
>     reference to
>      > `_intel_fast_memcpy'
>      > src/mpid/ch3/src/ch3u_rma_sync.c:(.text+0x177d): undefined
>     reference to
>      > `_intel_fast_memcpy'
>      >
>     /usr/local/lib/libmpich.a(ch3u_rma_sync.o):src/mpid/ch3/src/ch3u_rma_sync.c:(.text+0x19f3):
>      > more undefined references to `_intel_fast_memcpy' follow
>      > /usr/local/lib/libmpich.a(ch3u_rma_sync.o): In function
>     `MPIDI_Win_post':
>      > src/mpid/ch3/src/ch3u_rma_sync.c:(.text+0x2f52): undefined
>     reference to
>      > `_intel_fast_memset'
>      > src/mpid/ch3/src/ch3u_rma_sync.c:(.text+0x2f74): undefined
>     reference to
>      > `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(ch3u_rma_sync.o): In function
>      > `MPIDI_Win_complete':
>      > src/mpid/ch3/src/ch3u_rma_sync.c:(.text+0x3a51): undefined
>     reference to
>      > `_intel_fast_memset'
>      > src/mpid/ch3/src/ch3u_rma_sync.c:(.text+0x3aee): undefined
>     reference to
>      > `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(ch3u_rma_sync.o): In function
>      > `MPIDI_CH3_PktHandler_Put':
>      > src/mpid/ch3/src/ch3u_rma_sync.c:(.text+0x6fd3): undefined
>     reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(ch3u_rma_sync.o): In function
>      > `MPIDI_CH3_PktHandler_Get':
>      > src/mpid/ch3/src/ch3u_rma_sync.c:(.text+0x7889): undefined
>     reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(ch3u_rma_sync.o): In function
>      > `MPIDI_CH3_PktHandler_Accumulate':
>      > src/mpid/ch3/src/ch3u_rma_sync.c:(.text+0x7dac): undefined
>     reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(ch3u_rma_sync.o): In function
>      > `MPIDI_CH3_PktHandler_Accumulate_Immed':
>      > src/mpid/ch3/src/ch3u_rma_sync.c:(.text+0x8291): undefined
>     reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(ch3u_rma_sync.o): In function
>      > `MPIDI_CH3_PktHandler_CAS':
>      > src/mpid/ch3/src/ch3u_rma_sync.c:(.text+0x83cd): undefined
>     reference to
>      > `_intel_fast_memcpy'
>      >
>     /usr/local/lib/libmpich.a(ch3u_rma_sync.o):src/mpid/ch3/src/ch3u_rma_sync.c:(.text+0x8428):
>      > more undefined references to `_intel_fast_memcpy' follow
>      > /usr/local/lib/libmpich.a(crc32h.o): In function `gen_crc_table':
>      > src/mpid/ch3/channels/common/src/util/crc32h.c:(.text+0xe): undefined
>      > reference to `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(dataloop.o): In function
>     `MPID_Dataloop_copy':
>      > src/mpid/common/datatype/dataloop/dataloop.c:(.text+0x42): undefined
>      > reference to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(dataloop.o): In function
>      > `MPID_Dataloop_alloc_and_copy':
>      > src/mpid/common/datatype/dataloop/dataloop.c:(.text+0x5a3): undefined
>      > reference to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(dataloop.o): In function
>     `MPID_Dataloop_dup':
>      > src/mpid/common/datatype/dataloop/dataloop.c:(.text+0x80a): undefined
>      > reference to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(mpid_datatype_contents.o): In function
>      > `MPID_Datatype_set_contents':
>      > src/mpid/common/datatype/mpid_datatype_contents.c:(.text+0xdc):
>     undefined
>      > reference to `_intel_fast_memcpy'
>      > src/mpid/common/datatype/mpid_datatype_contents.c:(.text+0xf5):
>     undefined
>      > reference to `_intel_fast_memcpy'
>      >
>     /usr/local/lib/libmpich.a(mpid_datatype_contents.o):src/mpid/common/datatype/mpid_datatype_contents.c:(.text+0x114):
>      > more undefined references to `_intel_fast_memcpy' follow
>      > /usr/local/lib/libmpich.a(simple_pmiutil.o): In function
>     `PMIU_writeline':
>      > src/pmi/simple/simple_pmiutil.c:(.text+0x215): undefined reference to
>      > `__intel_sse2_strlen'
>      > src/pmi/simple/simple_pmiutil.c:(.text+0x250): undefined reference to
>      > `__intel_sse2_strlen'
>      > /usr/local/lib/libmpich.a(comm_get_name.o): In function
>      > `MPIR_Comm_get_name_impl':
>      > src/mpi/comm/comm_get_name.c:(.text+0x45): undefined reference to
>      > `__intel_sse2_strlen'
>      > /usr/local/lib/libmpich.a(comm_get_name.o): In function
>     `MPI_Comm_get_name':
>      > src/mpi/comm/comm_get_name.c:(.text+0xf9): undefined reference to
>      > `__intel_sse2_strlen'
>      > /usr/local/lib/libmpich.a(type_hindexed.o): In function
>     `MPI_Type_hindexed':
>      > src/mpi/datatype/type_hindexed.c:(.text+0x11c): undefined
>     reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(info_getvallen.o): In function
>      > `MPIR_Info_get_valuelen_impl':
>      > src/mpi/info/info_getvallen.c:(.text+0x2b): undefined reference to
>      > `__intel_sse2_strncmp'
>      > src/mpi/info/info_getvallen.c:(.text+0x71): undefined reference to
>      > `__intel_sse2_strlen'
>      > /usr/local/lib/libmpich.a(info_getvallen.o): In function
>      > `MPI_Info_get_valuelen':
>      > src/mpi/info/info_getvallen.c:(.text+0x153): undefined reference to
>      > `__intel_sse2_strncmp'
>      > src/mpi/info/info_getvallen.c:(.text+0x1cc): undefined reference to
>      > `__intel_sse2_strlen'
>      > /usr/local/lib/libmpich.a(info_set.o): In function `MPI_Info_set':
>      > src/mpi/info/info_set.c:(.text+0xc4): undefined reference to
>      > `__intel_sse2_strncmp'
>      > src/mpi/info/info_set.c:(.text+0xf9): undefined reference to
>      > `__intel_sse2_strdup'
>      > src/mpi/info/info_set.c:(.text+0x109): undefined reference to
>      > `__intel_sse2_strdup'
>      > src/mpi/info/info_set.c:(.text+0x160): undefined reference to
>      > `__intel_sse2_strdup'
>      > /usr/local/lib/libmpich.a(info_set.o): In function
>     `MPIR_Info_set_impl':
>      > src/mpi/info/info_set.c:(.text+0x1b0): undefined reference to
>      > `__intel_sse2_strncmp'
>      > src/mpi/info/info_set.c:(.text+0x1e3): undefined reference to
>      > `__intel_sse2_strdup'
>      > src/mpi/info/info_set.c:(.text+0x1f3): undefined reference to
>      > `__intel_sse2_strdup'
>      > src/mpi/info/info_set.c:(.text+0x216): undefined reference to
>      > `__intel_sse2_strdup'
>      > /usr/local/lib/libmpich.a(dist_gr_neighb.o): In function
>      > `MPIR_Dist_graph_neighbors_impl':
>      > src/mpi/topo/dist_gr_neighb.c:(.text+0x3f): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/topo/dist_gr_neighb.c:(.text+0x55): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/topo/dist_gr_neighb.c:(.text+0x77): undefined reference to
>      > `_intel_fast_memcpy'
>      > src/mpi/topo/dist_gr_neighb.c:(.text+0x94): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(dist_gr_neighb.o): In function
>      > `MPI_Dist_graph_neighbors':
>      > src/mpi/topo/dist_gr_neighb.c:(.text+0x1a1): undefined reference to
>      > `_intel_fast_memcpy'
>      >
>     /usr/local/lib/libmpich.a(dist_gr_neighb.o):src/mpi/topo/dist_gr_neighb.c:(.text+0x1ba):
>      > more undefined references to `_intel_fast_memcpy' follow
>      > /usr/local/lib/libmpich.a(ad_hints.o): In function
>     `ADIOI_GEN_SetInfo':
>      > adio/common/ad_hints.c:(.text+0x18f3): undefined reference to
>      > `__intel_sse2_strlen'
>      > /usr/local/lib/libmpich.a(ad_read_str.o): In function
>      > `ADIOI_GEN_ReadStrided':
>      > adio/common/ad_read_str.c:(.text+0x413): undefined reference to
>      > `_intel_fast_memcpy'
>      > adio/common/ad_read_str.c:(.text+0x457): undefined reference to
>      > `_intel_fast_memcpy'
>      > adio/common/ad_read_str.c:(.text+0x53b): undefined reference to
>      > `_intel_fast_memcpy'
>      > adio/common/ad_read_str.c:(.text+0x906): undefined reference to
>      > `_intel_fast_memcpy'
>      > adio/common/ad_read_str.c:(.text+0x947): undefined reference to
>      > `_intel_fast_memcpy'
>      >
>     /usr/local/lib/libmpich.a(ad_read_str.o):adio/common/ad_read_str.c:(.text+0xa32):
>      > more undefined references to `_intel_fast_memcpy' follow
>      > /usr/local/lib/libmpich.a(mpid_getpname.o): In function
>      > `MPID_Get_processor_name':
>      > src/mpid/ch3/src/mpid_getpname.c:(.text+0x5f): undefined reference to
>      > `__intel_sse2_strlen'
>      > /usr/local/lib/libmpich.a(dataloop_create_blockindexed.o): In
>     function
>      > `MPID_Dataloop_create_blockindexed':
>      >
>     src/mpid/common/datatype/dataloop/dataloop_create_blockindexed.c:(.text+0x58f):
>      > undefined reference to `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(type_struct.o): In function
>      > `MPIR_Type_struct_impl':
>      > src/mpi/datatype/type_struct.c:(.text+0xcd): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(type_struct.o): In function
>     `MPI_Type_struct':
>      > src/mpi/datatype/type_struct.c:(.text+0x38a): undefined reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(info_delete.o): In function
>     `MPI_Info_delete':
>      > src/mpi/info/info_delete.c:(.text+0xc4): undefined reference to
>      > `__intel_sse2_strncmp'
>      > /usr/local/lib/libmpich.a(ad_coll_build_req_new.o): In function
>      > `ADIOI_Build_agg_reqs':
>      > adio/common/ad_coll_build_req_new.c:(.text+0xd1): undefined
>     reference to
>      > `_intel_fast_memset'
>      > adio/common/ad_coll_build_req_new.c:(.text+0x18a): undefined
>     reference to
>      > `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(ad_coll_build_req_new.o): In function
>      > `ADIOI_Build_client_reqs':
>      > adio/common/ad_coll_build_req_new.c:(.text+0x1c6c): undefined
>     reference to
>      > `_intel_fast_memset'
>      > adio/common/ad_coll_build_req_new.c:(.text+0x1c7c): undefined
>     reference to
>      > `_intel_fast_memset'
>      > /usr/local/lib/libmpich.a(ad_coll_build_req_new.o): In function
>      > `ADIOI_Build_client_pre_req':
>      > adio/common/ad_coll_build_req_new.c:(.text+0x3cf2): undefined
>     reference to
>      > `_intel_fast_memcpy'
>      > adio/common/ad_coll_build_req_new.c:(.text+0x3d13): undefined
>     reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(ad_coll_build_req_new.o): In function
>      > `ADIOI_Build_client_req':
>      > adio/common/ad_coll_build_req_new.c:(.text+0x501f): undefined
>     reference to
>      > `_intel_fast_memcpy'
>      > adio/common/ad_coll_build_req_new.c:(.text+0x5038): undefined
>     reference to
>      > `_intel_fast_memcpy'
>      > /usr/local/lib/libmpich.a(mpid_ext32_segment.o): In function
>      > `MPID_Segment_contig_pack_external32_to_buf':
>      > src/mpid/common/datatype/mpid_ext32_segment.c:(.text+0x4d): undefined
>      > reference to `_intel_fast_memcpy'
>      >
>     /usr/local/lib/libmpich.a(mpid_ext32_segment.o):src/mpid/common/datatype/mpid_ext32_segment.c:(.text+0x58c):
>      > more undefined references to `_intel_fast_memcpy' follow
>      > /usr/local/lib/libmpl.a(mpltrmem.o): In function `MPL_trcalloc':
>      > src/mpltrmem.c:(.text+0x897): undefined reference to
>     `_intel_fast_memset'
>      > src/mpltrmem.c:(.text+0x8dd): undefined reference to
>     `_intel_fast_memset'
>      > src/mpltrmem.c:(.text+0x117b): undefined reference to
>     `__intel_sse2_strlen'
>      > /usr/local/lib/libmpl.a(mpltrmem.o): In function `MPL_trrealloc':
>      > src/mpltrmem.c:(.text+0x1424): undefined reference to
>     `_intel_fast_memcpy'
>      > /usr/local/lib/libmpl.a(mpltrmem.o): In function `MPL_trmalloc':
>      > src/mpltrmem.c:(.text+0x1720): undefined reference to
>     `_intel_fast_memset'
>      > src/mpltrmem.c:(.text+0x1fe2): undefined reference to
>     `__intel_sse2_strlen'
>      > /usr/local/lib/libmpl.a(mpltrmem.o): In function `MPL_trfree':
>      > src/mpltrmem.c:(.text+0x277e): undefined reference to
>     `__intel_sse2_strlen'
>      > src/mpltrmem.c:(.text+0x2baf): undefined reference to
>     `_intel_fast_memset'
>      > /usr/local/lib/libmpl.a(mpltrmem.o): In function `MPL_trstrdup':
>      > src/mpltrmem.c:(.text+0x3730): undefined reference to
>     `__intel_sse2_strlen'
>      > src/mpltrmem.c:(.text+0x3804): undefined reference to
>     `_intel_fast_memset'
>      > src/mpltrmem.c:(.text+0x3854): undefined reference to
>     `_intel_fast_memcpy'
>      > src/mpltrmem.c:(.text+0x4177): undefined reference to
>     `__intel_sse2_strlen'
>      > /usr/local/lib/libmpl.a(mpltrmem.o): In function `MPL_trIsort':
>      > src/mpltrmem.c:(.text+0x442e): undefined reference to
>     `__intel_sse2_strncmp'
>      > /usr/local/lib/libmpl.a(mpltrmem.o): In function `MPL_trdumpGrouped':
>      > src/mpltrmem.c:(.text+0x45bf): undefined reference to
>     `__intel_sse2_strncmp'
>      > src/mpltrmem.c:(.text+0x4643): undefined reference to
>     `__intel_sse2_strncmp'
>      > collect2: ld returned 1 exit status
>      > make[4]: *** [uerrhandf] Error 1
>      > make[4]: Leaving directory
>     `/root/mvapich2-2.0a/test/mpi/errors/f77/errhan'
>      > make[3]: *** [all-recursive] Error 1
>      > make[3]: Leaving directory `/root/mvapich2-2.0a/test/mpi/errors/f77'
>      > make[2]: *** [all-recursive] Error 1
>      > make[2]: Leaving directory `/root/mvapich2-2.0a/test/mpi/errors'
>      > make[1]: *** [all-recursive] Error 1
>      > make[1]: Leaving directory `/root/mvapich2-2.0a/test/mpi'
>      > make: *** [all-recursive] Error 1
>      >
>      > ----------------------------------------
>      >
>      > Other relevant output from config.log.
>      >
>      >
>      > configure:5501: checking whether to enable header caching
>      > configure:5510: result: yes
>      > configure:5580: checking for icc
>      > configure:5596: found /composer_xe_2013_sp1.0.080/bin/intel64/icc
>      > configure:5607: result: icc
>      > configure:5638: checking for C compiler version
>      > configure:5647: icc --version >&5
>      > icc (ICC) 14.0.0 20130728
>      > Copyright (C) 1985-2013 Intel Corporation.  All rights reserved.
>      >
>      >
>      > --
>      > This message has been scanned for viruses and
>      > dangerous content by MailScanner, and is
>      > believed to be clean.
>      >
>      >
>      > _______________________________________________
>      > mvapich-discuss mailing list
>      > mvapich-discuss at cse.ohio-state.edu
>     <mailto:mvapich-discuss at cse.ohio-state.edu>
>      > http://mailman.cse.ohio-state.edu/mailman/listinfo/mvapich-discuss
>
>
>
>     --
>     Jeff Hammond
>     jeff.science at gmail.com <mailto:jeff.science at gmail.com>
>
>     _______________________________________________
>     mvapich-discuss mailing list
>     mvapich-discuss at cse.ohio-state.edu
>     <mailto:mvapich-discuss at cse.ohio-state.edu>
>     http://mailman.cse.ohio-state.edu/mailman/listinfo/mvapich-discuss
>
>
>
>
> --
> This message has been scanned for viruses and
> dangerous content by *MailScanner* <http://www.mailscanner.info/>, and is
> believed to be clean.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




More information about the mvapich-discuss mailing list