- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm new to intel system studio 2019, so i don't know how to use mkl.h library function in my c program.
Can anyone tell me procedure to create C project creation with mkl.h? and what are the configurations need to change?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You may start with mkl's examples ( mklroot/examples folder). All of these are command line c/fortran examples. In the case if you need to see how to use visual studio - this article may help you to start.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Gennady F, I'm using intel system studio 2019 on linux. While compilation I don't know what are the things need add for linking. I tried with Link Line Advisor v4.7, but getting ld: cannot find -lmkl_intel_ilp64 and
ld: cannot find -libmkl_sequential message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
it seems you need to read MKL Developer Guide, starting since Getting Started and etc.... also you may see the mkl examples where we provide many of makefiles which is also may help to see how to compile and link your application with Intel MKL.

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