- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
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 kopiert
5 Antworten
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
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.
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
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
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
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?
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
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.
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
Thanks A.
That was exactly what I needed.
That was exactly what I needed.

Antworten
Themen-Optionen
- RSS-Feed abonnieren
- Thema als neu kennzeichnen
- Thema als gelesen kennzeichnen
- Diesen Thema für aktuellen Benutzer floaten
- Lesezeichen
- Abonnieren
- Drucker-Anzeigeseite