<?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: how to link a fortran code to imsl and mkl library  in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-link-a-fortran-code-to-imsl-and-mkl-library/m-p/868495#M8221</link>
    <description>&lt;P style="margin:0px;" align="left"&gt;The following provides hints for compiling and linking your program with Intel MKL v.10.0 using the Microsoft* Visual Studio* 2008 or Microsoft* Visual Studio* 2005:&lt;/P&gt;
&lt;DIV style="margin:0px;"&gt;&lt;OL&gt;
&lt;LI&gt;Select &lt;STRONG&gt;View  Solution Explorer&lt;/STRONG&gt; (and make sure this window is active).&lt;/LI&gt;
&lt;LI&gt;Select &lt;STRONG&gt;Tools  Options  Projects and Solutions  VC++ Directories&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;In the drop down menu titled &lt;STRONG&gt;Show directories for:&lt;/STRONG&gt;, select &lt;STRONG&gt;Include Files&lt;/STRONG&gt;, and then type in the directory for the Intel MKL include files (e.g. default: C:Program FilesIntelMKL10.0include).&lt;/LI&gt;
&lt;LI&gt;In the drop down menu titled &lt;STRONG&gt;Show directories for:&lt;/STRONG&gt; select &lt;STRONG&gt;Library Files&lt;/STRONG&gt;, and then type in the directory for the Intel MKL library files (e.g. default: C:Program FilesIntelMKL10.0ia32lib).&lt;/LI&gt;
&lt;LI&gt;In the drop down menu titled &lt;STRONG&gt;Show directories for:&lt;/STRONG&gt; select &lt;STRONG&gt;Executable Files&lt;/STRONG&gt;, and then type in the directory for the Intel MKL executable files (e.g. default: C:Program FilesIntelMKL10.0ia32bin).&lt;/LI&gt;
&lt;LI&gt;On the main toolbar select &lt;STRONG&gt;Project  Properties  Configuration Properties  Linker  Input&lt;/STRONG&gt; and in the "Additional Dependencies" line, add the libraries you require (e.g. for dynamic linking of user code contains BLAS functionality: mkl_intel_c_dll.lib mkl_intel_thread_dll.lib mkl_core_dll.lib libguide40.lib or for static linking of user code with contains VSL functionality: mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libguide40.lib. For more information about Linking application with Intel MKL version 10.0 you can find in userguide.pdf chapter 5 ).&lt;/LI&gt;
&lt;/OL&gt;&lt;/DIV&gt;
&lt;P&gt;--Gennady&lt;/P&gt;</description>
    <pubDate>Tue, 14 Oct 2008 14:24:49 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2008-10-14T14:24:49Z</dc:date>
    <item>
      <title>how to link a fortran code to imsl and mkl library</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-link-a-fortran-code-to-imsl-and-mkl-library/m-p/868492#M8218</link>
      <description>&lt;P&gt;hi, i am using intel 10.0 with visual studio. i wam migrating a code from unix to windows, which employs imsl and mkl as numerical libraries. my windows fortran has imsl and mkl libraries. my question is how to link my fortran code to imal and mkl under visual studio in windows environment? thanks&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2008 14:41:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-link-a-fortran-code-to-imsl-and-mkl-library/m-p/868492#M8218</guid>
      <dc:creator>loverain</dc:creator>
      <dc:date>2008-10-13T14:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to link a fortran code to imsl and mkl library</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-link-a-fortran-code-to-imsl-and-mkl-library/m-p/868493#M8219</link>
      <description>&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: Arial;"&gt;The following link __http://cmsadmin.cps.intel.com/NR/exeres/5e8054f7-2979-403e-abc3-82fcee20343d,frameless.htm?NRMODE=Update&amp;amp;WBCMODE=PresentationUnpublished&amp;amp;wbc_purpose=Basic&amp;amp;wbc_mode=Basic provides hints for compiling and linking your program with Intel MKL v.10.0 using the Microsoft* Visual Studio* 2008 or Microsoft* Visual Studio* 2005 but only for C compiler.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: Arial;"&gt;I think it can be usefully for Fortran Compiler compiler as well.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;--Gennady&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2008 15:29:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-link-a-fortran-code-to-imsl-and-mkl-library/m-p/868493#M8219</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2008-10-13T15:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to link a fortran code to imsl and mkl library</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-link-a-fortran-code-to-imsl-and-mkl-library/m-p/868494#M8220</link>
      <description>&lt;DIV style="margin:0px;"&gt;i dun not opne the link. can u repost it? thanks&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2008 15:45:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-link-a-fortran-code-to-imsl-and-mkl-library/m-p/868494#M8220</guid>
      <dc:creator>loverain</dc:creator>
      <dc:date>2008-10-13T15:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to link a fortran code to imsl and mkl library</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-link-a-fortran-code-to-imsl-and-mkl-library/m-p/868495#M8221</link>
      <description>&lt;P style="margin:0px;" align="left"&gt;The following provides hints for compiling and linking your program with Intel MKL v.10.0 using the Microsoft* Visual Studio* 2008 or Microsoft* Visual Studio* 2005:&lt;/P&gt;
&lt;DIV style="margin:0px;"&gt;&lt;OL&gt;
&lt;LI&gt;Select &lt;STRONG&gt;View  Solution Explorer&lt;/STRONG&gt; (and make sure this window is active).&lt;/LI&gt;
&lt;LI&gt;Select &lt;STRONG&gt;Tools  Options  Projects and Solutions  VC++ Directories&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;In the drop down menu titled &lt;STRONG&gt;Show directories for:&lt;/STRONG&gt;, select &lt;STRONG&gt;Include Files&lt;/STRONG&gt;, and then type in the directory for the Intel MKL include files (e.g. default: C:Program FilesIntelMKL10.0include).&lt;/LI&gt;
&lt;LI&gt;In the drop down menu titled &lt;STRONG&gt;Show directories for:&lt;/STRONG&gt; select &lt;STRONG&gt;Library Files&lt;/STRONG&gt;, and then type in the directory for the Intel MKL library files (e.g. default: C:Program FilesIntelMKL10.0ia32lib).&lt;/LI&gt;
&lt;LI&gt;In the drop down menu titled &lt;STRONG&gt;Show directories for:&lt;/STRONG&gt; select &lt;STRONG&gt;Executable Files&lt;/STRONG&gt;, and then type in the directory for the Intel MKL executable files (e.g. default: C:Program FilesIntelMKL10.0ia32bin).&lt;/LI&gt;
&lt;LI&gt;On the main toolbar select &lt;STRONG&gt;Project  Properties  Configuration Properties  Linker  Input&lt;/STRONG&gt; and in the "Additional Dependencies" line, add the libraries you require (e.g. for dynamic linking of user code contains BLAS functionality: mkl_intel_c_dll.lib mkl_intel_thread_dll.lib mkl_core_dll.lib libguide40.lib or for static linking of user code with contains VSL functionality: mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libguide40.lib. For more information about Linking application with Intel MKL version 10.0 you can find in userguide.pdf chapter 5 ).&lt;/LI&gt;
&lt;/OL&gt;&lt;/DIV&gt;
&lt;P&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2008 14:24:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-link-a-fortran-code-to-imsl-and-mkl-library/m-p/868495#M8221</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2008-10-14T14:24:49Z</dc:date>
    </item>
  </channel>
</rss>

