<?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:Can dgesv solve 100000x100000 system? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-dgesv-solve-100000x100000-system/m-p/1484396#M34562</link>
    <description>&lt;P&gt;Hi Konstantin,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hope the information provided helped. We have not heard back from you. This thread will no longer be monitored by Intel. If you need further assistance, please post a new question.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Praneeth Achanta&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 09 May 2023 05:34:01 GMT</pubDate>
    <dc:creator>PraneethA_Intel</dc:creator>
    <dc:date>2023-05-09T05:34:01Z</dc:date>
    <item>
      <title>Can dgesv solve 100000x100000 system?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-dgesv-solve-100000x100000-system/m-p/1479318#M34503</link>
      <description>&lt;P&gt;I am trying to solve really large system of linear equations 100000x100000 of doubles. I use Visual Studio 2017 with MKL (Package ID: w_comp_lib_2020.1.216), compile code for x64, and I have enough RAM (128 GB). I get error that matrix is singular no matter how I populate the matrix. With smaller matrices the code works fine. I am curious if MKL can solve such large system. n=100000 fits int variable, but the matrix of the system is stored as 1D array of size 100000*100000 which exceeds max number that can be stored in int variable. Integer formal parameters of dgesv have type "int" is there version which accepts "long long"?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Konstantin&lt;/P&gt;</description>
      <pubDate>Sun, 23 Apr 2023 01:46:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-dgesv-solve-100000x100000-system/m-p/1479318#M34503</guid>
      <dc:creator>Konstantin4</dc:creator>
      <dc:date>2023-04-23T01:46:40Z</dc:date>
    </item>
    <item>
      <title>Re:Can dgesv solve 100000x100000 system?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-dgesv-solve-100000x100000-system/m-p/1479909#M34511</link>
      <description>&lt;P&gt;Hi Konstantin,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting in Intel communities.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you try using the MKL_INT data type for storing the variable and compiling it with ILP64? As shown in the below link, MKL_INT works as a long long for ILP64.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-c/2023-0/c-datatypes-specific-to-intel-mkl.html" rel="noopener noreferrer" target="_blank"&gt;https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-c/2023-0/c-datatypes-specific-to-intel-mkl.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also, we could see that you are using an older version of MKL. It would be preferable if you upgraded it to the latest Intel oneMKL version.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Praneeth Achanta&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Apr 2023 05:39:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-dgesv-solve-100000x100000-system/m-p/1479909#M34511</guid>
      <dc:creator>PraneethA_Intel</dc:creator>
      <dc:date>2023-04-25T05:39:29Z</dc:date>
    </item>
    <item>
      <title>Re:Can dgesv solve 100000x100000 system?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-dgesv-solve-100000x100000-system/m-p/1482103#M34546</link>
      <description>&lt;P&gt;Hi Konstantin,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. Could you please provide an update on your issue?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Praneeth Achanta&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 May 2023 01:46:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-dgesv-solve-100000x100000-system/m-p/1482103#M34546</guid>
      <dc:creator>PraneethA_Intel</dc:creator>
      <dc:date>2023-05-02T01:46:10Z</dc:date>
    </item>
    <item>
      <title>Re:Can dgesv solve 100000x100000 system?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-dgesv-solve-100000x100000-system/m-p/1484396#M34562</link>
      <description>&lt;P&gt;Hi Konstantin,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hope the information provided helped. We have not heard back from you. This thread will no longer be monitored by Intel. If you need further assistance, please post a new question.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Praneeth Achanta&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 May 2023 05:34:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-dgesv-solve-100000x100000-system/m-p/1484396#M34562</guid>
      <dc:creator>PraneethA_Intel</dc:creator>
      <dc:date>2023-05-09T05:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Can dgesv solve 100000x100000 system?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-dgesv-solve-100000x100000-system/m-p/1484658#M34570</link>
      <description>&lt;P&gt;1. I used MKL_INT type (see the attached code) without success. File Output.txt contains the output.&lt;BR /&gt;If PRECISION_TEST is defined, the code runs a precision test (4x4 system) to verify that the code works correctly.&lt;BR /&gt;If PRECISION_TEST is not defined, the code runs a benchmark test with 100000x100000 matrix populated&lt;BR /&gt;with random variables. The only trick I used is the following. rand() function returns 7-bit positive random number&lt;BR /&gt;(maximum 32767 different numbers). My matrix contains 10^10 elements. If only 32767 will be different,&lt;BR /&gt;then there will be a big chance to have a singular matrix with linearly dependent rows or columns. So, I created a longer&lt;BR /&gt;"random" (which is not actually random, but it does not matter here) numbers such that most likely all my elements are different.&lt;/P&gt;
&lt;P&gt;2. Yes, I use an older version of MKL because the latest version does not work with Visual Studio 2017 that I use.&lt;BR /&gt;I use one of the latest MKL versions that works with VS2017. Do you want to say that this version cannot handle&lt;BR /&gt;large matrices? If this is the case, I'll switch to VS2019 and the latest MKL.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;Konstantin&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 20:47:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-dgesv-solve-100000x100000-system/m-p/1484658#M34570</guid>
      <dc:creator>Konstantin4</dc:creator>
      <dc:date>2023-05-09T20:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Can dgesv solve 100000x100000 system?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-dgesv-solve-100000x100000-system/m-p/1484661#M34571</link>
      <description>&lt;P&gt;I could not attach cpp-file&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 20:52:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-dgesv-solve-100000x100000-system/m-p/1484661#M34571</guid>
      <dc:creator>Konstantin4</dc:creator>
      <dc:date>2023-05-09T20:52:26Z</dc:date>
    </item>
  </channel>
</rss>

