After update to MKL 10.2, code chrashes with undefined symbol: mkl_serv_mkl_malloc
Andrey Nikolaev (Intel)
 | Total Points: 1,090 Status Points: 590 Brown Belt | |
June 30, 2009 11:54 PM PDT
|
Can you please modify LIBs in your makefile as shown below and let us know how it works?
LIBS = -L${MKLROOT}/lib/em64t\ ${INCL} -Wl,--start-group -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -Wl,--end-group -openmp -lpthread -lm
Also, the link http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/ contains Link Line Advisor which is a useful tool to determine MKL link line for your specific environment.
Thanks, Andrey
|
|
|
|
|
|