<?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 Building Pardiso example code using EM64T libraries in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Building-Pardiso-example-code-using-EM64T-libraries/m-p/912563#M12260</link>
    <description>I am attempting to build the example code from the documentation for Pardiso using the x64 compiler in Visual Studio 2008 (I'm programming in C++). I have the code working under WIN32, but whenever I try to build under the x64 configuration, I get the following error telling me that Pardiso isn't linking properly:&lt;BR /&gt;PardisoProg.obj : error LNK2019: unresolved external symbol PARDISO referenced in function main&lt;BR /&gt;&lt;BR /&gt;I am linking the following EM64T libraries for the build that doesn't work:&lt;BR /&gt;libguide40.lib&lt;BR /&gt;mkl_em64t.lib&lt;BR /&gt;mkl_solver.lib&lt;BR /&gt;&lt;BR /&gt;I have also set the Preprocessor Definitions to WIN64 instead of WIN32. What else should I be doing to make this work? Do the datatypes in the function call change when building for 64 bit? Just FYI, I am very new to building for the EM64T platform, so I am guessing there is something pretty simple that I am just missing. Thanks in advance for any help you can give me.&lt;BR /&gt;</description>
    <pubDate>Mon, 17 Mar 2008 14:55:39 GMT</pubDate>
    <dc:creator>Wesley_M_</dc:creator>
    <dc:date>2008-03-17T14:55:39Z</dc:date>
    <item>
      <title>Building Pardiso example code using EM64T libraries</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Building-Pardiso-example-code-using-EM64T-libraries/m-p/912563#M12260</link>
      <description>I am attempting to build the example code from the documentation for Pardiso using the x64 compiler in Visual Studio 2008 (I'm programming in C++). I have the code working under WIN32, but whenever I try to build under the x64 configuration, I get the following error telling me that Pardiso isn't linking properly:&lt;BR /&gt;PardisoProg.obj : error LNK2019: unresolved external symbol PARDISO referenced in function main&lt;BR /&gt;&lt;BR /&gt;I am linking the following EM64T libraries for the build that doesn't work:&lt;BR /&gt;libguide40.lib&lt;BR /&gt;mkl_em64t.lib&lt;BR /&gt;mkl_solver.lib&lt;BR /&gt;&lt;BR /&gt;I have also set the Preprocessor Definitions to WIN64 instead of WIN32. What else should I be doing to make this work? Do the datatypes in the function call change when building for 64 bit? Just FYI, I am very new to building for the EM64T platform, so I am guessing there is something pretty simple that I am just missing. Thanks in advance for any help you can give me.&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Mar 2008 14:55:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Building-Pardiso-example-code-using-EM64T-libraries/m-p/912563#M12260</guid>
      <dc:creator>Wesley_M_</dc:creator>
      <dc:date>2008-03-17T14:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Building Pardiso example code using EM64T libraries</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Building-Pardiso-example-code-using-EM64T-libraries/m-p/912564#M12261</link>
      <description>&lt;P&gt;Dear Ross,&lt;/P&gt;
&lt;P&gt;The problem ofcompiling your program with EM64T libraries should be solved by linking &lt;/P&gt;
&lt;BLOCKQUOTE dir="ltr"&gt;
&lt;P&gt;mkl_solver_lp64.lib &lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;instead of &lt;/P&gt;
&lt;BLOCKQUOTE dir="ltr"&gt;
&lt;P&gt;mkl_solver.lib. &lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Unfortunately MKLUser's Guideis out-of-date and this bugin documentation will be fixedfor theMKL 10 Update 3.&lt;/P&gt;
&lt;P&gt;All the best,&lt;/P&gt;
&lt;P&gt;Sergey&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2008 08:49:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Building-Pardiso-example-code-using-EM64T-libraries/m-p/912564#M12261</guid>
      <dc:creator>Sergey_P_Intel2</dc:creator>
      <dc:date>2008-04-08T08:49:57Z</dc:date>
    </item>
  </channel>
</rss>

