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

MKL library

moropera
Beginner
1,292 Views


nella "Pagina delle proprietà" di Visual Studio di un programma che ho ereditato
ci sono riferimenti a directory e librerie che non si trovano sul mio computer.
Potete aiutarmi e dirmi dove trovo le librerie MKL?
Grazie mille in anticipo per qualsiasi risposta

FORTRAN
-------------
Generale / Directory di inclusione aggiuntiva
C:\Program Files\Intel\MKL\9.1.027\ia32\include


LINKER
----------
Directory libreria generale/aggiuntiva
C:\Program Files\Intel\MKL\9.1.027\ia32\lib

Input/dipendenza aggiuntiva
mkl_c_dll.lib libguide40.lib

0 Kudos
1 Solution
VarshaS_Intel
Moderator
1,076 Views

Hi Antonio,


Glad to know that your issue is resolved. Could you please let us know if you have any other queries? If not, can we go ahead and close this thread?


Thanks & Regards,

Varsha



View solution in original post

0 Kudos
7 Replies
ArpanB_Intel
Moderator
1,229 Views

Hi Antonio, thank you for reaching out to us. We will move the query to the correct forum for further support.


0 Kudos
VarshaS_Intel
Moderator
1,195 Views

Hi Antonio,

 

Thanks for posting in Intel Communities.

 

Could you please let us know the Intel oneAPI and Microsoft Visual Studio versions you are using?

 

Please find this link for the supported Intel oneAPI Toolkit versions.

Please find the link where you can link the Intel MKL code with Microsoft Visual Studio and please find the below screenshot where we have enabled Intel MKL(Sequential/Parallel/Cluster) based on the code requirement.

VarshaS_Intel_1-1682083159641.png

And also, please find the below link for the Intel Compilers and OneAPI Toolkit Compatibility with Microsoft Visual Studio

https://www.intel.com/content/www/us/en/developer/articles/reference-implementation/intel-compilers-compatibility-with-microsoft-visual-studio-and-xcode.html

 

Thanks & Regards,

Varsha

 

0 Kudos
mecej4
Honored Contributor III
1,139 Views

The libraries named in your post are about 17 years old. They are no longer available for download.

Depending on the size of your source code and external libraries that it requires, if any, it should not be too difficult to create a new project with your source files using a current version of Visual Studio and Intel Fortran. Note that Fortran program development is possible only under Windows 64.

The good news is that Intel Fortran is now free, and you should be able to obtain much better performance on a current or recent CPU.

0 Kudos
moropera
Beginner
1,111 Views

Thanks mecej4.

I've solved the problem including the source file of the library. May be slower but enough for my goal.

Thak you very much also for the information about the Intel Fortran that now is free.

Tonino

0 Kudos
VarshaS_Intel
Moderator
1,077 Views

Hi Antonio,


Glad to know that your issue is resolved. Could you please let us know if you have any other queries? If not, can we go ahead and close this thread?


Thanks & Regards,

Varsha



0 Kudos
moropera
Beginner
1,036 Views

I've no others questions. You can close this thread. Thank you very much for help

0 Kudos
VarshaS_Intel
Moderator
1,032 Views

Hi Antonio,


Thanks for your reply.


>>You can close this thread.

Thanks for the confirmation. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.


Have a Good day!


Thanks & Regards,

Varsha


0 Kudos
Reply