<?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: Pardiso gives different solutions whenever runs in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876046#M8946</link>
    <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
Out of curiosity I tried to build your project and got errors of mistmatch in data sizes, like this one:&lt;BR /&gt;&lt;BR /&gt;error #7836: If the actual argument is scalar, the corresponding dummy argument shall be scalar unless the actual argument is an element of an array that is not an assumed-shape or pointer array, or a substring of such an element.   &lt;B&gt;&lt;BR /&gt;&lt;BR /&gt;Did you get the same? How did you build your project? Do you have all run-time and compile time checks on? Especially interfaces? I don't quite believe that Pardiso has a problem with multi-threads, it's more likely that there are coding/building errors in the sample you have.&lt;BR /&gt;&lt;BR /&gt;I'm using VS2008 Pro and latest IVF Pro. I think you copied the interface from an old version, DF suggests Compaq, so my (wild) guess is you mixed with new version and old interface and made MKL confused.&lt;BR /&gt;&lt;BR /&gt;And my suggestion is, do not go back to CVF, it's already 10 years dead, so even if you make it working doesn't give you a good prospect.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;&lt;BR /&gt;Edit: I actually took example you're using (but took it from examples dir), addedcall mkl_set_num_threads(3) as you did, and build it, whatever number of threads I'm setting (1, 2, 3, 4) always get the same answer. So... strange.&lt;BR /&gt;&lt;/B&gt;</description>
    <pubDate>Tue, 23 Jun 2009 02:51:38 GMT</pubDate>
    <dc:creator>ArturGuzik</dc:creator>
    <dc:date>2009-06-23T02:51:38Z</dc:date>
    <item>
      <title>Pardiso gives different solutions whenever runs</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876039#M8939</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;i am working on pardiso sparse solver on WINDOWs.&lt;BR /&gt;&lt;BR /&gt;i have a problem on a small test sample.&lt;BR /&gt;&lt;BR /&gt;whenever i runs the program it returns different solutions on 2 thread condition&lt;BR /&gt;&lt;BR /&gt;1 thread condition 1 it's OK. (i changed the thread with function mkl_set_num_threads())&lt;BR /&gt;&lt;BR /&gt;i used the matrix which have size of 54 and 909 nonzeros.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i attached the sample codes.&lt;BR /&gt;&lt;BR /&gt;joon&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jun 2009 06:29:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876039#M8939</guid>
      <dc:creator>Joon_Yoon</dc:creator>
      <dc:date>2009-06-22T06:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Pardiso gives different solutions whenever runs</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876040#M8940</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/415583"&gt;Joon Yoon&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;hi&lt;BR /&gt;&lt;BR /&gt;i am working on pardiso sparse solver on WINDOWs.&lt;BR /&gt;&lt;BR /&gt;i have a problem on a small test sample.&lt;BR /&gt;&lt;BR /&gt;whenever i runs the program it returns different solutions on 2 thread condition&lt;BR /&gt;&lt;BR /&gt;1 thread condition 1 it's OK. (i changed the thread with function mkl_set_num_threads())&lt;BR /&gt;&lt;BR /&gt;i used the matrix which have size of 54 and 909 nonzeros.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i attached the sample codes.&lt;BR /&gt;&lt;BR /&gt;joon&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi Joon,&lt;BR /&gt;What MKL version you are using?&lt;BR /&gt;--Gennady</description>
      <pubDate>Mon, 22 Jun 2009 11:33:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876040#M8940</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-06-22T11:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pardiso gives different solutions whenever runs</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876041#M8941</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/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;&lt;/DIV&gt;
