[mvapich-discuss] Intel Xeon Phi support?

Nikoloutsakos Nikolaos nikoloutsa at ceid.upatras.gr
Sat May 10 11:17:57 EDT 2014


Hi,

Im trying to use mvapich with the new intel xeon phi coprocessor.
Here is my configure:
./configure --prefix=/opt/mvapich_icc_mic/ --disable-mcast --disable-fc 
--disable-f77 --host=i686-linux-gnu --build=x86_64-k1om-linux CC=icc 
CXX=icpc CFLAGS=-mmic CPPFLAGS=-mmic CXXFLAGS=-mmic

If i try to compile anything with mpicc -mmic
i get this error:
x86_64-k1om-linux-ld: warning: libimf.so, needed by 
/opt/mvapich_icc_mic/lib/libmpich.so, not found (try using -rpath or 
-rpath-link)
x86_64-k1om-linux-ld: warning: libsvml.so, needed by 
/opt/mvapich_icc_mic/lib/libmpich.so, not found (try using -rpath or 
-rpath-link)
x86_64-k1om-linux-ld: warning: libirng.so, needed by 
/opt/mvapich_icc_mic/lib/libmpich.so, not found (try using -rpath or 
-rpath-link)
x86_64-k1om-linux-ld: warning: libintlc.so.5, needed by 
/opt/mvapich_icc_mic/lib/libmpich.so, not found (try using -rpath or 
-rpath-link)

without the -mmic , compilation/run is ok on host machine but i cannot 
run the binary on xeon phi.
-bash: ./a.out: cannot execute binary file

If anyone has any hints please share.

Thank you,
Nikos




More information about the mvapich-discuss mailing list