Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
7782 Discussions

How do I link to a static mkl library in Xcode

lillian
Beginner
183 Views
How do I link to a static mkl library in xcode using the intel compiler?
0 Kudos
1 Reply
Melanie_B_Intel
Employee
183 Views
There's documentation that you may find helpful available online at this url,http://software.intel.com/sites/products/documentation/hpc/mkl/mkl_userguide_mac/mkl_userguide_mac.pdf
It's worth reading through the entire document, but especially the chapter 4 "Linking your application with the Intel Math Kernel Library". There is even a wizard provided in the kit, and available online as well, todetermine libraries and options to specifyon your link or compilation line.
Reply