<?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: PARDISO: is internal graph (phase=11) and factors (phase = 22) stored in int64? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-is-internal-graph-phase-11-and-factors-phase-22-stored/m-p/1644118#M36657</link>
    <description>&lt;P&gt;If need store in int64 for PARDISO, please add&lt;STRONG&gt; -DMKL_ILP64&lt;/STRONG&gt; and&amp;nbsp;&lt;STRONG&gt;-lmkl_intel_ilp64&lt;/STRONG&gt; options in your compile and link options.&lt;/P&gt;
&lt;P&gt;oneMKL Link Line Advisor is a good tool to help you understand the options:&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor.html" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Nov 2024 01:55:30 GMT</pubDate>
    <dc:creator>Ruqiu_C_Intel</dc:creator>
    <dc:date>2024-11-20T01:55:30Z</dc:date>
    <item>
      <title>PARDISO: is internal graph (phase=11) and factors (phase = 22) stored in int64?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-is-internal-graph-phase-11-and-factors-phase-22-stored/m-p/1643414#M36644</link>
      <description>&lt;P&gt;I can be very helpful to find out before pardiso procedure call whether I should use int32 or int64 version of PARDISO solver depending on the matrix input. If pardiso routine stores factors indices in int64 on phase=11 I can surely call this routine if the matrix fits in int32, but in case factors are stored in int64, I must use pardiso_64 as soon as there's no guarantee the amount of non-zeros in factors is less than 2^31. I guess factors are stored in int32, but in supernodal format that does not require int64 to be able to store more than 2^31 nnzF, thats why I was able to factorize the matrix Bump2911 from SuiteSparse collection that produces 10 billion nnzF&amp;nbsp;with pardiso int32&amp;nbsp;sequential out-of-core mode (output attached). So is nnzF&amp;lt;2^31 the only criteria I can use to be sure pardiso int32 version works fine? Lets say I solve the broblem with just 1 rhs.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 07:20:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-is-internal-graph-phase-11-and-factors-phase-22-stored/m-p/1643414#M36644</guid>
      <dc:creator>morskaya_svinka_1</dc:creator>
      <dc:date>2024-11-15T07:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: PARDISO: is internal graph (phase=11) and factors (phase = 22) stored in int64?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-is-internal-graph-phase-11-and-factors-phase-22-stored/m-p/1644118#M36657</link>
      <description>&lt;P&gt;If need store in int64 for PARDISO, please add&lt;STRONG&gt; -DMKL_ILP64&lt;/STRONG&gt; and&amp;nbsp;&lt;STRONG&gt;-lmkl_intel_ilp64&lt;/STRONG&gt; options in your compile and link options.&lt;/P&gt;
&lt;P&gt;oneMKL Link Line Advisor is a good tool to help you understand the options:&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor.html" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 01:55:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-is-internal-graph-phase-11-and-factors-phase-22-stored/m-p/1644118#M36657</guid>
      <dc:creator>Ruqiu_C_Intel</dc:creator>
      <dc:date>2024-11-20T01:55:30Z</dc:date>
    </item>
  </channel>
</rss>

