<?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 PARDISO  - trying to solve multiple matrices.  in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-trying-to-solve-multiple-matrices/m-p/805320#M3381</link>
    <description>the message "&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;*** Input check: ia(neqns+1)_new 17425 _old 0 are incompatible" indicate that&lt;/SPAN&gt;its seem that you have some problem with ia array. Please check it accordingly with csr format.</description>
    <pubDate>Tue, 21 Feb 2012 03:42:09 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2012-02-21T03:42:09Z</dc:date>
    <item>
      <title>PARDISO  - trying to solve multiple matrices.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-trying-to-solve-multiple-matrices/m-p/805319#M3380</link>
      <description>I am writing a non linear finite element code, where there is a time-stepping scheme and the matrix size and structure are different in each time step. I want to use PARDISO to solve the matrices. &lt;BR /&gt;&lt;BR /&gt;Here is the calling scheme that I use. &lt;PRE&gt;do i=1,ntimesteps

call construct_matrix()
call pardiso with phase =11
call pardiso with phase =22

do till convergence
call pardiso with phase =33 !! different rhs. 



after convergence

call pardiso with phase = -1 and 0 !! free the memory L and U etc.
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;The problem is that during the second time step I get this error. &lt;PRE&gt;** Error in PARDISO  ( sequence_ido,parameters) error_num= 8
*** Input check: ia(neqns+1)_new 17425 _old 0 are incompatible
*** Input parameters: inconsistent error= 8 max_fac_store_in: 1
          matrix_number_in : 1 matrix_type_in   : 11
          ido_in           : 11 neqns_in         : 18288
          ia(neqns_in+1)-1 : 17425 nb_in            : 1

Any idea why this is a problem. The matrix structure and size changes at every time step , hence it is not possible to keep the same matrix alive. &lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Feb 2012 01:48:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-trying-to-solve-multiple-matrices/m-p/805319#M3380</guid>
      <dc:creator>potaman</dc:creator>
      <dc:date>2012-02-21T01:48:35Z</dc:date>
    </item>
    <item>
      <title>PARDISO  - trying to solve multiple matrices.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-trying-to-solve-multiple-matrices/m-p/805320#M3381</link>
      <description>the message "&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;*** Input check: ia(neqns+1)_new 17425 _old 0 are incompatible" indicate that&lt;/SPAN&gt;its seem that you have some problem with ia array. Please check it accordingly with csr format.</description>
      <pubDate>Tue, 21 Feb 2012 03:42:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-trying-to-solve-multiple-matrices/m-p/805320#M3381</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2012-02-21T03:42:09Z</dc:date>
    </item>
    <item>
      <title>PARDISO  - trying to solve multiple matrices.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-trying-to-solve-multiple-matrices/m-p/805321#M3382</link>
      <description>Not having seen the actual code, the best that one can do is to ask that you examine your source code using the information that PARDISO gave you: it remembers having been called with ia(neqns + 1) equal to zero. How did this come about?</description>
      <pubDate>Tue, 21 Feb 2012 03:42:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-trying-to-solve-multiple-matrices/m-p/805321#M3382</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2012-02-21T03:42:39Z</dc:date>
    </item>
    <item>
      <title>PARDISO  - trying to solve multiple matrices.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-trying-to-solve-multiple-matrices/m-p/805322#M3383</link>
      <description>The thing is that the matrix assembly is correct. i checked it by reading the matrices in to umfpack using scipy.&lt;DIV&gt;The main problem seems to be that the pardiso handle is not getting deleted. When I call the subroutine the first time , it seems to work okay. However on the second call, it seems to not have deallocated/deleted the previous handle. I can't post the entire code due to IP problems where I work.&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Feb 2012 03:55:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-trying-to-solve-multiple-matrices/m-p/805322#M3383</guid>
      <dc:creator>potaman</dc:creator>
      <dc:date>2012-02-21T03:55:21Z</dc:date>
    </item>
    <item>
      <title>PARDISO  - trying to solve multiple matrices.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-trying-to-solve-multiple-matrices/m-p/805323#M3384</link>
      <description>I was trying to use the dss interface. While doing that, the problem seemed to be that a call to dss_delete did not seem to be doing anything...&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Feb 2012 04:02:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-trying-to-solve-multiple-matrices/m-p/805323#M3384</guid>
      <dc:creator>potaman</dc:creator>
      <dc:date>2012-02-21T04:02:47Z</dc:date>
    </item>
    <item>
      <title>PARDISO  - trying to solve multiple matrices.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-trying-to-solve-multiple-matrices/m-p/805324#M3385</link>
      <description>Thanks guys for all the help. I figured out what was wrong. I did not know fortran 90 implicitly assumed variables initialized at declaration to be static. When I was calling my matrix construction the second time, it was not compressing the indices.&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Feb 2012 09:54:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-trying-to-solve-multiple-matrices/m-p/805324#M3385</guid>
      <dc:creator>potaman</dc:creator>
      <dc:date>2012-02-21T09:54:41Z</dc:date>
    </item>
    <item>
      <title>PARDISO  - trying to solve multiple matrices.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-trying-to-solve-multiple-matrices/m-p/805325#M3386</link>
      <description>&lt;I&gt;&amp;gt; assumed variables initialized at declaration to be &lt;B&gt;static&lt;BR /&gt;&lt;/B&gt;&lt;/I&gt;&lt;B&gt;&lt;BR /&gt;&lt;/B&gt;That you said "to be static" rather than "have the SAVE attribute" suggests a strong background in C, since initializations in C are executed at &lt;SPAN style="text-decoration: underline;"&gt;every&lt;/SPAN&gt; entry to a function (or even a block) containing the declaration of the initialized variable.&lt;BR /&gt;&lt;BR /&gt;Note, also, that in Fortran, despite the SAVE attribute, the variable need not have the value of the initialization expression when the containing subprogram is entered for the second, third, ... time. The value of the variable is whatever it was when control left the subprogram during the previous call.</description>
      <pubDate>Tue, 21 Feb 2012 14:10:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-trying-to-solve-multiple-matrices/m-p/805325#M3386</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2012-02-21T14:10:39Z</dc:date>
    </item>
    <item>
      <title>PARDISO  - trying to solve multiple matrices.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-trying-to-solve-multiple-matrices/m-p/805326#M3387</link>
      <description>I actually don't have a very strong background in any compiled language. I do most of my stuff in python. Thanks for all the help.&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Feb 2012 18:14:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-trying-to-solve-multiple-matrices/m-p/805326#M3387</guid>
      <dc:creator>potaman</dc:creator>
      <dc:date>2012-02-21T18:14:25Z</dc:date>
    </item>
  </channel>
</rss>

