<?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: Is Pardiso missing from mkl_s.lib? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-Pardiso-missing-from-mkl-s-lib/m-p/899014#M11126</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334681"&gt;Gennady Fedorov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;Yes, mkl_core.lib must be used always for linking application with MKL.&lt;BR /&gt;For linking sparce solvers functionality you dont need to link these routines without mkl_solver.lib&lt;BR /&gt;For example:&lt;BR /&gt;for Intel Fortran Compiler:&lt;BR /&gt;mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib &lt;BR /&gt;and for Compaq Visual Fortran* (CVF) compiler:&lt;BR /&gt;mkl_intel_s.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib &lt;BR /&gt;--Gennady&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;In your For example section above, if I am using the VC2005 C++ linker and not the Intel Fortran one (because I am using a VS2005 mixed C++/Fortran project), which set should I be using please? One of the above or something different?</description>
    <pubDate>Fri, 20 Feb 2009 19:34:20 GMT</pubDate>
    <dc:creator>Tony_Garratt</dc:creator>
    <dc:date>2009-02-20T19:34:20Z</dc:date>
    <item>
      <title>Is Pardiso missing from mkl_s.lib?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-Pardiso-missing-from-mkl-s-lib/m-p/899011#M11123</link>
      <description>&lt;P&gt;I have a mixed language (C++ and Fortran) 32bit project in VS2005 with Intel 10 and MKL 10 versions. I am calling pardiso from Fortran. I am using /iface:cvf. However, when linking I get&lt;BR /&gt;&lt;BR /&gt;mkl_intel_s.lib(_pardiso_std.obj) : error LNK2019: unresolved external symbol _mkl_solver_pardiso referenced in function _PARDISO@64&lt;/P&gt;
which makes me think that pardiso is missing from the mkl_s library? This is intentional or a bug?&lt;BR /&gt;Thank you!&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Feb 2009 19:58:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-Pardiso-missing-from-mkl-s-lib/m-p/899011#M11123</guid>
      <dc:creator>Tony_Garratt</dc:creator>
      <dc:date>2009-02-19T19:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is Pardiso missing from mkl_s.lib?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-Pardiso-missing-from-mkl-s-lib/m-p/899012#M11124</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334681"&gt;Gennady Fedorov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;No, mkl_solver_s.lib contains pardiso symbols:&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Gennady,&lt;BR /&gt;&lt;BR /&gt;reading docs (ver. 10.1)&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;In MKL 10.1 Gold, the DSS/PARDISO* solver functionality was excluded from mkl_solver*.lib libraries and integrated into the Intel MKL layered structure. So, to use DSS/PARDISO, it is no longer necessary to link with mkl_solver*.lib, but the former link line is still working.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;I understand that new application(s) should actually link to mkl_core. Right?&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Feb 2009 09:57:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-Pardiso-missing-from-mkl-s-lib/m-p/899012#M11124</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2009-02-20T09:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is Pardiso missing from mkl_s.lib?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-Pardiso-missing-from-mkl-s-lib/m-p/899013#M11125</link>
      <description>&lt;DIV style="margin:0px;"&gt;Yes, mkl_core.lib must be used always for linking application with MKL.&lt;BR /&gt;For linking sparce solvers functionality you dont need to link these routines without mkl_solver.lib&lt;BR /&gt;For example:&lt;BR /&gt;for Intel Fortran Compiler:&lt;BR /&gt;mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib &lt;BR /&gt;and for Compaq Visual Fortran* (CVF) compiler:&lt;BR /&gt;mkl_intel_s.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib &lt;BR /&gt;--Gennady&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Feb 2009 15:02:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-Pardiso-missing-from-mkl-s-lib/m-p/899013#M11125</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-02-20T15:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is Pardiso missing from mkl_s.lib?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-Pardiso-missing-from-mkl-s-lib/m-p/899014#M11126</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334681"&gt;Gennady Fedorov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;Yes, mkl_core.lib must be used always for linking application with MKL.&lt;BR /&gt;For linking sparce solvers functionality you dont need to link these routines without mkl_solver.lib&lt;BR /&gt;For example:&lt;BR /&gt;for Intel Fortran Compiler:&lt;BR /&gt;mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib &lt;BR /&gt;and for Compaq Visual Fortran* (CVF) compiler:&lt;BR /&gt;mkl_intel_s.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib &lt;BR /&gt;--Gennady&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;In your For example section above, if I am using the VC2005 C++ linker and not the Intel Fortran one (because I am using a VS2005 mixed C++/Fortran project), which set should I be using please? One of the above or something different?</description>
      <pubDate>Fri, 20 Feb 2009 19:34:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-Pardiso-missing-from-mkl-s-lib/m-p/899014#M11126</guid>
      <dc:creator>Tony_Garratt</dc:creator>
      <dc:date>2009-02-20T19:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is Pardiso missing from mkl_s.lib?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-Pardiso-missing-from-mkl-s-lib/m-p/899015#M11127</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/246987"&gt;tgarratt@reactiondesign.com&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;In your For example section above, if I am using the VC2005 C++ linker and not the Intel Fortran one (because I am using a VS2005 mixed C++/Fortran project), which set should I be using please? One of the above or something different?&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Adding mkl_solver.lib solved my problem. I am using MKL 10.0.025. &lt;BR /&gt;&lt;BR /&gt;As a general comment to Intel, I find the MKL documentation, especially on the topic of which libraries to include, not very clear at all - the whole section could do with a re-write.</description>
      <pubDate>Sat, 21 Feb 2009 00:57:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-Pardiso-missing-from-mkl-s-lib/m-p/899015#M11127</guid>
      <dc:creator>Tony_Garratt</dc:creator>
      <dc:date>2009-02-21T00:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is Pardiso missing from mkl_s.lib?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-Pardiso-missing-from-mkl-s-lib/m-p/899016#M11128</link>
      <description>&lt;DIV style="margin:0px;"&gt;If you have a more precise sets recommendations, suggestions about improving documentation, Id recommend you submit the issue against MKL to Premier support( &lt;A href="https://premier.intel.com/" target="_blank"&gt;https://premier.intel.com/&lt;/A&gt; )&lt;BR /&gt;--Gennady&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Feb 2009 05:14:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-Pardiso-missing-from-mkl-s-lib/m-p/899016#M11128</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-02-21T05:14:27Z</dc:date>
    </item>
  </channel>
</rss>

