<?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 variability in results from 32 vs 64 bit PARDISO in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/variability-in-results-from-32-vs-64-bit-PARDISO/m-p/787291#M1931</link>
    <description>&lt;P&gt;&lt;BR /&gt;Hi tyr,&lt;/P&gt;&lt;P&gt;Some variation in output is fine. The following article discussed the reason on this: &lt;/P&gt;&lt;P&gt;&lt;A href="http://software.intel.com/en-us/articles/getting-reproducible-results-with-intel-mkl/" target="_blank"&gt;http://software.intel.com/en-us/articles/getting-reproducible-results-with-intel-mkl/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If such difference are the incorrect results, we need to have a test code to investigation. &lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao &lt;/P&gt;</description>
    <pubDate>Mon, 07 Mar 2011 05:13:04 GMT</pubDate>
    <dc:creator>Chao_Y_Intel</dc:creator>
    <dc:date>2011-03-07T05:13:04Z</dc:date>
    <item>
      <title>variability in results from 32 vs 64 bit PARDISO</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/variability-in-results-from-32-vs-64-bit-PARDISO/m-p/787290#M1930</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Should I expect to get identical results ( up to the 15th decimal place ) from a 32-bit and 64-bit compilation of my calculation when using single-threaded PARDISO via DSS interface with identical inputs ( the matrix and rhs are identical up to 15 decimal places )?&lt;BR /&gt;&lt;BR /&gt;I am using sequential MKL (v 10.2.5) so there is no threading. My matrix is small, 108x108; its cond # is on the order of 10^3. I am observing rounding/truncation differences in the lhs between the 32-bit and 64-bit builds of otherwise the same source. Using mkl_alloc() does not affect the differences I observe. The only thing that is different between the builds that i'm aware of are the mkl libraries for the two platforms. Is it possible that there can be rounding/trunctation differences between 32-bit and 64-bit PARDISO solver?&lt;BR /&gt;&lt;BR /&gt;Thx, tyr</description>
      <pubDate>Sun, 06 Mar 2011 22:45:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/variability-in-results-from-32-vs-64-bit-PARDISO/m-p/787290#M1930</guid>
      <dc:creator>tyr</dc:creator>
      <dc:date>2011-03-06T22:45:42Z</dc:date>
    </item>
    <item>
      <title>variability in results from 32 vs 64 bit PARDISO</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/variability-in-results-from-32-vs-64-bit-PARDISO/m-p/787291#M1931</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hi tyr,&lt;/P&gt;&lt;P&gt;Some variation in output is fine. The following article discussed the reason on this: &lt;/P&gt;&lt;P&gt;&lt;A href="http://software.intel.com/en-us/articles/getting-reproducible-results-with-intel-mkl/" target="_blank"&gt;http://software.intel.com/en-us/articles/getting-reproducible-results-with-intel-mkl/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If such difference are the incorrect results, we need to have a test code to investigation. &lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao &lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2011 05:13:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/variability-in-results-from-32-vs-64-bit-PARDISO/m-p/787291#M1931</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2011-03-07T05:13:04Z</dc:date>
    </item>
    <item>
      <title>variability in results from 32 vs 64 bit PARDISO</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/variability-in-results-from-32-vs-64-bit-PARDISO/m-p/787292#M1932</link>
      <description>&lt;DIV id="tiny_quote"&gt;
                &lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=21699" class="basic" href="https://community.intel.com/en-us/profile/21699/"&gt;Chao Y (Intel)&lt;/A&gt;&lt;/DIV&gt;
                &lt;DIV style="background-color: #e5e5e5; padding: 5px; border: 1px inset; margin-left: 2px; margin-right: 2px;"&gt;&lt;I&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Some variation in output is fine. The following article discussed the reason on this: &lt;/P&gt;&lt;P&gt;&lt;A href="http://software.intel.com/en-us/articles/getting-reproducible-results-with-intel-mkl/" target="_blank"&gt;http://software.intel.com/en-us/articles/getting-reproducible-results-with-intel-mkl/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;In particular, that article mentions the question of alignments, which probably vary between 32- and 64-bit OS, if you don't apply suggested methods to control them.&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Mar 2011 14:22:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/variability-in-results-from-32-vs-64-bit-PARDISO/m-p/787292#M1932</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2011-03-07T14:22:32Z</dc:date>
    </item>
    <item>
      <title>variability in results from 32 vs 64 bit PARDISO</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/variability-in-results-from-32-vs-64-bit-PARDISO/m-p/787293#M1933</link>
      <description>&lt;DIV id="tiny_quote"&gt;
                &lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=21699" class="basic" href="https://community.intel.com/en-us/profile/21699/"&gt;Chao Y (Intel)&lt;/A&gt;&lt;/DIV&gt;
                &lt;DIV style="background-color: #e5e5e5; padding: 5px; border: 1px inset; margin-left: 2px; margin-right: 2px;"&gt;&lt;I&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Some variation in output is fine. The following article discussed the reason on this: &lt;/P&gt;&lt;P&gt;&lt;A href="http://software.intel.com/en-us/articles/getting-reproducible-results-with-intel-mkl/" target="_blank"&gt;http://software.intel.com/en-us/articles/getting-reproducible-results-with-intel-mkl/&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;In particular, the alignments mentioned there are almost certain to vary between 32- and 64-bit OS (more so on Windows than linux), if you don't specify how you want them handled.&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Mar 2011 14:25:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/variability-in-results-from-32-vs-64-bit-PARDISO/m-p/787293#M1933</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2011-03-07T14:25:22Z</dc:date>
    </item>
  </channel>
</rss>

