- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am new to this forum.
I have Intel Core2 Duo running Windows x64 with Microsoft Visual Studio 2005. I also have Visual Studio 2008. I have successfully linked to the Intel Math Kernel Library (10.2.6.037) in Visual Studio 2005 in the Win32 configuration by following the help file suggestion:
1. Select Project > Properties > Linker > General > Additional Library Directories.
Add the architecture-specific lib folder,
for example,\\lib\\ia32.
2. Select Project > Properties > Linker > Input > Additional Dependencies. Insert
mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib
What is the correct set of steps to link to MKL using with x64 configuration?
Thanks.
I am new to this forum.
I have Intel Core2 Duo running Windows x64 with Microsoft Visual Studio 2005. I also have Visual Studio 2008. I have successfully linked to the Intel Math Kernel Library (10.2.6.037) in Visual Studio 2005 in the Win32 configuration by following the help file suggestion:
1. Select Project > Properties > Linker > General > Additional Library Directories.
Add the architecture-specific lib folder,
for example,
2. Select Project > Properties > Linker > Input > Additional Dependencies. Insert
mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib
What is the correct set of steps to link to MKL using with x64 configuration?
Thanks.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi again,
After some more searching on the Knowledge Base, I have now have the line link that works for x64 for me. As a correlary to what I am using on Win32, the following works for me on x64:
1. Select Project > Properties > Linker > General > Additional Library Directories.
Add the architecture-specific lib folder,
C:\Program Files\Intel\MKL\10.2.6.037\em64t\lib
2. Select Project > Properties > Linker > Input > Additional Dependencies. Insert
mkl_intel_lp64.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib
Thanks, and sorry for any inconvenience.
After some more searching on the Knowledge Base, I have now have the line link that works for x64 for me. As a correlary to what I am using on Win32, the following works for me on x64:
1. Select Project > Properties > Linker > General > Additional Library Directories.
Add the architecture-specific lib folder,
C:\Program Files\Intel\MKL\10.2.6.037\em64t\lib
2. Select Project > Properties > Linker > Input > Additional Dependencies. Insert
mkl_intel_lp64.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib
Thanks, and sorry for any inconvenience.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Welcome to the forum, and I'm glad to hear that you found a solution. If you need help with MKL in the future, please visit our MKL forum. There you will also see a link to the MKL Link Line Advisor which may be helpful to you.

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