multiple definition of `util mic set affinity ' at util mic support.c:176


Click here for full thread
Forum Vet
Puneet
I think the problem is caused by your Blas/Lapack/Scalapack settings that are not working for the Xeon Phi offloading.
Here is what I use

export SCALAPACK="-mkl -openmp -lmkl_scalapack_ilp64 -lmkl_blacs_intelmpi_ilp64 -lpthread -lm"
export SCALAPACK_LIB="$SCALAPACK"
BLASOPT="-mkl -openmp -lpthread -lm"
export BLAS_LIB="$BLASOPT"
export LAPACK_LIB="$BLASOPT"