<?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 Re: Programming with MKL? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL/m-p/857701#M7175</link>
    <description>You haven't indicated any requirement for IMSL in your usage; unless
you require special IMSL functions, I think we would recommend using
MKL directly.&lt;BR /&gt;&lt;BR /&gt;mkl.h is a C include file. Much of bentomkins advice appears to be predicated on the assumption you will use C++.&lt;BR /&gt;&lt;BR /&gt;For Fortran 77, there are optional include files (for checking call syntax). For the Fortran 95 interface, the corresponding USE modules from the Fortran include directory are required.&lt;BR /&gt;</description>
    <pubDate>Sun, 13 Jul 2008 13:22:05 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2008-07-13T13:22:05Z</dc:date>
    <item>
      <title>Programming with MKL?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL/m-p/857700#M7174</link>
      <description>&lt;P&gt;&lt;FONT&gt;Questions: &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt; First : If I have installed MKL 10.0, There is no need for me to use IMSL, is that right? &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;Second : I want to use MKL to solve a linear equation A*x=b, and this is a general one. My operation environment is: Windows XP, VS2005 plus Intel Fortran 10.1 plus MKL, and I follow the procedure to configure: &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;1 Select Project&amp;gt;Properties&amp;gt;Linker&amp;gt;General&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;2 For Additional Library Directories, add the architecture-specific ' lib' folder,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;3 Select Project&amp;gt;Properties&amp;gt;Linker&amp;gt;Input&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;4 In the Additional Dependencies line, insert mkl_c.lib libguide.lib &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;5 Select Project&amp;gt;Properties&amp;gt;Fortran&amp;gt;General&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;6 For Additional Include Directories, add the' include ' folder&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Is the above procedure right? Do i need to ' include ' something at the top of my codes? What should it be? &lt;/P&gt;
&lt;P&gt;Thank you for your kind attention! &lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Jul 2008 03:28:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL/m-p/857700#M7174</guid>
      <dc:creator>liubing84</dc:creator>
      <dc:date>2008-07-13T03:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Programming with MKL?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL/m-p/857701#M7175</link>
      <description>You haven't indicated any requirement for IMSL in your usage; unless
you require special IMSL functions, I think we would recommend using
MKL directly.&lt;BR /&gt;&lt;BR /&gt;mkl.h is a C include file. Much of bentomkins advice appears to be predicated on the assumption you will use C++.&lt;BR /&gt;&lt;BR /&gt;For Fortran 77, there are optional include files (for checking call syntax). For the Fortran 95 interface, the corresponding USE modules from the Fortran include directory are required.&lt;BR /&gt;</description>
      <pubDate>Sun, 13 Jul 2008 13:22:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL/m-p/857701#M7175</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2008-07-13T13:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Programming with MKL?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL/m-p/857702#M7176</link>
      <description>Thank you very much! Iuse Fortran to code.</description>
      <pubDate>Mon, 14 Jul 2008 09:11:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL/m-p/857702#M7176</guid>
      <dc:creator>liubing84</dc:creator>
      <dc:date>2008-07-14T09:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Programming with MKL?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL/m-p/857703#M7177</link>
      <description>Ben! Thanks for the wealth of information.&lt;BR /&gt;
&lt;BR /&gt;liubing84: &lt;BR /&gt;As to what you should put at the top of your code, there are many example programs in the examples directory of MKL. Perusing the source files might prove helpful.&lt;BR /&gt;&lt;BR /&gt;Todd&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jul 2008 23:33:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Programming-with-MKL/m-p/857703#M7177</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2008-07-15T23:33:40Z</dc:date>
    </item>
  </channel>
</rss>

