<?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: Help on running GMRES with MKL in C++ settings to use ILP64 libraries in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Help-on-running-GMRES-with-MKL-in-C-settings-to-use-ILP64/m-p/1627682#M36372</link>
    <description>&lt;P&gt;Thank you very much. I have used&amp;nbsp;&lt;SPAN&gt;ILP64 successfully.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But I have another question,When I use fgmres to solve large systems of linear equations, some values in the ipar array are equal to&amp;nbsp;-5589219598436180572&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you very much&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 01 Sep 2024 12:46:55 GMT</pubDate>
    <dc:creator>houjy</dc:creator>
    <dc:date>2024-09-01T12:46:55Z</dc:date>
    <item>
      <title>Help on running GMRES with MKL in C++ settings to use ILP64 libraries</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Help-on-running-GMRES-with-MKL-in-C-settings-to-use-ILP64/m-p/1625612#M36342</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am new to MKL library. I tried to use to use it to solve a sparse system matrix using “GMRES” functions in MKL library.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;my way using&amp;nbsp;ILP64 is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;#define MKL_ILP64&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;and my problem is call&amp;nbsp;&lt;SPAN class=""&gt;dfgmres_init(),&amp;nbsp;RCI_request=‭-3689348814741910324.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Thank you very much&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Aug 2024 06:10:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Help-on-running-GMRES-with-MKL-in-C-settings-to-use-ILP64/m-p/1625612#M36342</guid>
      <dc:creator>houjy</dc:creator>
      <dc:date>2024-08-24T06:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help on running GMRES with MKL in C++ settings to use ILP64 libraries</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Help-on-running-GMRES-with-MKL-in-C-settings-to-use-ILP64/m-p/1625666#M36343</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/222332"&gt;@houjy&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for reaching out. That is not the way it works. oneMKL has separate sub-libraries/interface layer built for 32-bit integers (libmkl_lp64) and 64-bit integers (libmkl_ilp64). When you are compiling your application, you have to link to one of them based on what integer size you plan to use with oneMKL. For 64-bit integers, you also pass in -DMKL_ILP64 in the compile line for your application objects.&lt;/P&gt;&lt;P&gt;Please use the &lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor.html" target="_self"&gt;Intel Link Line Advisor&lt;/A&gt; for getting the correct link line for your application. The "&lt;SPAN&gt;Select interface layer&lt;/SPAN&gt;" field of in the link is where you select 32- or 64-bit integers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Sat, 24 Aug 2024 16:13:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Help-on-running-GMRES-with-MKL-in-C-settings-to-use-ILP64/m-p/1625666#M36343</guid>
      <dc:creator>Gajanan_Choudhary</dc:creator>
      <dc:date>2024-08-24T16:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help on running GMRES with MKL in C++ settings to use ILP64 libraries</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Help-on-running-GMRES-with-MKL-in-C-settings-to-use-ILP64/m-p/1627682#M36372</link>
      <description>&lt;P&gt;Thank you very much. I have used&amp;nbsp;&lt;SPAN&gt;ILP64 successfully.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But I have another question,When I use fgmres to solve large systems of linear equations, some values in the ipar array are equal to&amp;nbsp;-5589219598436180572&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you very much&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Sep 2024 12:46:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Help-on-running-GMRES-with-MKL-in-C-settings-to-use-ILP64/m-p/1627682#M36372</guid>
      <dc:creator>houjy</dc:creator>
      <dc:date>2024-09-01T12:46:55Z</dc:date>
    </item>
  </channel>
</rss>

