<?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: MKL Out of memory error management in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Out-of-memory-error-management/m-p/884685#M9942</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/418825"&gt;bond078&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;conraux,&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;While implementing the DSS solver, I received the same error, i.e., MKL-DSS-DSS-Error, Out of memory at the point when DSS_REORDER is called. I am not able to understand why I am receiving this error as I am running this solver on a machine with 10+ GB Ram and 50+ GB of hard drive free. I was wondering if you figured out the solution for this problem? Please let me know.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;the original post seemed to have remaining options (calls) from CXML (Compaq Math Library) version. This is probably not your case, but anyway checking the flags is worth doing. Any more info on your settings/problem you're solving (it's hard to offer any advice with such limited information)?&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;</description>
    <pubDate>Thu, 19 Mar 2009 00:56:28 GMT</pubDate>
    <dc:creator>ArturGuzik</dc:creator>
    <dc:date>2009-03-19T00:56:28Z</dc:date>
    <item>
      <title>MKL Out of memory error management</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Out-of-memory-error-management/m-p/884683#M9940</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I am using DSS interface of MKL PARDISO solver.&lt;/P&gt;
&lt;P&gt;I cannot catch Out Of Memory errors neither with DSS_REORDER or with DSS_FACTOR_REAL.&lt;/P&gt;
&lt;P&gt;MKL is writing the error message in console then program is halted.&lt;/P&gt;
&lt;P&gt;Matrix factorization&lt;BR /&gt;MKL-DSS-DSS-Error, Out of memory&lt;BR /&gt;[crx@POLLUX ...d/SYSTUS]$ &lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Here is my source code: IF tests are never executed.&lt;/P&gt;
&lt;P&gt;No test of IER status can be done.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt; IER = DSS_REORDER(HANDLE(1),CXML_DSS_DEFAULTS,0)&lt;BR /&gt; IF (IER.NE.CXML_DSS_SUCCESS) GOTO 900&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;and&lt;/P&gt;
&lt;P&gt; IER = DSS_FACTOR_REAL(HANDLE(1),CXML_DSS_INDEFINITE,A(KSYMPK))&lt;BR /&gt; IF (IER.EQ.CXML_DSS_OUT_OF_MEMORY) GOTO 901&lt;BR /&gt; IF (IER.EQ.CXML_DSS_ZERO_PIVOT) GOTO 902&lt;BR /&gt; IF (IER.NE.CXML_DSS_SUCCESS) GOTO 900&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2007 16:05:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Out-of-memory-error-management/m-p/884683#M9940</guid>
      <dc:creator>conraux</dc:creator>
      <dc:date>2007-02-05T16:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: MKL Out of memory error management</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Out-of-memory-error-management/m-p/884684#M9941</link>
      <description>&lt;DIV style="margin:0px;"&gt;conraux,&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;While implementing the DSS solver, I received the same error, i.e., MKL-DSS-DSS-Error, Out of memory at the point when DSS_REORDER is called. I am not able to understand why I am receiving this error as I am running this solver on a machine with 10+ GB Ram and 50+ GB of hard drive free. I was wondering if you figured out the solution for this problem? Please let me know.</description>
      <pubDate>Wed, 18 Mar 2009 16:34:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Out-of-memory-error-management/m-p/884684#M9941</guid>
      <dc:creator>bond078</dc:creator>
      <dc:date>2009-03-18T16:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: MKL Out of memory error management</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Out-of-memory-error-management/m-p/884685#M9942</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/418825"&gt;bond078&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;conraux,&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;While implementing the DSS solver, I received the same error, i.e., MKL-DSS-DSS-Error, Out of memory at the point when DSS_REORDER is called. I am not able to understand why I am receiving this error as I am running this solver on a machine with 10+ GB Ram and 50+ GB of hard drive free. I was wondering if you figured out the solution for this problem? Please let me know.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;the original post seemed to have remaining options (calls) from CXML (Compaq Math Library) version. This is probably not your case, but anyway checking the flags is worth doing. Any more info on your settings/problem you're solving (it's hard to offer any advice with such limited information)?&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Mar 2009 00:56:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Out-of-memory-error-management/m-p/884685#M9942</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2009-03-19T00:56:28Z</dc:date>
    </item>
  </channel>
</rss>

