| November 8, 2008 10:30 AM PST | |
|
You can use Intel® Visual Fortran Compiler within Microsoft* Visual Studio* Integrated Development Environment (IDE) to develop Fortran applications. The following provides the information for linking your program with Intel® MKL from the Microsoft* Visual Studio* 2005/2008 and Intel® Fortran Compiler. First, please make sure that Intel® Fortran Compiler is integrated within the Microsoft* Visual Studio* correctly. In Microsoft* Visual Studio* environment, compiling and linking Intel® MKL with Intel® Fortan Compiler is similar as in Compaq Visual Fortran.
|
This article applies to: Intel® Math Kernel Library Knowledge Base
For more complete information about compiler optimizations, see our Optimization Notice.
Comments (7) 
| October 22, 2009 1:20 PM PDT
evgeny.shapirogmail.com
| Not working for the 11.1 compiler on Vista, with all the directories changed into what is there now. Could you please update! |
| November 19, 2009 9:26 PM PST
Vinay |
THank you its very discriptive, but how to check "First, please make sure that Intel® Fortran Compiler is integrated within the Microsoft* Visual Studio* correctly." If i am able to run any FORTRAN code in this studio is that conforms the above point ? Please clarify !! Thanks in Advance, Vinayender. |
| February 11, 2010 12:43 PM PST
Kevin |
this link contains more up-to-date info (look at chapter 4 and 5) http://software.intel.com/sites/products/documentation/hpc/m.....de_win.pdf In particular, I used the following libraries to link (ia32): mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib good luck ... Kevin |
| March 4, 2011 6:49 PM PST
LIUNING | I am a student |
| May 14, 2012 11:14 AM PDT
pe_rasouliyahoo.com
|
I am using Intel(R) Visual Fortran Compiler Professional Edition 11.0.066 for Windows* witth visual studio 2008. I try to use ERFC function from MKL library. I did the above steps. My code is: ------------------------------------ subroutine Gelhar external vserfc integer n real*8 a,y n = 5 a = 1.5 call vserfc( n, a, y ) return end ------------------------------------ And I get the following error: Error 1 error #11017: Cannot open mkl_intel_c.lib;mkl_intel_thread.lib;mkl_core.lib;libiomp5md.lib ipo Warning 2 warning #11020: unresolved _VSERFC ipo Warning 3 warning #11020: unresolved _MAIN__ ipo Error 4 fatal error LNK1181: cannot open input file 'mkl_intel_c.lib;mkl_intel_thread.lib;mkl_core.lib;libiomp5md.lib ' LINK In particular, I used the following libraries to link (ia32): mkl_intel_c.lib;mkl_intel_thread.lib;mkl_core.lib;libiomp5md.lib Just to mention thatthe option "Use Intel Math Kernel Library" aslo does not appear in my Property Pages. Any helps and clue is highly appreciated, Thanks, Pejman |
| May 14, 2012 10:48 PM PDT
Naveen Gv (Intel)
|
Hi, Refer to updated article, Developing an Intel® MKL based application in Microsoft Visual Studio*- a Beginner’s Guide - software.intel.com/file/39725/ |
Trackbacks (1)
- 8 Intel Microsoft Sites | MK Computing
March 27, 2012 1:17 AM PDT




Ilya
Thank you!