<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Thu, 24 May 2012 16:40:42 -0700 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-for-windows-build-intel-mkl-program-with-intel-fortran-in-microsoft-visual-studio/feed/" rel="self" type="application/rss+xml" />
    <title>Intel Software Network Comments Feed</title>
    <link>http://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-for-windows-build-intel-mkl-program-with-intel-fortran-in-microsoft-visual-studio</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>By Ilya</title>
      <description><![CDATA[ Very instructively! 
Thank you! ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-for-windows-build-intel-mkl-program-with-intel-fortran-in-microsoft-visual-studio/#comment-26395</link>
      <pubDate>Mon, 22 Jun 2009 07:48:14 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-for-windows-build-intel-mkl-program-with-intel-fortran-in-microsoft-visual-studio/#comment-26395</guid>
    </item>
    <item>
      <title>By evgeny.shapirogmail.com</title>
      <description><![CDATA[ Not working for the 11.1 compiler on Vista, with all the directories changed into what is there now. Could you please update! ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-for-windows-build-intel-mkl-program-with-intel-fortran-in-microsoft-visual-studio/#comment-33132</link>
      <pubDate>Thu, 22 Oct 2009 13:20:26 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-for-windows-build-intel-mkl-program-with-intel-fortran-in-microsoft-visual-studio/#comment-33132</guid>
    </item>
    <item>
      <title>By Vinay</title>
      <description><![CDATA[ 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. ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-for-windows-build-intel-mkl-program-with-intel-fortran-in-microsoft-visual-studio/#comment-35093</link>
      <pubDate>Thu, 19 Nov 2009 22:26:52 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-for-windows-build-intel-mkl-program-with-intel-fortran-in-microsoft-visual-studio/#comment-35093</guid>
    </item>
    <item>
      <title>By Kevin</title>
      <description><![CDATA[ this link contains more up-to-date info
(look at chapter 4 and 5)

http://software.intel.com/sites/products/documentation/hpc/mkl/userguides/mkl_userguide_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
 ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-for-windows-build-intel-mkl-program-with-intel-fortran-in-microsoft-visual-studio/#comment-39285</link>
      <pubDate>Thu, 11 Feb 2010 13:43:18 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-for-windows-build-intel-mkl-program-with-intel-fortran-in-microsoft-visual-studio/#comment-39285</guid>
    </item>
    <item>
      <title>By LIUNING</title>
      <description><![CDATA[ I am a student ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-for-windows-build-intel-mkl-program-with-intel-fortran-in-microsoft-visual-studio/#comment-57062</link>
      <pubDate>Fri, 04 Mar 2011 19:49:59 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-for-windows-build-intel-mkl-program-with-intel-fortran-in-microsoft-visual-studio/#comment-57062</guid>
    </item>
    <item>
      <title>By 8 Intel Microsoft Sites | MK Computing</title>
      <description><![CDATA[ n/a ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-for-windows-build-intel-mkl-program-with-intel-fortran-in-microsoft-visual-studio/#comment-72099</link>
      <pubDate>Tue, 27 Mar 2012 01:17:38 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-for-windows-build-intel-mkl-program-with-intel-fortran-in-microsoft-visual-studio/#comment-72099</guid>
    </item>
    <item>
      <title>By pe_rasouliyahoo.com</title>
      <description><![CDATA[ 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

 ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-for-windows-build-intel-mkl-program-with-intel-fortran-in-microsoft-visual-studio/#comment-74054</link>
      <pubDate>Mon, 14 May 2012 11:14:11 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-for-windows-build-intel-mkl-program-with-intel-fortran-in-microsoft-visual-studio/#comment-74054</guid>
    </item>
    <item>
      <title>By Naveen Gv (Intel)</title>
      <description><![CDATA[ Hi,
Refer to updated article,  
Developing an Intel® MKL based application in Microsoft Visual Studio*- a Beginner’s Guide - software.intel.com/file/39725/  ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-for-windows-build-intel-mkl-program-with-intel-fortran-in-microsoft-visual-studio/#comment-74074</link>
      <pubDate>Mon, 14 May 2012 22:48:00 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-for-windows-build-intel-mkl-program-with-intel-fortran-in-microsoft-visual-studio/#comment-74074</guid>
    </item>
  </channel></rss>
