- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey guys,
I am trying to use Vector Statistic Library but I am having some problems. I want to use the vslsconvnewtask function but I am getting an error:
error LNK2019: unresolved external symbol_VSLSCONVNEWTASK referenced in function ...
My FORTRAN program is written in free form source. I tried adding the Intel\MKL\10.0.011\include folder to the Additional Include Directories in the Project Properties -> Fortran -> General and adding the line INCLUDE 'mkl_vsl.fi' to my module.
Any suggestions would be greatly appreciated.
Thanks in advance,
Bob
I am trying to use Vector Statistic Library but I am having some problems. I want to use the vslsconvnewtask function but I am getting an error:
error LNK2019: unresolved external symbol_VSLSCONVNEWTASK referenced in function ...
My FORTRAN program is written in free form source. I tried adding the Intel\MKL\10.0.011\include folder to the Additional Include Directories in the Project Properties -> Fortran -> General and adding the line INCLUDE 'mkl_vsl.fi' to my module.
Any suggestions would be greatly appreciated.
Thanks in advance,
Bob
Link Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you aren't using the current integrated ifort/mkl installation, you must also add the appropriate MKL libraries to your project. You need to know whether you are using ifort 32- or 64-bit versions in order to choose the correct ones; and you will need the MKL docs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tim,
Thanks for the quick reply. I am using the ifort 32 bit version and have all of the MKL docs. Can you tell me which MKL libraries I need to add to the project and how I would do that? I'm guessing the libraries are located in either
Thanks,
Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Bob Fratantonio
I am using the ifort 32 bit version and have all of the MKL docs. Can you tell me which MKL libraries I need to add to the project and how I would do that? I'm guessing the libraries are located in either ia32bin or lib?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try this:
(1) go to Project->Properties->Linker->Additional dependencies and set:
mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib
(2) add INCLUDE 'mkl_vsl.fi' to your code.
I assume that is added to your VS(?)/environment as in Release notes, if not go to: Project->Properties->Linker->General and set in additional library directories.
A.
(1) go to Project->Properties->Linker->Additional dependencies and set:
mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib
(2) add INCLUDE 'mkl_vsl.fi' to your code.
I assume that
A.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks A.
That was exactly what I needed.
That was exactly what I needed.

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