- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page