Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

reduce the size of the resulted dll?

Zhong_Fan
Beginner
208 Views
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!
0 Kudos
1 Reply
Gennady_F_Intel
Moderator
208 Views
you can try to build custom dll with PARDISO function only, but I don't think if it much help.
--Gennady
0 Kudos
Reply