Hi all,
I'm a rookie in C++ and Linux. I installed Intel Parallel Studio Xe today, in order to use mkl functions.
In g++, the head file mkl.h can be found and called successfully. However, when I used eclipse, it was reported that "Unresolved inclusion : <mkl.h>".
So... how to call mkl in Eclipse?
Thanks in advance for any help!
Link Copied
Hi Fuyang, thank you for asking question in IDZ. This problem is caused when the Eclipse indexer cannot find the header file you have included. I wonder, have you ever linked your application with mkl and added include path and library path of mkl in eclipse? Please follow these documents below to finish all preparatory work for using mkl:
Linking Your Application with the Intel® Math Kernel Library
Configuring the Eclipse* IDE CDT to Link with Intel MKL
Hope it could help you. If you still meet any problems, do not hesitate to tell us.
Hi Fuyang, thank you for asking question in IDZ. This problem is caused when the Eclipse indexer cannot find the header file you have included. I wonder, have you ever linked your application with mkl and added include path and library path of mkl in eclipse? Please follow these documents below to finish all preparatory work for using mkl:
Linking Your Application with the Intel® Math Kernel Library
Configuring the Eclipse* IDE CDT to Link with Intel MKL
Hope it could help you. If you still meet any problems, do not hesitate to tell us.
For more complete information about compiler optimizations, see our Optimization Notice.