<?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: Newbie problem with PARDISO in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-problem-with-PARDISO/m-p/851890#M6612</link>
    <description>I am using the em64t with the example "Example C-7. pardiso_sym.c for Symmetric Linear Systems" in mklman.pdf and the solver does not return the same answer. I compiled using ia32 and the answer checked out. Is there something I am missing? Here is the output from em64t with the mklman.pdf example afterwards:
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;================  PARDISO: solving a  symmetric indef. system  ================
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;Summary PARDISO: ( reorder to reorder )
&lt;BR /&gt;================
&lt;BR /&gt;
&lt;BR /&gt;Times:
&lt;BR /&gt;======
&lt;BR /&gt;
&lt;BR /&gt;      Time fulladj: 0.020622 s
&lt;BR /&gt;      Time reorder: 0.084064 s
&lt;BR /&gt;      Time symbfct: 0.000406 s
&lt;BR /&gt;      Time parlist: 0.000003 s
&lt;BR /&gt;      Time malloc : -0.071197 s
&lt;BR /&gt;      Time total  : 0.034648 s total - sum: 0.000750 s
&lt;BR /&gt;
&lt;BR /&gt;Statistics:
&lt;BR /&gt;===========
&lt;BR /&gt;          2
&lt;BR /&gt; 
&lt;BR /&gt;
&lt;BR /&gt;  
&lt;BR /&gt;             #equations:                                     8
&lt;BR /&gt;             #non-zeros in A:                                18
&lt;BR /&gt;             non-zeros in A (%):                             28.125000
&lt;BR /&gt;             #right-hand sides:                              1
&lt;BR /&gt;
&lt;BR /&gt; 
&lt;BR /&gt;             #columns for each panel:                        80
&lt;BR /&gt;             #independent subgraphs:                         0
&lt;BR /&gt; 
&lt;BR /&gt;             #supernodes:                                    4
&lt;BR /&gt;             size of largest supernode:                      4
&lt;BR /&gt;             number of nonzeros in L                       31
&lt;BR /&gt;             number of nonzeros in U                       1
&lt;BR /&gt;             number of nonzeros in L+U                     32
&lt;BR /&gt;
&lt;BR /&gt;Reordering completed ...
&lt;BR /&gt;Number of nonzeros in factors = 32
&lt;BR /&gt;Number of factorization MFLOPS = 0
&lt;BR /&gt;================  PARDISO: solving a  symmetric indef. system  ================
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;Summary PARDISO: ( factorize to factorize )
&lt;BR /&gt;================
&lt;BR /&gt;
&lt;BR /&gt;Times:
&lt;BR /&gt;======
&lt;BR /&gt;
&lt;BR /&gt;      Time A to LU: 0.000000 s
&lt;BR /&gt;      Time numfct : 0.132393 s
&lt;BR /&gt;      Time malloc : -0.080632 s
&lt;BR /&gt;      Time total  : 0.051762 s total - sum: 0.000001 s
&lt;BR /&gt;
&lt;BR /&gt;Statistics:
&lt;BR /&gt;===========
&lt;BR /&gt;          2
&lt;BR /&gt; 
&lt;BR /&gt;
&lt;BR /&gt;  
&lt;BR /&gt;             #equations:                                     8
&lt;BR /&gt;             #non-zeros in A:                                18
&lt;BR /&gt;             non-zeros in A (%):                             28.125000
&lt;BR /&gt;             #right-hand sides:                              1
&lt;BR /&gt;
&lt;BR /&gt; 
&lt;BR /&gt;             #columns for each panel:                        80
&lt;BR /&gt;             #independent subgraphs:                         0
&lt;BR /&gt; 
&lt;BR /&gt;             #supernodes:                                    4
&lt;BR /&gt;             size of largest supernode:                      4
&lt;BR /&gt;             number of nonzeros in L                       31
&lt;BR /&gt;             number of nonzeros in U                       1
&lt;BR /&gt;             number of nonzeros in L+U                     32
&lt;BR /&gt;             gflop   for the numerical factorization:        0.000000
&lt;BR /&gt;             gflop/s for the numerical factorization:        0.000001
&lt;BR /&gt;
&lt;BR /&gt;Factorization completed ...
&lt;BR /&gt;================  PARDISO: solving a  symmetric indef. system  ================
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;Summary PARDISO: ( solve to solve )
&lt;BR /&gt;================
&lt;BR /&gt;
&lt;BR /&gt;Times:
&lt;BR /&gt;======
&lt;BR /&gt;
&lt;BR /&gt;      Time solve  : 0.091132 s
&lt;BR /&gt;      Time total  : 0.0105
48 s total - sum: -0.080584 s
&lt;BR /&gt;
&lt;BR /&gt;Statistics:
&lt;BR /&gt;===========
&lt;BR /&gt;          2
&lt;BR /&gt; 
&lt;BR /&gt;
&lt;BR /&gt;  
&lt;BR /&gt;             #equations:                                     8
&lt;BR /&gt;             #non-zeros in A:                                18
&lt;BR /&gt;             non-zeros in A (%):                             28.125000
&lt;BR /&gt;             #right-hand sides:                              1
&lt;BR /&gt;
&lt;BR /&gt; 
&lt;BR /&gt;             #columns for each panel:                        80
&lt;BR /&gt;             #independent subgraphs:                         0
&lt;BR /&gt; 
&lt;BR /&gt;             #supernodes:                                    4
&lt;BR /&gt;             size of largest supernode:                      4
&lt;BR /&gt;             number of nonzeros in L                       31
&lt;BR /&gt;             number of nonzeros in U                       1
&lt;BR /&gt;             number of nonzeros in L+U                     32
&lt;BR /&gt;             gflop   for the numerical factorization:        0.000000
&lt;BR /&gt;             gflop/s for the numerical factorization:        0.000001
&lt;BR /&gt;
&lt;BR /&gt;Solve completed ...
&lt;BR /&gt;The solution of the system is:
&lt;BR /&gt; x [0] =  0.001648
&lt;BR /&gt; x [1] =  0.026780
&lt;BR /&gt; x [2] = -0.021881
&lt;BR /&gt; x [3] = -0.381206
&lt;BR /&gt; x [4] =  0.641086
&lt;BR /&gt; x [5] =  0.125631
&lt;BR /&gt; x [6] =  0.110354
&lt;BR /&gt; x [7] =  0.096250
&lt;BR /&gt;
&lt;BR /&gt;mklman.pdf:
&lt;BR /&gt;
&lt;BR /&gt;Reordering completed ...
&lt;BR /&gt;Number of nonzeros in factors = 30
&lt;BR /&gt;Number of factorization MFLOPS = 0
&lt;BR /&gt;Factorization completed ...
&lt;BR /&gt;Solve completed ...
&lt;BR /&gt;The solution of the system is
&lt;BR /&gt;x(1) = -0.0418602013
&lt;BR /&gt;x(2) = -0.00341312416
&lt;BR /&gt;x(3) = 0.117250377
&lt;BR /&gt;x(4) = -0.11263958
&lt;BR /&gt;x(5) = 0.0241722445
&lt;BR /&gt;x(6) = -0.10763334
&lt;BR /&gt;x(7) = 0.198719673
&lt;BR /&gt;x(8) = 0.190382964
&lt;BR /&gt;
&lt;BR /&gt;Thank you for any help.</description>
    <pubDate>Tue, 22 Jul 2008 19:48:42 GMT</pubDate>
    <dc:creator>geoff1234</dc:creator>
    <dc:date>2008-07-22T19:48:42Z</dc:date>
    <item>
      <title>Newbie problem with PARDISO</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-problem-with-PARDISO/m-p/851888#M6610</link>
      <description>I am evaluating Intel MKL and I am interested in the sparse solver. I am using Microsoft Visual Studio 2005 and I am trying to run the example pardiso_sym_c.c I was able to run a 32 bit version linking to the ia32 library. But an access violation occurs when using the em64t library during the first PARDISO call. I am having a hard time trying to find which libraries to link to and proper compiler flags to use. Has anyone encountered similar issues?