&lt;BR /&gt;Hi Joon,&lt;BR /&gt;What MKL version you are using?&lt;BR /&gt;--Gennady&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi Gennady&lt;BR /&gt;&lt;BR /&gt;im using MKL 10.1.0.018&lt;BR /&gt;&lt;BR /&gt;i added one file which i am using now. :)&lt;BR /&gt;&lt;BR /&gt;Joon&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jun 2009 11:55:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876041#M8941</guid>
      <dc:creator>Joon_Yoon</dc:creator>
      <dc:date>2009-06-22T11:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pardiso gives different solutions whenever runs</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876042#M8942</link>
      <description>&lt;P&gt;Joon, &lt;BR /&gt;Thanks for the project.&lt;BR /&gt;The linking dependencies you are using "mkl_c_dll.lib" are not compatible with version mkl 10.1.&lt;BR /&gt;I'd like recommend you the following:&lt;BR /&gt;1) to read the MKL User Guide chapter 5 "How to link Your Application with Intel MKL". You can find there a lot of Linking example&lt;BR /&gt;2) Please see the MKL Linking Adviser (http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/) .&lt;BR /&gt;Please let me know if further problem.&lt;BR /&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2009 12:52:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876042#M8942</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-06-22T12:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pardiso gives different solutions whenever runs</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876043#M8943</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/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;P&gt;Joon, &lt;BR /&gt;Thanks for the project.&lt;BR /&gt;The linking dependencies you are using "mkl_c_dll.lib" are not compatible with version mkl 10.1.&lt;BR /&gt;I'd like recommend you the following:&lt;BR /&gt;1) to read the MKL User Guide chapter 5 "How to link Your Application with Intel MKL". You can find there a lot of Linking example&lt;BR /&gt;2) Please see the MKL Linking Adviser (http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/) .&lt;BR /&gt;Please let me know if further problem.&lt;BR /&gt;--Gennady&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;Gennady&lt;BR /&gt;&lt;BR /&gt;i have retry with latest version 10.1.3.028 now.&lt;BR /&gt;&lt;BR /&gt;i get this evaluation version 10min's ago.&lt;/P&gt;
