- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi,
I have following problem
I'm trying to create a .dll containing Lapack functions from IMKL undeer VC++ 6 for Labview 7.1
I'm able to compile/create dll without any error but when using for some functions from LAPACK I'am recieving an error mesage when connceting dll to .vi saying that he couldn't find libiomp5md.dll.
For exaple when using in C++ coce func:
dgeqr2( &m, &n, a, &lda, b, work, &info ); Labview has no problems but for
dgeqp3( &m, &n, a, &lda, jpvt, tau, work, &lwork, &info ); or dgels()... I'am recieving the error code
in project I'm using following lib. as External dependencies:
mkl_intel_c.lib
mkl_intel_thread.lib
mkl_core.lib
libiomp5md.lib
Thanks for Help
Peter
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi,
I have following problem
I'm trying to create a .dll containing Lapack functions from IMKL undeer VC++ 6 for Labview 7.1
I'm able to compile/create dll without any error but when using for some functions from LAPACK I'am recieving an error mesage when connceting dll to .vi saying that he couldn't find libiomp5md.dll.
For exaple when using in C++ coce func:
dgeqr2( &m, &n, a, &lda, b, work, &info ); Labview has no problems but for
dgeqp3( &m, &n, a, &lda, jpvt, tau, work, &lwork, &info ); or dgels()... I'am recieving the error code
in project I'm using following lib. as External dependencies:
mkl_intel_c.lib
mkl_intel_thread.lib
mkl_core.lib
libiomp5md.lib
Thanks for Help
Peter
Please check the presence of the directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please check the presence of the directory
Thanks, it worked:) (added
Peter

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