&lt;BR /&gt;
&lt;BR /&gt;Thanks,
&lt;BR /&gt;  Geoff</description>
      <pubDate>Tue, 22 Jul 2008 17:49:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-problem-with-PARDISO/m-p/851888#M6610</guid>
      <dc:creator>geoff1234</dc:creator>
      <dc:date>2008-07-22T17:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie problem with PARDISO</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-problem-with-PARDISO/m-p/851889#M6611</link>
      <description>I was able to stop getting the exception by defining MKL_ILP64, in case someone gets the same behavior...</description>
      <pubDate>Tue, 22 Jul 2008 19:00:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-problem-with-PARDISO/m-p/851889#M6611</guid>
      <dc:creator>geoff1234</dc:creator>
      <dc:date>2008-07-22T19:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie problem with PARDISO</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-problem-with-PARDISO/m-p/851890#M6612</link>
      <description>I am using the em64t with the example "Example C-7. pardiso_sym.c for Symmetric Linear Systems" in mklman.pdf and the solver does not return the same answer. I compiled using ia32 and the answer checked out. Is there something I am missing? Here is the output from em64t with the mklman.pdf example afterwards:
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;================  PARDISO: solving a  symmetric indef. system  ================
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;Summary PARDISO: ( reorder to reorder )
&lt;BR /&gt;================
&lt;BR /&gt;
&lt;BR /&gt;Times:
&lt;BR /&gt;======
&lt;BR /&gt;
&lt;BR /&gt;      Time fulladj: 0.020622 s
&lt;BR /&gt;      Time reorder: 0.084064 s
&lt;BR /&gt;      Time symbfct: 0.000406 s
&lt;BR /&gt;      Time parlist: 0.000003 s
&lt;BR /&gt;      Time malloc : -0.071197 s
&lt;BR /&gt;      Time total  : 0.034648 s total - sum: 0.000750 s
&lt;BR /&gt;
&lt;BR /&gt;Statistics:
&lt;BR /&gt;===========
&lt;BR /&gt;          2
&lt;BR /&gt; 
&lt;BR /&gt;
&lt;BR /&gt;  
&lt;BR /&gt;             #equations:                                     8
&lt;BR /&gt;             #non-zeros in A:                                18
&lt;BR /&gt;             non-zeros in A (%):                             28.125000
&lt;BR /&gt;             #right-hand sides:                              1
&lt;BR /&gt;
&lt;BR /&gt; 
&lt;BR /&gt;             #columns for each panel:                        80
&lt;BR /&gt;             #independent subgraphs:                         0
&lt;BR /&gt; 
&lt;BR /&gt;             #supernodes:                                    4
&lt;BR /&gt;             size of largest supernode:                      4
&lt;BR /&gt;             number of nonzeros in L                       31
&lt;BR /&gt;             number of nonzeros in U                       1
&lt;BR /&gt;             number of nonzeros in L+U                     32
&lt;BR /&gt;
&lt;BR /&gt;Reordering completed ...
&lt;BR /&gt;Number of nonzeros in factors = 32
&lt;BR /&gt;Number of factorization MFLOPS = 0
&lt;BR /&gt;================  PARDISO: solving a  symmetric indef. system  ================
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;Summary PARDISO: ( factorize to factorize )
&lt;BR /&gt;================
&lt;BR /&gt;
&lt;BR /&gt;Times:
&lt;BR /&gt;======
&lt;BR /&gt;
&lt;BR /&gt;      Time A to LU: 0.000000 s
&lt;BR /&gt;      Time numfct : 0.132393 s
&lt;BR /&gt;      Time malloc : -0.080632 s
&lt;BR /&gt;      Time total  : 0.051762 s total - sum: 0.000001 s
&lt;BR /&gt;
&lt;BR /&gt;Statistics:
&lt;BR /&gt;===========
&lt;BR /&gt;          2
&lt;BR /&gt; 
&lt;BR /&gt;
&lt;BR /&gt;  
&lt;BR /&gt;             #equations:                                     8
&lt;BR /&gt;             #non-zeros in A:                                18
&lt;BR /&gt;             non-zeros in A (%):                             28.125000
&lt;BR /&gt;             #right-hand sides:                              1
&lt;BR /&gt;
&lt;BR /&gt; 
&lt;BR /&gt;             #columns for each panel:                        80
&lt;BR /&gt;             #independent subgraphs:                         0
&lt;BR /&gt; 
&lt;BR /&gt;             #supernodes:                                    4
&lt;BR /&gt;             size of largest supernode:                      4
&lt;BR /&gt;             number of nonzeros in L                       31
&lt;BR /&gt;             number of nonzeros in U                       1
&lt;BR /&gt;             number of nonzeros in L+U                     32
&lt;BR /&gt;             gflop   for the numerical factorization:        0.000000
&lt;BR /&gt;             gflop/s for the numerical factorization:        0.000001
&lt;BR /&gt;
&lt;BR /&gt;Factorization completed ...
&lt;BR /&gt;================  PARDISO: solving a  symmetric indef. system  ================
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;Summary PARDISO: ( solve to solve )
&lt;BR /&gt;================
&lt;BR /&gt;
&lt;BR /&gt;Times:
&lt;BR /&gt;======
&lt;BR /&gt;
&lt;BR /&gt;      Time solve  : 0.091132 s
&lt;BR /&gt;      Time total  : 0.0105
48 s total - sum: -0.080584 s
&lt;BR /&gt;
&lt;BR /&gt;Statistics:
&lt;BR /&gt;===========
&lt;BR /&gt;          2
&lt;BR /&gt; 
&lt;BR /&gt;
&lt;BR /&gt;  
&lt;BR /&gt;             #equations:                                     8
&lt;BR /&gt;             #non-zeros in A:                                18
&lt;BR /&gt;             non-zeros in A (%):                             28.125000
&lt;BR /&gt;             #right-hand sides:                              1
&lt;BR /&gt;
&lt;BR /&gt; 
&lt;BR /&gt;             #columns for each panel:                        80
&lt;BR /&gt;             #independent subgraphs:                         0
&lt;BR /&gt; 
&lt;BR /&gt;             #supernodes:                                    4
&lt;BR /&gt;             size of largest supernode:                      4
&lt;BR /&gt;             number of nonzeros in L                       31
&lt;BR /&gt;             number of nonzeros in U                       1
&lt;BR /&gt;             number of nonzeros in L+U                     32
&lt;BR /&gt;             gflop   for the numerical factorization:        0.000000
&lt;BR /&gt;             gflop/s for the numerical factorization:        0.000001
&lt;BR /&gt;
&lt;BR /&gt;Solve completed ...
&lt;BR /&gt;The solution of the system is:
&lt;BR /&gt; x [0] =  0.001648
&lt;BR /&gt; x [1] =  0.026780
&lt;BR /&gt; x [2] = -0.021881
&lt;BR /&gt; x [3] = -0.381206
&lt;BR /&gt; x [4] =  0.641086
&lt;BR /&gt; x [5] =  0.125631
&lt;BR /&gt; x [6] =  0.110354
&lt;BR /&gt; x [7] =  0.096250
&lt;BR /&gt;
&lt;BR /&gt;mklman.pdf:
&lt;BR /&gt;
&lt;BR /&gt;Reordering completed ...
&lt;BR /&gt;Number of nonzeros in factors = 30
&lt;BR /&gt;Number of factorization MFLOPS = 0
&lt;BR /&gt;Factorization completed ...
&lt;BR /&gt;Solve completed ...
&lt;BR /&gt;The solution of the system is
&lt;BR /&gt;x(1) = -0.0418602013
&lt;BR /&gt;x(2) = -0.00341312416
&lt;BR /&gt;x(3) = 0.117250377
&lt;BR /&gt;x(4) = -0.11263958
&lt;BR /&gt;x(5) = 0.0241722445
&lt;BR /&gt;x(6) = -0.10763334
&lt;BR /&gt;x(7) = 0.198719673
&lt;BR /&gt;x(8) = 0.190382964
&lt;BR /&gt;
&lt;BR /&gt;Thank you for any help.</description>
      <pubDate>Tue, 22 Jul 2008 19:48:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-problem-with-PARDISO/m-p/851890#M6612</guid>
      <dc:creator>geoff1234</dc:creator>
      <dc:date>2008-07-22T19:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie problem with PARDISO</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-problem-with-PARDISO/m-p/851891#M6613</link>
      <description>Can you tell me how to successfully run the 32 bit verison pardiso-sym.c ? I have bulit a program just copy the pardiso-sym.c in Visual C++ 2005. And I got the terrible error: &lt;BR /&gt;unresolved symbol _mkl_solver_pardiso . &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jul 2008 09:59:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-problem-with-PARDISO/m-p/851891#M6613</guid>
      <dc:creator>smth</dc:creator>
      <dc:date>2008-07-25T09:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie problem with PARDISO</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-problem-with-PARDISO/m-p/851892#M6614</link>
      <description>First I added the appropriate directories for include, executables and libraries in Tools...Options..VC++ directories.
