- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My VB.NET program needs some numerical work, so I want to assemble some MKL Lapack routines in a DLL.
I don't want to distribute the whole library.
Can I easily change the existing makefiles so I can do the builds ?
I don't want to distribute the whole library.
Can I easily change the existing makefiles so I can do the builds ?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - erik2055
My VB.NET program needs some numerical work, so I want to assemble some MKL Lapack routines in a DLL.
I don't want to distribute the whole library.
Can I easily change the existing makefiles so I can do the builds ?
I don't want to distribute the whole library.
Can I easily change the existing makefiles so I can do the builds ?
from version 10.x (if I'm not mistaken, definitely the newest one) is something even nicer, Intel MKL DLL Builder to do exactly what you intent to. Take a look at Chapter 5, Linking Your Application with MKL (pages 5-7). There you'll find example on how to prepare makefile and build a dll containing the routines you actually use/require in your app. You'll need to set function list, and interface (cdecl/stdcall).
A.

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