<?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 Problem using pardiso in 64 bit build in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-using-pardiso-in-64-bit-build/m-p/813655#M4111</link>
    <description>Gennady,&lt;BR /&gt;&lt;BR /&gt;yes. i'm sure.&lt;BR /&gt;&lt;BR /&gt;WM_FYI&lt;BR /&gt;-thomas</description>
    <pubDate>Tue, 18 Oct 2011 09:14:06 GMT</pubDate>
    <dc:creator>Thomas_Woelfer</dc:creator>
    <dc:date>2011-10-18T09:14:06Z</dc:date>
    <item>
      <title>Problem using pardiso in 64 bit build</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-using-pardiso-in-64-bit-build/m-p/813645#M4101</link>
      <description>hi.&lt;BR /&gt;&lt;BR /&gt;i have a strange problem using the pardiso solver. i have a 32bit (vc++2008) application that uses the pardiso solverand which works fine. i just recompiled the app for 64bits: in this version (no code changes), pardisoemmediately returns '-3' (reordering problems.) - iow: nothing gets solved.&lt;BR /&gt;&lt;BR /&gt;i couldn't find any documentation for the error code besides 'a reordering problem occured'. &lt;BR /&gt;&lt;BR /&gt;i already verified that the matrices passed to the 32bit and the 64bit version are completely identical. (just to make sure the input data did not get garbled due to some other error introduced by compiling for 64bit.). they _are_ identical. &lt;BR /&gt;&lt;BR /&gt;any suggestions what might be causing this behaviour in the 64bit build ?&lt;BR /&gt;&lt;BR /&gt;WM_THX&lt;BR /&gt;-thomas woelfer&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Oct 2011 16:49:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-using-pardiso-in-64-bit-build/m-p/813645#M4101</guid>
      <dc:creator>Thomas_Woelfer</dc:creator>
      <dc:date>2011-10-13T16:49:04Z</dc:date>
    </item>
    <item>
      <title>Problem using pardiso in 64 bit build</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-using-pardiso-in-64-bit-build/m-p/813646#M4102</link>
      <description>please check first by the &lt;A href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/"&gt;Linker Adviser&lt;/A&gt;which libraries are required to be linked with MKL.&lt;DIV&gt;if it doesn't help - please give us the example.&lt;/DIV&gt;&lt;DIV&gt;--Gennady&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Oct 2011 21:14:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-using-pardiso-in-64-bit-build/m-p/813646#M4102</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2011-10-13T21:14:37Z</dc:date>
    </item>
    <item>
      <title>Problem using pardiso in 64 bit build</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-using-pardiso-in-64-bit-build/m-p/813647#M4103</link>
      <description>Details matter: did you use 32-bit or 64-bit integers in your 64-bit build? What compiler options did you use?&lt;BR /&gt;&lt;BR /&gt;Please show at least the calls to Pardiso and the declarations of the arguments in the calls.</description>
      <pubDate>Fri, 14 Oct 2011 00:36:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-using-pardiso-in-64-bit-build/m-p/813647#M4103</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-10-14T00:36:11Z</dc:date>
    </item>
    <item>
      <title>Problem using pardiso in 64 bit build</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-using-pardiso-in-64-bit-build/m-p/813648#M4104</link>
      <description>Gennady,&lt;BR /&gt;&lt;BR /&gt;according to the linker adviser, i'm linking with the correct libraries.&lt;BR /&gt;&lt;BR /&gt;WM_THX&lt;BR /&gt;-thomas</description>
      <pubDate>Fri, 14 Oct 2011 08:39:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-using-pardiso-in-64-bit-build/m-p/813648#M4104</guid>
      <dc:creator>Thomas_Woelfer</dc:creator>
      <dc:date>2011-10-14T08:39:07Z</dc:date>
    </item>
    <item>
      <title>Problem using pardiso in 64 bit build</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-using-pardiso-in-64-bit-build/m-p/813649#M4105</link>
      <description>i'm using 32bit integers in the 64bit build.&lt;BR /&gt;&lt;BR /&gt;compiler options:&lt;BR /&gt;&lt;BR /&gt;/I"C:\Statik\kernel\include" /Zi /nologo /W4 /WX- /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "_AFXEXT" /D "WINVER=0x500" /D "XFEM_DLL_EXPORTS" /D "_VC80_UPGRADE=0x0710" /D "_WINDLL" /D "_MBCS" /D "_AFXDLL" /Gm- /EHa /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fp"DebugX64\kernel.native.calculations.fem64.pch" /Fa"DebugX64" /Fo"DebugX64" /Fd"DebugX64\vc100.pdb" /Gd /errorReport:queue&lt;BR /&gt;&lt;BR /&gt;prototype for the call:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;P&gt;extern&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #a31515; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #a31515; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #a31515; font-size: x-small;"&gt;"C"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;int&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt; PARDISO( INT_PTR*, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;int&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;*, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;int&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;*, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;int&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;*, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;int&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;*, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;int&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;*, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;double&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;*, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;int&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;*, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;int&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;*, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;int&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;*, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;int&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;*, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;int&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;*, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;int&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;*, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;double&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;*, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;double&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;*, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;int&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;*);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;call:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;P&gt;int&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt; FEMatrix::Pardiso( &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;int&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt; targetPhase, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;double&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;* rightHandSide, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;double&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;* solution, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;int&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt; &amp;amp;uEquitation )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;uEquitation=0;&lt;/P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;if&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt; ( pardisoPhase == -1 ) PardisoInit();&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;int&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt; phase = pardisoPhase * 10 + targetPhase;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;int&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt; mtype = 2; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #008000; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #008000; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #008000; font-size: x-small;"&gt;/* Real symmetric positive definite matrix */&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;int&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt; nrhs = 1; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #008000; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #008000; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #008000; font-size: x-small;"&gt;/* Number of right hand sides. */&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;int&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt; maxfct = 1; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #008000; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #008000; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #008000; font-size: x-small;"&gt;/* Maximum number of numerical factorizations. */&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;int&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt; mnum = 1; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #008000; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #008000; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #008000; font-size: x-small;"&gt;/* Which factorization to use. */&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;int&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt; msglvl = 0; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #008000; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #008000; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #008000; font-size: x-small;"&gt;/* Print statistical information in file */&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;int&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt; error = 0; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #008000; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #008000; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #008000; font-size: x-small;"&gt;/* Initialize error flag */&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;P&gt;#ifdef&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt; DBG_DUMP_INCLUDED&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Dump();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;P&gt;PARDISO( pardisoInternalMemory, &amp;amp;maxfct, &amp;amp;mnum, &amp;amp;mtype, &amp;amp;phase, &amp;amp;dimension,&lt;/P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;this&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;-&amp;gt;values, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;this&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;-&amp;gt;rowStartIndices, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;this&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;-&amp;gt;columIndices, NULL, &amp;amp;nrhs,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;pardisoControl, &amp;amp;msglvl, rightHandSide, solution, &amp;amp;error );&lt;/P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;if&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt; ( error ) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;PardisoCleanup();&lt;/P&gt;&lt;P&gt;uEquitation = pardisoControl[29];&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;else&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;pardisoPhase = targetPhase;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;return&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: x-small;"&gt; error;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;WM_THX&lt;BR /&gt;-thomas</description>
      <pubDate>Fri, 14 Oct 2011 08:51:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-using-pardiso-in-64-bit-build/m-p/813649#M4105</guid>
      <dc:creator>Thomas_Woelfer</dc:creator>
      <dc:date>2011-10-14T08:51:47Z</dc:date>
    </item>
    <item>
      <title>Problem using pardiso in 64 bit build</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-using-pardiso-in-64-bit-build/m-p/813650#M4106</link>
      <description>i apologize for the formatting... the editor did this all by itself ...</description>
      <pubDate>Fri, 14 Oct 2011 16:32:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-using-pardiso-in-64-bit-build/m-p/813650#M4106</guid>
      <dc:creator>Thomas_Woelfer</dc:creator>
      <dc:date>2011-10-14T16:32:27Z</dc:date>
    </item>
    <item>
      <title>Problem using pardiso in 64 bit build</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-using-pardiso-in-64-bit-build/m-p/813651#M4107</link>
      <description>It would be useful if you could post, as an attachment, a complete and self-contained example code that demonstrates the problem.</description>
      <pubDate>Fri, 14 Oct 2011 16:56:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-using-pardiso-in-64-bit-build/m-p/813651#M4107</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-10-14T16:56:04Z</dc:date>
    </item>
    <item>
      <title>Problem using pardiso in 64 bit build</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-using-pardiso-in-64-bit-build/m-p/813652#M4108</link>
      <description>yes, i'm sure that would be useful. i'll try to build such a sample. this will be a lot of work though - the current usage scenario is embedded in a rather _huge_ application... (and as it is the case with such things, i have doubts the problem will show up in the "small" example).&lt;BR /&gt;&lt;BR /&gt;WM_THX&lt;BR /&gt;-thomas&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Oct 2011 09:34:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-using-pardiso-in-64-bit-build/m-p/813652#M4108</guid>
      <dc:creator>Thomas_Woelfer</dc:creator>
      <dc:date>2011-10-17T09:34:25Z</dc:date>
    </item>
    <item>
      <title>Problem using pardiso in 64 bit build</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-using-pardiso-in-64-bit-build/m-p/813653#M4109</link>
      <description>just in case someone else is having similar problems, here's what i did:&lt;BR /&gt;&lt;BR /&gt;instead linking mkl statically, i linked it dynamically. the problems went away.&lt;BR /&gt;&lt;BR /&gt;WM_FYI&lt;BR /&gt;-thomas woelfer</description>
      <pubDate>Mon, 17 Oct 2011 15:38:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-using-pardiso-in-64-bit-build/m-p/813653#M4109</guid>
      <dc:creator>Thomas_Woelfer</dc:creator>
      <dc:date>2011-10-17T15:38:50Z</dc:date>
    </item>
    <item>
      <title>Problem using pardiso in 64 bit build</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-using-pardiso-in-64-bit-build/m-p/813654#M4110</link>
      <description>Thomas, we know nothing about the similar problem. a&lt;SPAN style="font-family: verdana, sans-serif;"&gt;re 
you sure that you have only one set of mkl binaries on your 
system?&lt;/SPAN&gt;</description>
      <pubDate>Tue, 18 Oct 2011 07:07:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-using-pardiso-in-64-bit-build/m-p/813654#M4110</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2011-10-18T07:07:06Z</dc:date>
    </item>
    <item>
      <title>Problem using pardiso in 64 bit build</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-using-pardiso-in-64-bit-build/m-p/813655#M4111</link>
      <description>Gennady,&lt;BR /&gt;&lt;BR /&gt;yes. i'm sure.&lt;BR /&gt;&lt;BR /&gt;WM_FYI&lt;BR /&gt;-thomas</description>
      <pubDate>Tue, 18 Oct 2011 09:14:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-using-pardiso-in-64-bit-build/m-p/813655#M4111</guid>
      <dc:creator>Thomas_Woelfer</dc:creator>
      <dc:date>2011-10-18T09:14:06Z</dc:date>
    </item>
  </channel>
</rss>

