| Thread Tools | Search this thread |
|---|
Ying H (Intel)
| June 29, 2009 12:22 AM PDT How to use MKL in MSVC 2005(Intel Fortran) | ||||
Dear ALL, I noticed some users have probelms when use MKL in MSVC 2005(Intel Fortran). I upload a MSVC 2005 project (Intel fortran 11.0.0.074 IA32) for your reference. Some notable things: 1) which kind of application: ia32, em64t or ia64 application. you may make sure which target machine you need your application run on? ia32: 32 bit application. em64t: Intel 64 bit application IA64: Intel Itanium 64bit application. For example, most of us may build ia32 or em64t application on a xeon machine with windows*. Then in MSVC environment, Check the project configuration manager=> active platform. They are "ia32" or "X64" (which is corresponding to em64t). 2. Which MKL library you need link into. Here is FAQ about how to use MKL in MSVC . You may add the include path, library path as the article show. But about library path, as above, you need enter rigth directory: they <MKL install dir>\ia32, for ia32 application <MKL install dir>\em64t, for X64 application <MKL install dir>\em64t, for IA64 application they can't be mixed Aboub the library you need. There are many libraries under MKL lib directory. Which one you needs? We have on-line KB article Intel® Math Kernel Library Link Line Advisor After choose it, you can get which libraries you need to list. In general, mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib are enough for any ia32 windows application.
· Using the Intel® Fortran compiler | |||||
|
|||||||||||||
|
|||||||||||||
| 8442 users have contributed to 31547 threads and 100373 posts to date. |
|---|
| In the past 24 hours, we have 11 new thread(s) 33 new posts(s), and 44 new user(s). In the past 3 days, the most popular thread for everyone has been /fpp interferes with breakpoints/stepping through code - again The most posts were made to Help with hitting maximum record length in the compiler with debug info? The post with the most views is You could save the pre-proce Please welcome our newest member mrnm |