&lt;P&gt;BUT it has same problem. It gives different solution again &lt;BR /&gt;&lt;BR /&gt;i attach same file with the result.&lt;BR /&gt;&lt;BR /&gt;i just run it twice (acually, sometimes 3 or 4 times gives difference.)&lt;BR /&gt;&lt;BR /&gt;fort_1 and fort_2 is different. :(&lt;/P&gt;
&lt;P&gt;-- joon&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2009 13:01:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876043#M8943</guid>
      <dc:creator>Joon_Yoon</dc:creator>
      <dc:date>2009-06-22T13:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pardiso gives different solutions whenever runs</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876044#M8944</link>
      <description>&lt;BR /&gt;Joon,&lt;BR /&gt;this update 3 includes some fixes for SGEMM and DGEMM for large matrices but not for Pardiso.&lt;BR /&gt;Nevertheless, as I guess, that the cause of the problem you encountered is the linking dependencies you are using.&lt;BR /&gt;See my recommendations into the previous tread.&lt;BR /&gt;--Gennady&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jun 2009 13:20:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876044#M8944</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-06-22T13:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Pardiso gives different solutions whenever runs</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876045#M8945</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/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;BR /&gt;Joon,&lt;BR /&gt;this update 3 includes some fixes for SGEMM and DGEMM for large matrices but not for Pardiso.&lt;BR /&gt;Nevertheless, as I guess, that the cause of the problem you encountered is the linking dependencies you are using.&lt;BR /&gt;See my recommendations into the previous tread.&lt;BR /&gt;--Gennady&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Gennady,&lt;BR /&gt;&lt;BR /&gt;I tried what you recommanded. but it doesnt work. :(&lt;BR /&gt;&lt;BR /&gt;I am now using Visual Studio 6.0 and Compaq Fortran 6.1 and i just added the path&lt;BR /&gt;&lt;BR /&gt;"C:Program FilesIntelMKL10.1.3.028ia32lib"&lt;BR /&gt;&lt;BR /&gt;and added the library "mkl_solver.lib mkl_intel_s.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib" as you said,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And i have tried it with Visual Studio 2005 with Intel Fortran 11.0.066 also but it gives same results.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I think the thread 2 gives a problem of this because with thread 1 it's fine.&lt;BR /&gt;&lt;BR /&gt;It's kind of thread safe problem, i think.&lt;BR /&gt;&lt;BR /&gt;can i ask you to find somthing more with this?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i know Pardiso is developed university of basel. do you know they know about this kind of problem?&lt;BR /&gt;&lt;BR /&gt;-- joon&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jun 2009 02:28:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876045#M8945</guid>
      <dc:creator>Joon_Yoon</dc:creator>
      <dc:date>2009-06-23T02:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Pardiso gives different solutions whenever runs</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876046#M8946</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
Out of curiosity I tried to build your project and got errors of mistmatch in data sizes, like this one:&lt;BR /&gt;&lt;BR /&gt;error #7836: If the actual argument is scalar, the corresponding dummy argument shall be scalar unless the actual argument is an element of an array that is not an assumed-shape or pointer array, or a substring of such an element.   &lt;B&gt;&lt;BR /&gt;&lt;BR /&gt;Did you get the same? How did you build your project? Do you have all run-time and compile time checks on? Especially interfaces? I don't quite believe that Pardiso has a problem with multi-threads, it's more likely that there are coding/building errors in the sample you have.&lt;BR /&gt;&lt;BR /&gt;I'm using VS2008 Pro and latest IVF Pro. I think you copied the interface from an old version, DF suggests Compaq, so my (wild) guess is you mixed with new version and old interface and made MKL confused.&lt;BR /&gt;&lt;BR /&gt;And my suggestion is, do not go back to CVF, it's already 10 years dead, so even if you make it working doesn't give you a good prospect.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;&lt;BR /&gt;Edit: I actually took example you're using (but took it from examples dir), addedcall mkl_set_num_threads(3) as you did, and build it, whatever number of threads I'm setting (1, 2, 3, 4) always get the same answer. So... strange.&lt;BR /&gt;&lt;/B&gt;</description>
      <pubDate>Tue, 23 Jun 2009 02:51:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876046#M8946</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2009-06-23T02:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Pardiso gives different solutions whenever runs</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876047#M8947</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/342379"&gt;ArturGuzik&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;Out of curiosity I tried to build your project and got errors of mistmatch in data sizes, like this one:&lt;BR /&gt;&lt;BR /&gt;error #7836: If the actual argument is scalar, the corresponding dummy argument shall be scalar unless the actual argument is an element of an array that is not an assumed-shape or pointer array, or a substring of such an element. &lt;B&gt;&lt;BR /&gt;&lt;BR /&gt;Did you get the same? How did you build your project? Do you have all run-time and compile time checks on? Especially interfaces? I don't quite believe that Pardiso has a problem with multi-threads, it's more likely that there are coding/building errors in the sample you have.&lt;BR /&gt;&lt;BR /&gt;I'm using VS2008 Pro and latest IVF Pro. I think you copied the interface from an old version, DF suggests Compaq, so my (wild) guess is you mixed with new version and old interface and made MKL confused.&lt;BR /&gt;&lt;BR /&gt;And my suggestion is, do not go back to CVF, it's already 10 years dead, so even if you make it working doesn't give you a good prospect.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;&lt;BR /&gt;Edit: I actually took example you're using (but took it from examples dir), addedcall mkl_set_num_threads(3) as you did, and build it, whatever number of threads I'm setting (1, 2, 3, 4) always get the same answer. So... strange.&lt;BR /&gt;&lt;/B&gt;&lt;/EM&gt;&lt;B&gt;&lt;/B&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;hi ArturGuzik&lt;BR /&gt;&lt;BR /&gt;I worked with Visual Studio 6.0 so there wasnt error #7836&lt;BR /&gt;&lt;BR /&gt;I tried same code with Visual Studio 2005 and i found the error you mentioned&lt;BR /&gt;&lt;BR /&gt;I fixed the compiler error and add the project and file now.&lt;BR /&gt;&lt;BR /&gt;could you try with this one please.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and if it is possible, could you give me the files you have succeded with?&lt;BR /&gt;&lt;BR /&gt;thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;-- joon</description>
      <pubDate>Tue, 23 Jun 2009 04:55:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876047#M8947</guid>
      <dc:creator>Joon_Yoon</dc:creator>
      <dc:date>2009-06-23T04:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pardiso gives different solutions whenever runs</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876048#M8948</link>
      <description>I wrote the long aswer but this file attachment (terrible) process lost it somewhere.&lt;BR /&gt;&lt;BR /&gt;In short. Your new version is OK. I believe your linking and memmory goes wrong somewhere. Also example you use produce results (repeatable, though) within range E-8 to E-32, so..&lt;BR /&gt;&lt;BR /&gt;See the example files. Whatever number you set, the anwser is the same.&lt;BR /&gt;&lt;BR /&gt;Or maybe I didn't understand something. Please post more details. I always see the same results (mine or your new version).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Statistics:&lt;BR /&gt;===========&lt;BR /&gt; &amp;lt; Parallel Direct Factorization with #processors: &amp;gt;         2&lt;BR /&gt; &amp;lt; Numerical Factorization with BLAS3 and O(n) synchronization &amp;gt;&lt;BR /&gt;&lt;BR /&gt;Solve completed ...&lt;BR /&gt;The solution of the system is&lt;BR /&gt; x(           1 ) =  -4.186020128680939E-002&lt;BR /&gt; x(           2 ) =  -3.413124159279098E-003&lt;BR /&gt; x(           3 ) =   0.117250376805018&lt;BR /&gt; x(           4 ) =  -0.112639579923180&lt;BR /&gt; x(           5 ) =   2.417224446137141E-002&lt;BR /&gt; x(           6 ) =  -0.107633340356223&lt;BR /&gt; x(           7 ) =   0.198719673273585&lt;BR /&gt; x(           8 ) =   0.190382963551205&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Statistics:&lt;BR /&gt;===========&lt;BR /&gt; &amp;lt; Parallel Direct Factorization with #processors: &amp;gt;         4&lt;BR /&gt; &amp;lt; Numerical Factorization with BLAS3 and O(n) synchronization &amp;gt;&lt;BR /&gt;&lt;BR /&gt;Solve completed ...&lt;BR /&gt;The solution of the system is&lt;BR /&gt; x(           1 ) =  -4.186020128680939E-002&lt;BR /&gt; x(           2 ) =  -3.413124159279098E-003&lt;BR /&gt; x(           3 ) =   0.117250376805018&lt;BR /&gt; x(           4 ) =  -0.112639579923180&lt;BR /&gt; x(           5 ) =   2.417224446137141E-002&lt;BR /&gt; x(           6 ) =  -0.107633340356223&lt;BR /&gt; x(           7 ) =   0.198719673273585&lt;BR /&gt; x(           8 ) =   0.190382963551205&lt;BR /&gt;Press any key to continue . . .&lt;BR /&gt;&lt;BR /&gt;why you use all that windows libs in the linking command? As you don't specify the command explicitely I'm not sure which threading libs are actually used.&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jun 2009 06:27:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876048#M8948</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2009-06-23T06:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Pardiso gives different solutions whenever runs</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876049#M8949</link>
      <description>&lt;BR /&gt;The sample ia, ja, a is my real problem. So i need to solve THE values.&lt;BR /&gt;&lt;BR /&gt;The problem is this. I run 2 thread one time it gives solution like below.&lt;BR /&gt;&lt;BR /&gt;==============================================&lt;BR /&gt;Solve completed ...&lt;BR /&gt;The solution of the system is&lt;BR /&gt;x( 1) = -1.121432626508370E-019&lt;BR /&gt;x( 2) = -2.182959175624419E-005&lt;BR /&gt;x( 3) = -7.942977891377918E-019&lt;BR /&gt;x( 4) = -9.840228231082713E-017&lt;BR /&gt;x( 5) = -8.630128527932650E-023&lt;BR /&gt;x( 6) = 3.437064893581743E-017&lt;BR /&gt;x( 7) = 1.901482409446912E-022&lt;BR /&gt;x( 8) = -2.182959179645067E-005&lt;BR /&gt;x( 9) = -1.504139255172472E-018&lt;BR /&gt;x( 10) = -1.166895245007158E-016&lt;BR /&gt;x( 11) = 9.377555502114475E-038&lt;BR /&gt;x( 12) = -5.260653048089519E-032&lt;BR /&gt;x( 13) = 1.125103482252695E-019&lt;BR /&gt;...&lt;BR /&gt;x( 52) = 2.440428144088812E-012&lt;BR /&gt;x( 53) = 3.683127023899231E-022&lt;BR /&gt;x( 54) = -1.115503065539322E-012&lt;BR /&gt;Press any key to continue&lt;BR /&gt;==============================================&lt;BR /&gt;&lt;BR /&gt;and do it again.&lt;BR /&gt;&lt;BR /&gt;==============================================&lt;BR /&gt;Solve completed ...&lt;BR /&gt;The solution of the system is&lt;BR /&gt;x( 1) = -1.121432626508370E-019&lt;BR /&gt;x( 2) = -2.182959175624419E-005&lt;BR /&gt;x( 3) = -7.942977891377917E-019&lt;BR /&gt;x( 4) = -9.840228231082713E-017&lt;BR /&gt;x( 5) = -8.630128527932650E-023&lt;BR /&gt;x( 6) = 3.437064893581743E-017&lt;BR /&gt;x( 7) = 1.901482409446002E-022&lt;BR /&gt;x( 8) = -2.182959179645067E-005&lt;BR /&gt;x( 9) = -1.504139255172473E-018&lt;BR /&gt;x( 10) = -1.166895245007158E-016&lt;BR /&gt;x( 11) = 9.377555502142054E-038&lt;BR /&gt;x( 12) = -5.260653048096753E-032&lt;BR /&gt;x( 13) = 1.125103482252696E-019&lt;BR /&gt;...&lt;BR /&gt;x( 52) = 2.440428144088812E-012&lt;BR /&gt;x( 53) = 3.683127023899231E-022&lt;BR /&gt;x( 54) = -1.115503065539322E-012&lt;BR /&gt;Press any key to continue&lt;BR /&gt;==============================================&lt;BR /&gt;&lt;BR /&gt;For example, as you see x(3) is different // -7.942977891377918E-019 vs -7.942977891377917E-019&lt;BR /&gt;(other values are different too slightly.)&lt;BR /&gt;I havewritten it with hexa form but it's still different (INPUT is same but OUTPUT is different)&lt;BR /&gt;this occurs when just 2 run, somtimes within 5 run.&lt;BR /&gt;in my experience, it always happens within 10 times.&lt;BR /&gt;&lt;BR /&gt;the digit is very small but it have significant difference on my project. &lt;BR /&gt;&lt;BR /&gt;and for the linkage i think i am using the standard form which is guided in user's guide.&lt;BR /&gt;now i choose // mkl_solver.lib mkl_intel_s.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib&lt;BR /&gt;because i am now using the Compaq Fortran &lt;BR /&gt;(i have done it with intel fortran and VS2005 but there is same problem.)&lt;BR /&gt;&lt;BR /&gt;ifthere is any comments on the linkage, talk to me to accept your opinion. &lt;BR /&gt;&lt;BR /&gt;-- joon</description>
      <pubDate>Tue, 23 Jun 2009 08:51:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876049#M8949</guid>
      <dc:creator>Joon_Yoon</dc:creator>
      <dc:date>2009-06-23T08:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pardiso gives different solutions whenever runs</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876050#M8950</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/415583"&gt;Jo&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;For example, as you see x(3) is different // -7.942977891377918E-019 vs -7.942977891377917E-019&lt;BR /&gt;(other values are different too slightly.)&lt;BR /&gt;and for the linkage i think i am using the standard form which is guided in user's guide.&lt;BR /&gt;now i choose // mkl_solver.lib mkl_intel_s.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib&lt;BR /&gt;because i am now using the Compaq Fortran &lt;BR /&gt;(i have done it with intel fortran and VS2005 but there is same problem.)&lt;BR /&gt;&lt;BR /&gt;ifthere is any comments on the linkage, talk to me to accept your opinion. &lt;BR /&gt;&lt;BR /&gt;-- joon&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;wow! Sure you'll get &lt;EM&gt;differences&lt;/EM&gt; like these:-). You're expecting too much. You're operation/instructions are very different, reduction for example. You need to fix (reformulate) your problem and not the code. What kind of problem is that -7.942977891377918E-019 vs -7.942977891377917E-019 makes a difference? Are you dealing with ill-conditioned matrices later on??? Going to quadruple precision? Remember the performance will suffer!&lt;BR /&gt;&lt;BR /&gt;Your linking is now OK. Using mkl_c and mkl_s manages the calling conventions (IVF CDECL, CVF STDCALL).&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jun 2009 10:13:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876050#M8950</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2009-06-23T10:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pardiso gives different solutions whenever runs</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876051#M8951</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/342379"&gt;ArturGuzik&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;BR /&gt;wow! Sure you'll get &lt;EM&gt;differences&lt;/EM&gt; like these:-). You're expecting too much. You're operation/instructions are very different, reduction for example. You need to fix (reformulate) your problem and not the code. What kind of problem is that -7.942977891377918E-019 vs -7.942977891377917E-019 makes a difference? Are you dealing with ill-conditioned matrices later on??? Going to quadruple precision? Remember the performance will suffer!&lt;BR /&gt;&lt;BR /&gt;Your linking is now OK. Using mkl_c and mkl_s manages the calling conventions (IVF CDECL, CVF STDCALL).&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;I know it's quite small values.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.intel.com/software/products/mkl/docs/linux/webhelp/MKL_UG_coding_tips/Aligning_Data_for_Numerical_Stability.htm" target="_blank"&gt;http://www.intel.com/software/products/mkl/docs/linux/webhelp/MKL_UG_coding_tips/Aligning_Data_for_Numerical_Stability.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But the site says MKL gives bit-for-bit identical outputs when input is same.&lt;BR /&gt;&lt;BR /&gt;So I expected the same result on this problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I think it could be a Pardiso's own problem not on MKL.&lt;BR /&gt;&lt;BR /&gt;But i don't have connection with Pardiso but with intel so i am using this page now.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can i ask you to find another possibility to figure it out?&lt;BR /&gt;&lt;BR /&gt;-- joon</description>
      <pubDate>Tue, 23 Jun 2009 11:11:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876051#M8951</guid>
      <dc:creator>Joon_Yoon</dc:creator>
      <dc:date>2009-06-23T11:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pardiso gives different solutions whenever runs</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876052#M8952</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/415583"&gt;Joon Yoon&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;I know it's quite small values.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.intel.com/software/products/mkl/docs/linux/webhelp/MKL_UG_coding_tips/Aligning_Data_for_Numerical_Stability.htm" target="_blank"&gt;http://www.intel.com/software/products/mkl/docs/linux/webhelp/MKL_UG_coding_tips/Aligning_Data_for_Numerical_Stability.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But the site says MKL gives bit-for-bit identical outputs when input is same.&lt;BR /&gt;&lt;BR /&gt;So I expected the same result on this problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I think it could be a Pardiso's own problem not on MKL.&lt;BR /&gt;&lt;BR /&gt;But i don't have connection with Pardiso but with intel so i am using this page now.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can i ask you to find another possibility to figure it out?&lt;BR /&gt;&lt;BR /&gt;-- joon&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi Joon Yoon&lt;BR /&gt;&lt;BR /&gt;I have tested your data in my environment (Win XP 32 bit. Intel Core2. Visaul Fortran 11.0. 072)&lt;BR /&gt;I also got a same problem with solutions; there aresmall differences&lt;BR /&gt;&lt;BR /&gt;Would you send me email?&lt;BR /&gt;I would like to discuss more detail&lt;BR /&gt;&lt;BR /&gt;jh.lee2@hotmail.com&lt;BR /&gt;&lt;BR /&gt;you may email yourown mother tongue&lt;BR /&gt;&lt;BR /&gt;Jong Hwa</description>
      <pubDate>Tue, 23 Jun 2009 19:04:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876052#M8952</guid>
      <dc:creator>ceo012</dc:creator>
      <dc:date>2009-06-23T19:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pardiso gives different solutions whenever runs</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876053#M8953</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/415583"&gt;Joon Yoon&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;A href="http://www.intel.com/software/products/mkl/docs/linux/webhelp/MKL_UG_coding_tips/Aligning_Data_for_Numerical_Stability.htm" target="_blank"&gt;http://www.intel.com/software/products/mkl/docs/linux/webhelp/MKL_UG_coding_tips/Aligning_Data_for_Numerical_Stability.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But the site says MKL gives bit-for-bit identical outputs when input is same.&lt;BR /&gt;&lt;BR /&gt;So I expected the same result on this problem.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
The docs read that it's for LAPACK, BLAS. I don't think it applies to PARDISO. And morever, in your example you never use MKL_malloc() to align data, so .... it's not aligned.&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Jun 2009 01:08:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876053#M8953</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2009-06-24T01:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Pardiso gives different solutions whenever runs</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876054#M8954</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/342379"&gt;ArturGuzik&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;
The docs read that it's for LAPACK, BLAS. I don't think it applies to PARDISO. And morever, in your example you never use MKL_malloc() to align data, so .... it's not aligned.&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;I agree with you. It doesn't say PARDISO gives identical results. And I have tried MKL_malloc() with may sample. But it doesn't affect to it. So I uploaded the sample which have no MKL_malloc().&lt;BR /&gt;&lt;BR /&gt;Is the allignment can be affact to this matter? Then I'll try it again.&lt;BR /&gt;&lt;BR /&gt;-- joon</description>
      <pubDate>Wed, 24 Jun 2009 01:29:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876054#M8954</guid>
      <dc:creator>Joon_Yoon</dc:creator>
      <dc:date>2009-06-24T01:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Pardiso gives different solutions whenever runs</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876055#M8955</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/415583"&gt;Joon Yoon&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;I agree with you. It doesn't say PARDISO gives identical results. And I have tried MKL_malloc() with may sample. But it doesn't affect to it. So I uploaded the sample which have no MKL_malloc().&lt;BR /&gt;&lt;BR /&gt;Is the allignment can be affact to this matter? Then I'll try it again.&lt;BR /&gt;&lt;BR /&gt;-- joon&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
No. If you tried and didn't help then there is nothing you can do about it. But out of curiosity, what's type of problem you're dealing with that requires such precision? Did you try to attack it using quadruple precision?&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Jun 2009 02:39:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-different-solutions-whenever-runs/m-p/876055#M8955</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2009-06-24T02:39:33Z</dc:date>
    </item>
  </channel>
</rss>

