- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi, I have built a wrap dll to use the PARDISO solver in MKL 10.3 (no other function is introduced besides pardiso), MKL is static linked with:
mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5mt.lib
the building environment is vs2005 release mode.
now the problem is thatthe resulted dll isso large ( > 9M ), is there anyway to reduce its size?
note that dynamic linkage is not considered because i want to reduce the total size of the redistributed files.
Thanks!
mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5mt.lib
the building environment is vs2005 release mode.
now the problem is thatthe resulted dll isso large ( > 9M ), is there anyway to reduce its size?
note that dynamic linkage is not considered because i want to reduce the total size of the redistributed files.
Thanks!
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you can try to build custom dll with PARDISO function only, but I don't think if it much help.
--Gennady
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