<?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: cgs iteration always crash in pardiso in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cgs-iteration-always-crash-in-pardiso/m-p/854067#M6786</link>
    <description>&lt;DIV style="margin:0px;"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;First of all, thank you for using MKL PARDISO. &lt;BR /&gt;&lt;BR /&gt;It is not clear from your post how PARDISO is used in your application. Could you provide us with additional information about MKL version, OS, PARDISO input parameters, size of the task, number of threads, linking line?&lt;BR /&gt;&lt;BR /&gt;With best regards,&lt;BR /&gt;Sergey&lt;/DIV&gt;
&lt;BR /&gt;</description>
    <pubDate>Wed, 22 Apr 2009 12:43:31 GMT</pubDate>
    <dc:creator>Sergey_P_Intel2</dc:creator>
    <dc:date>2009-04-22T12:43:31Z</dc:date>
    <item>
      <title>cgs iteration always crash in pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cgs-iteration-always-crash-in-pardiso/m-p/854066#M6785</link>
      <description>&lt;P&gt;I'm following the manual of pardiso to solve sparse unsymmetric systems.&lt;/P&gt;
&lt;P&gt;And the coefficent matrixs always have the same identical sparsity pattern, so I tried to use the cgs iterative method by setting iparam(4) (in c++ it's iparam[3]) = 51, but the solver always crashs somewhere at "ssnslv_pardiso" inside pardiso solver. But if I resetiparam(4)=0, the solver runs fine, and the correct result can be obtained.&lt;/P&gt;
&lt;P&gt;So what do I miss?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2009 09:39:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cgs-iteration-always-crash-in-pardiso/m-p/854066#M6785</guid>
      <dc:creator>jieah</dc:creator>
      <dc:date>2009-04-22T09:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: cgs iteration always crash in pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cgs-iteration-always-crash-in-pardiso/m-p/854067#M6786</link>
      <description>&lt;DIV style="margin:0px;"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;First of all, thank you for using MKL PARDISO. &lt;BR /&gt;&lt;BR /&gt;It is not clear from your post how PARDISO is used in your application. Could you provide us with additional information about MKL version, OS, PARDISO input parameters, size of the task, number of threads, linking line?&lt;BR /&gt;&lt;BR /&gt;With best regards,&lt;BR /&gt;Sergey&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Apr 2009 12:43:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cgs-iteration-always-crash-in-pardiso/m-p/854067#M6786</guid>
      <dc:creator>Sergey_P_Intel2</dc:creator>
      <dc:date>2009-04-22T12:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: cgs iteration always crash in pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cgs-iteration-always-crash-in-pardiso/m-p/854068#M6787</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;Hi Sergey,&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Thanks for your quick reply!&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;The MKL version is v10.0.012. And the OS is WinXP SP3.&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;The size of the task varies from 10 to 100000. The solver runs with 2 threads.&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;And I link against the following libs,&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;mkl_c.lib mkl_solver.lib libguide40.lib&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;I set the following input parameters for PARDISO in stage 11 and 22&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;mtype = 11;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;pt[0...64] = NULL;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;iparm[0...64] = 0;&lt;BR /&gt; maxfct = 1;&lt;BR /&gt; mnum = 1;&lt;BR /&gt; msglvl = 0;&lt;BR /&gt; error = 0;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;rhs=1;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;And in solving stage, if I set phase=23 or 33; iparm[3]=0; iparm[7]=100; I can get the exact solution.&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;But if I set iparm[3] to anything else but 0, the solver will crash always, and the debugger says&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;"Access violation reading location 0x00000001"&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Regards,&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;jie&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;/DIV&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;Hi,&lt;BR /&gt;&lt;BR /&gt;First of all, thank you for using MKL PARDISO. &lt;BR /&gt;&lt;BR /&gt;It is not clear from your post how PARDISO is used in your application. Could you provide us with additional information about MKL version, OS, PARDISO input parameters, size of the task, number of threads, linking line?&lt;BR /&gt;&lt;BR /&gt;With best regards,&lt;BR /&gt;Sergey&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Apr 2009 19:57:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cgs-iteration-always-crash-in-pardiso/m-p/854068#M6787</guid>
      <dc:creator>jieah</dc:creator>
      <dc:date>2009-04-22T19:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: cgs iteration always crash in pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cgs-iteration-always-crash-in-pardiso/m-p/854069#M6788</link>
      <description>&lt;DIV style="margin:0px;"&gt;first of all, please change the linking line you are using by the following one:&lt;BR /&gt;&lt;/DIV&gt;
"mkl_solver.lib mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib"&lt;BR /&gt;and let us know what's going on with this problem.&lt;BR /&gt;--Gennady&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Apr 2009 04:49:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cgs-iteration-always-crash-in-pardiso/m-p/854069#M6788</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-04-23T04:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: cgs iteration always crash in pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cgs-iteration-always-crash-in-pardiso/m-p/854070#M6789</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;
&lt;/P&gt;&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;it's still the same situation, if iparam[3]=0, everything is fine&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;otherwise the solver still crashes.&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;--jie&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2009 08:17:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cgs-iteration-always-crash-in-pardiso/m-p/854070#M6789</guid>
      <dc:creator>jieah</dc:creator>
      <dc:date>2009-04-23T08:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: cgs iteration always crash in pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cgs-iteration-always-crash-in-pardiso/m-p/854071#M6790</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/425329"&gt;jieah&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;P&gt;
&lt;/P&gt;&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;it's still the same situation, if iparam[3]=0, everything is fine&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;otherwise the solver still crashes.&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;--jie&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Thissituation is not so clear for me. Namely, if iparam[0]=0, then PARDISO uses iparam values by default, so any changes of iparam[3] should take no effect. Please try iparam[0] = 1 (no defaults for PARDISO) and run the program again. If the situation will be the same, pleasevisit &lt;A href="http://premier.intel.com" target="_blank"&gt;http://premier.intel.com&lt;/A&gt; and submit issue.&lt;BR /&gt;- Sergey</description>
      <pubDate>Thu, 23 Apr 2009 11:02:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cgs-iteration-always-crash-in-pardiso/m-p/854071#M6790</guid>
      <dc:creator>Sergey_P_Intel2</dc:creator>
      <dc:date>2009-04-23T11:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: cgs iteration always crash in pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cgs-iteration-always-crash-in-pardiso/m-p/854072#M6791</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;It's still the same situation.&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;I've tried to visit&lt;EM&gt;&lt;A href="http://premier.intel.com" target="_blank"&gt;http://premier.intel.com&lt;/A&gt;&lt;/EM&gt;, but it says my access to the Intel Premier Support web site can't be authenticated ...&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;/DIV&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;&lt;/DIV&gt;
&lt;BR /&gt;Thissituation is not so clear for me. Namely, if iparam[0]=0, then PARDISO uses iparam values by default, so any changes of iparam[3] should take no effect. Please try iparam[0] = 1 (no defaults for PARDISO) and run the program again. If the situation will be the same, pleasevisit &lt;A href="http://premier.intel.com" target="_blank"&gt;http://premier.intel.com&lt;/A&gt; and submit issue.&lt;BR /&gt;- Sergey&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Apr 2009 12:30:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cgs-iteration-always-crash-in-pardiso/m-p/854072#M6791</guid>
      <dc:creator>jieah</dc:creator>
      <dc:date>2009-04-23T12:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: cgs iteration always crash in pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cgs-iteration-always-crash-in-pardiso/m-p/854073#M6792</link>
      <description>&lt;P&gt;I've upgraded to the latest version v10.1.2, and the problem solved!&lt;/P&gt;
&lt;P&gt;And also the "mkl_serv_allocate" bug is fixed!&lt;/P&gt;
&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2009 18:11:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cgs-iteration-always-crash-in-pardiso/m-p/854073#M6792</guid>
      <dc:creator>jieah</dc:creator>
      <dc:date>2009-04-23T18:11:47Z</dc:date>
    </item>
  </channel>
</rss>