&lt;BR /&gt;
&lt;BR /&gt;I also added the following libraries to link to
&lt;BR /&gt;
&lt;BR /&gt;mkl_c.lib mkl_solver.lib mkl_core.lib libguide.lib libiomp5mt.lib</description>
      <pubDate>Fri, 25 Jul 2008 12:19:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-problem-with-PARDISO/m-p/851892#M6614</guid>
      <dc:creator>geoff1234</dc:creator>
      <dc:date>2008-07-25T12:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie problem with PARDISO</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-problem-with-PARDISO/m-p/851893#M6615</link>
      <description>&lt;BR /&gt;smth: &lt;BR /&gt;Did adding some libraries to your project fix the problem as geof1234 suggested? &lt;BR /&gt;&lt;BR /&gt;Additionally, I want to point out that among the libraries mentioned, some are compatibility (or dummy) libraries. You might want to use the new names to get you pointed in the right direction as you start out:&lt;BR /&gt;&lt;BR /&gt; mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5mt.lib&lt;BR /&gt;&lt;BR /&gt;Hope youve got it working.&lt;BR /&gt;&lt;BR /&gt;geoff1234: &lt;BR /&gt;We might need a test case from you to really figure things out, but one thing I noticed is that you mentioned use of MKL_ILP64 but also suggested above the use of a dummy lib. The MKL_ILP64 would suggest youre using the ILP64 interface (and thus 64-bit integer parameters), but use of the mkl_em64t.lib dummy lib would automatically link mkl_intel_lp64.lib which is the interface lib for LP64 use (32-bit integer parameters). Anyway if this doesnt ring any bells wed probably need more info from you even though youre using an example straight from the book.&lt;BR /&gt;&lt;BR /&gt;-Todd &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jul 2008 22:17:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-problem-with-PARDISO/m-p/851893#M6615</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2008-07-25T22:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie problem with PARDISO</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-problem-with-PARDISO/m-p/851894#M6616</link>
      <description>Thanks, MAD	rosenqu and geoff1234&lt;BR /&gt;It works. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 26 Jul 2008 09:17:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-problem-with-PARDISO/m-p/851894#M6616</guid>
      <dc:creator>smth</dc:creator>
      <dc:date>2008-07-26T09:17:45Z</dc:date>
    </item>
  </channel>
</rss>

