<?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 Access violation error when calling PARDISO in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-error-when-calling-PARDISO/m-p/855715#M6973</link>
    <description>Hi folks;&lt;BR /&gt;&lt;BR /&gt;I'm using PARDISO routine as my sparse solver in my code and it works fine. However, when I try to use it for matrices with more than 150,000 non-zero elements (for example a 15,000x15,000 matrix) the program stops running with access violation error!&lt;BR /&gt;I had this problem before, and it turned out that the structure of my sparse matrix had some problem. However, I'm pretty sure that this time my matrix is OK.&lt;BR /&gt;&lt;BR /&gt;My system is : intel XEON, windows 64bit (but my code platform is win32), VS2008, MKL 10.1.2.026&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Hossein</description>
    <pubDate>Mon, 20 Apr 2009 08:50:59 GMT</pubDate>
    <dc:creator>pourmatin85</dc:creator>
    <dc:date>2009-04-20T08:50:59Z</dc:date>
    <item>
      <title>Access violation error when calling PARDISO</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-error-when-calling-PARDISO/m-p/855715#M6973</link>
      <description>Hi folks;&lt;BR /&gt;&lt;BR /&gt;I'm using PARDISO routine as my sparse solver in my code and it works fine. However, when I try to use it for matrices with more than 150,000 non-zero elements (for example a 15,000x15,000 matrix) the program stops running with access violation error!&lt;BR /&gt;I had this problem before, and it turned out that the structure of my sparse matrix had some problem. However, I'm pretty sure that this time my matrix is OK.&lt;BR /&gt;&lt;BR /&gt;My system is : intel XEON, windows 64bit (but my code platform is win32), VS2008, MKL 10.1.2.026&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Hossein</description>
      <pubDate>Mon, 20 Apr 2009 08:50:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-error-when-calling-PARDISO/m-p/855715#M6973</guid>
      <dc:creator>pourmatin85</dc:creator>
      <dc:date>2009-04-20T08:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Access violation error when calling PARDISO</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-error-when-calling-PARDISO/m-p/855716#M6974</link>
      <description>&lt;DIV style="margin:0px;"&gt;Dear Hossein,&lt;BR /&gt;&lt;BR /&gt;Thank you for this question. The problem you described is very strange. PARDISO successfully solves the tasks with more than 100 millions of non-zeroes elements in input matrices. In order to be sure that your matrix is correct, please set iparm(27) = 1 (matrix checker). In any case, could you describe your task more detail? Namely, type of the matrix you solved, stage where this problem occurred (reordering, factorization or solving step), number of threads, PARDISO mode - In-Core or Out-of-Core? &lt;BR /&gt;&lt;BR /&gt;- Sergey&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 Apr 2009 09:55:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-error-when-calling-PARDISO/m-p/855716#M6974</guid>
      <dc:creator>Sergey_P_Intel2</dc:creator>
      <dc:date>2009-04-20T09:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Access violation error when calling PARDISO</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-error-when-calling-PARDISO/m-p/855717#M6975</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/275159"&gt;Sergey Pudov (Intel)&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;Dear Hossein,&lt;BR /&gt;&lt;BR /&gt;Thank you for this question. The problem you described is very strange. PARDISO successfully solves the tasks with more than 100 millions of non-zeroes elements in input matrices. In order to be sure that your matrix is correct, please set iparm(27) = 1 (matrix checker). In any case, could you describe your task more detail? Namely, type of the matrix you solved, stage where this problem occurred (reordering, factorization or solving step), number of threads, PARDISO mode - In-Core or Out-of-Core? &lt;BR /&gt;&lt;BR /&gt;- Sergey&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Sergey is right, definitely size is not an issue here. I guess some index out range or not allocated matrix/component thing. Set (if you didn't do it already) Project-&amp;gt;properties-&amp;gt;Fortran-&amp;gt;Run-time-&amp;gt; Runtime error checking set to All.&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Apr 2009 10:00:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-error-when-calling-PARDISO/m-p/855717#M6975</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2009-04-20T10:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Access violation error when calling PARDISO</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-error-when-calling-PARDISO/m-p/855718#M6976</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/275159"&gt;Sergey Pudov (Intel)&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;Dear Hossein,&lt;BR /&gt;&lt;BR /&gt;Thank you for this question. The problem you described is very strange. PARDISO successfully solves the tasks with more than 100 millions of non-zeroes elements in input matrices. In order to be sure that your matrix is correct, please set iparm(27) = 1 (matrix checker). In any case, could you describe your task more detail? Namely, type of the matrix you solved, stage where this problem occurred (reordering, factorization or solving step), number of threads, PARDISO mode - In-Core or Out-of-Core? &lt;BR /&gt;&lt;BR /&gt;- Sergey&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Dear Sergey;&lt;BR /&gt;&lt;BR /&gt;I did what you said about iparm(27), the result was puzzling for me. For the first input data, the program stopped in the first iteration with error=-7 (diagonal matrix problem). The second input data had no error! However, the results was not reasonable! I tried some other inputs, and most of them resulted in the old error: access violation.&lt;BR /&gt;&lt;BR /&gt;By the way, I use in-core mode and one thread, my matrix is symmetric and positive-definite. The problem occurs at phase 13.&lt;BR /&gt;&lt;BR /&gt;Hossein&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Apr 2009 11:33:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-error-when-calling-PARDISO/m-p/855718#M6976</guid>
      <dc:creator>pourmatin85</dc:creator>
      <dc:date>2009-04-20T11:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Access violation error when calling PARDISO</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-error-when-calling-PARDISO/m-p/855719#M6977</link>
      <description>&lt;DIV style="margin:0px;"&gt;Hossein,&lt;BR /&gt;We couldn't reproduce the problem.&lt;BR /&gt;Could you please get us the test case? That will help us to reproduce this problem more quickly.&lt;BR /&gt;--Gennady&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Apr 2009 04:30:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-error-when-calling-PARDISO/m-p/855719#M6977</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-04-22T04:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Access violation error when calling PARDISO</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-error-when-calling-PARDISO/m-p/855720#M6978</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/334681"&gt;Gennady Fedorov (Intel)&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;Hossein,&lt;BR /&gt;We couldn't reproduce the problem.&lt;BR /&gt;Could you please get us the test case? That will help us to reproduce this problem more quickly.&lt;BR /&gt;--Gennady&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Gennady,&lt;BR /&gt;I've put the necessary files in the folder LCPM.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Apr 2009 06:29:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-error-when-calling-PARDISO/m-p/855720#M6978</guid>
      <dc:creator>pourmatin85</dc:creator>
      <dc:date>2009-04-22T06:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Access violation error when calling PARDISO</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-error-when-calling-PARDISO/m-p/855721#M6979</link>
      <description>&lt;DIV style="margin:0px;"&gt;Hossein,&lt;BR /&gt;I have no idea what does LCPM stand for :)&lt;BR /&gt;and I see no files attached into this thread.&lt;BR /&gt;--Gennady&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Apr 2009 07:39:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Access-violation-error-when-calling-PARDISO/m-p/855721#M6979</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-04-22T07:39:43Z</dc:date>
    </item>
  </channel>
</rss>

