<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hello, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-mkl-with-VS-2010/m-p/968272#M16360</link>
    <description>Hello, 
  thank you for help. I've added the additional library mkl_lapack95.lib to the linker as you said mecej4 and it worked:) 

thanks again</description>
    <pubDate>Mon, 10 Dec 2012 08:17:35 GMT</pubDate>
    <dc:creator>Michal_Z_</dc:creator>
    <dc:date>2012-12-10T08:17:35Z</dc:date>
    <item>
      <title>linking mkl with VS 2010</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-mkl-with-VS-2010/m-p/968269#M16357</link>
      <description>&lt;P&gt;Hello, I have a problem linking the mkl libraries with my program in FORTRAN. I am using the Intel Parallel Studio XE 2011 with VS 2010. The program is simple (see the code below):&lt;/P&gt;
&lt;P&gt;Program SC&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USE mkl95_lapack &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; implicit none&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; double precision&amp;nbsp; Ht(2,2), ebb(2)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; integer info&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ht(1,2)=0.50D+00&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ht(2,1)=0.0D+00&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ht(1,1)=0.50D+00&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ht(2,2)=1.50D+00&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; call syevd(Ht, ebb, 'N', 'U', info)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; write(*,*) info&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; write(*,*) ebb(1), ebb(2)&lt;BR /&gt;end&lt;/P&gt;
&lt;P&gt;I've read that to link tke mkl (when usin the Intel Compiler integated with VS 2010) one has to set&amp;nbsp;&amp;nbsp;&amp;nbsp; Project&amp;gt;Properties&amp;gt;Fortran&amp;gt;Libraries&amp;gt;Use Intel Math Kernel Library &amp;nbsp; &amp;nbsp; &amp;nbsp; to Parallel or Sequential. And so I did, but when I hit bulid an error occures:&lt;/P&gt;
&lt;P&gt;error LNK2019:unresolved external symbol _DSYEVD_MKL95 refferenced in function _MAIN_&lt;/P&gt;
&lt;P&gt;Can&amp;nbsp; anyone help?&lt;/P&gt;
&lt;P&gt;PS Sorry if this is a basic, not interesting poroblem.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Dec 2012 14:19:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-mkl-with-VS-2010/m-p/968269#M16357</guid>
      <dc:creator>Michal_Z_</dc:creator>
      <dc:date>2012-12-09T14:19:55Z</dc:date>
    </item>
    <item>
      <title>please look at the article</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-mkl-with-VS-2010/m-p/968270#M16358</link>
      <description>please look at the article "Creating, Configuring, and Running Intel® Visual FORTRAN projects in Microsoft* Visual Studio* to build Intel® MKL application"
it should helps to see how you can builf application with fortran.f90.</description>
      <pubDate>Sun, 09 Dec 2012 18:06:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-mkl-with-VS-2010/m-p/968270#M16358</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2012-12-09T18:06:50Z</dc:date>
    </item>
    <item>
      <title>You have to include mkl</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-mkl-with-VS-2010/m-p/968271#M16359</link>
      <description>You have to include mkl_lapack95.lib in the linking step. At the command line, do &lt;BR /&gt;     ifort /Qmkl michal.f90 mkl_lapack95.lib.&lt;BR /&gt;&lt;BR /&gt; Or, if usIng the IDE, add mkl_lapack95.lib as an additional library to use when linking.</description>
      <pubDate>Sun, 09 Dec 2012 20:31:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-mkl-with-VS-2010/m-p/968271#M16359</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2012-12-09T20:31:00Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-mkl-with-VS-2010/m-p/968272#M16360</link>
      <description>Hello, 
  thank you for help. I've added the additional library mkl_lapack95.lib to the linker as you said mecej4 and it worked:) 

thanks again</description>
      <pubDate>Mon, 10 Dec 2012 08:17:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-mkl-with-VS-2010/m-p/968272#M16360</guid>
      <dc:creator>Michal_Z_</dc:creator>
      <dc:date>2012-12-10T08:17:35Z</dc:date>
    </item>
  </channel>
</rss>

