<?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 MKL_DSS exception in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-DSS-exception/m-p/1322072#M32220</link>
    <description>&lt;P&gt;Hello everyone,&lt;BR /&gt;&lt;BR /&gt;I encountered an exception when running the MKL_DSS to solve a system of linear equations that behaves inconsistently. I haven't been able to find the culprit, but when the given subroutine is run multiple times, it runs successfully sometimes, but often an exception occurs (it's guaranteed if run 10 times, for example). For the sake of simplicity in the attachments, a subroutine with a simplified version of the code is presented. The exception thrown isn't always in the same place nor of the same type. Below are a few examples:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Exception thrown at 0x00007FFF09A65837 (mkl_core.1.dll) in MKL_testing.exe: 0xC0000005: Access violation reading location 0x000008E1A33AF6A1.&lt;/LI&gt;
&lt;LI&gt;MKL_testing.exe has triggered a breakpoint.&lt;/LI&gt;
&lt;LI&gt;Exception thrown at 0x00007FFFF3E95BB6 (ntdll.dll) in MKL_testing.exe: 0xC0000005: Access violation reading location 0xFFFFFFFFFFFFFFFF.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Software:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Visual Studio 2019 16.11.4&lt;/LI&gt;
&lt;LI&gt;MKL&amp;nbsp;provided in the Intel® oneAPI Base Toolkit 2021.4&lt;/LI&gt;
&lt;LI&gt;Intel® Fortran Compiler Classic 2021.4&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;VS MKL option:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Parallel (/Qmkl:parallel)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your time!&lt;/P&gt;</description>
    <pubDate>Thu, 14 Oct 2021 18:55:41 GMT</pubDate>
    <dc:creator>BrunoM</dc:creator>
    <dc:date>2021-10-14T18:55:41Z</dc:date>
    <item>
      <title>MKL_DSS exception</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-DSS-exception/m-p/1322072#M32220</link>
      <description>&lt;P&gt;Hello everyone,&lt;BR /&gt;&lt;BR /&gt;I encountered an exception when running the MKL_DSS to solve a system of linear equations that behaves inconsistently. I haven't been able to find the culprit, but when the given subroutine is run multiple times, it runs successfully sometimes, but often an exception occurs (it's guaranteed if run 10 times, for example). For the sake of simplicity in the attachments, a subroutine with a simplified version of the code is presented. The exception thrown isn't always in the same place nor of the same type. Below are a few examples:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Exception thrown at 0x00007FFF09A65837 (mkl_core.1.dll) in MKL_testing.exe: 0xC0000005: Access violation reading location 0x000008E1A33AF6A1.&lt;/LI&gt;
&lt;LI&gt;MKL_testing.exe has triggered a breakpoint.&lt;/LI&gt;
&lt;LI&gt;Exception thrown at 0x00007FFFF3E95BB6 (ntdll.dll) in MKL_testing.exe: 0xC0000005: Access violation reading location 0xFFFFFFFFFFFFFFFF.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Software:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Visual Studio 2019 16.11.4&lt;/LI&gt;
&lt;LI&gt;MKL&amp;nbsp;provided in the Intel® oneAPI Base Toolkit 2021.4&lt;/LI&gt;
&lt;LI&gt;Intel® Fortran Compiler Classic 2021.4&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;VS MKL option:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Parallel (/Qmkl:parallel)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your time!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 18:55:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-DSS-exception/m-p/1322072#M32220</guid>
      <dc:creator>BrunoM</dc:creator>
      <dc:date>2021-10-14T18:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: MKL_DSS exception</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-DSS-exception/m-p/1322305#M32221</link>
      <description>&lt;P&gt;Found the error. &lt;EM&gt;nRhs&lt;/EM&gt; was badly defined where it should have the value of 1 instead of 8. &lt;EM&gt;Rhs&lt;/EM&gt; and &lt;EM&gt;NodeValues&lt;/EM&gt; should have &lt;EM&gt;nRows&lt;/EM&gt; size, not &lt;EM&gt;nRhs&lt;/EM&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 15:30:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-DSS-exception/m-p/1322305#M32221</guid>
      <dc:creator>BrunoM</dc:creator>
      <dc:date>2021-10-15T15:30:00Z</dc:date>
    </item>
    <item>
      <title>Re:MKL_DSS exception</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-DSS-exception/m-p/1322816#M32222</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for the update. &amp;nbsp;We would discontinue monitoring this issue. Please raise a new thread if you have further issues.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Oct 2021 12:25:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-DSS-exception/m-p/1322816#M32222</guid>
      <dc:creator>RahulV_intel</dc:creator>
      <dc:date>2021-10-18T12:25:32Z</dc:date>
    </item>
  </channel>
</rss>

