<?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 Bug in MKL 10.2.2.025 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKL-10-2-2-025/m-p/883569#M9814</link>
    <description>&lt;P&gt;MKL version: 10.2.2.025&lt;BR /&gt;IFC version: 11.1.051&lt;BR /&gt;Platforms: linux x64, win7 x64&lt;BR /&gt;&lt;BR /&gt;Problem: Solve large eigenproblem for the bottom few eigenstates&lt;BR /&gt;Matrix: real symmetric, sparse (2D finite differences of stationary state Schrodinger equation)&lt;BR /&gt;Method of solving: ARPACK or FEAST&lt;BR /&gt;&lt;BR /&gt;ERROR:&lt;STRONG&gt; the returned eigenvectors&lt;/STRONG&gt; (not eigenvalues) &lt;STRONG&gt;are wrong&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;1) The error is observedonly in MKL 10.2; when linked with MKL 10.1 (specifically 10.1.1.022), the code works fine.&lt;BR /&gt;2) The error is observed only in PARALLEL version of MKL and only when mkl_num_threads&amp;gt;1; when mkl_num_threads=1 or when the code is linked with the sequential MKL version,the codeworks fine.&lt;BR /&gt;3) The error is platform independent (observed in both linux x64 and win 7 x64)&lt;BR /&gt;4) The error is observedwhile using two (completely different and independent apart from their partial reliance on MKL)eigenproblem solvers: ARPACK and FEAST. In ARPACK theerror can be further pinpointed to DSEUPD (returning wrong eigenvectors).I'm not familiar with FEAST well enough to track it down to a more specific routine, but it also returns wrong eigenvectors with MKL 10.2 (works just fine with 10.1)&lt;BR /&gt;&lt;BR /&gt;Note (perhaps it will help you to find the bug faster): The error has a threshold for the number of eigenvalues. For example,when the total number of states is around 17,091 and the computed number of eigenstates (N_eig) is less than 106 both ARPACK and FEAST work just fine. With N_eig&amp;gt;105 the returned eigenvectors are wrong. I.e. for smaller problems even parallel MKL 10.2 works fine, while for larger problems it fails.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Nov 2009 20:24:11 GMT</pubDate>
    <dc:creator>dbacchus</dc:creator>
    <dc:date>2009-11-16T20:24:11Z</dc:date>
    <item>
      <title>Bug in MKL 10.2.2.025</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKL-10-2-2-025/m-p/883569#M9814</link>
      <description>&lt;P&gt;MKL version: 10.2.2.025&lt;BR /&gt;IFC version: 11.1.051&lt;BR /&gt;Platforms: linux x64, win7 x64&lt;BR /&gt;&lt;BR /&gt;Problem: Solve large eigenproblem for the bottom few eigenstates&lt;BR /&gt;Matrix: real symmetric, sparse (2D finite differences of stationary state Schrodinger equation)&lt;BR /&gt;Method of solving: ARPACK or FEAST&lt;BR /&gt;&lt;BR /&gt;ERROR:&lt;STRONG&gt; the returned eigenvectors&lt;/STRONG&gt; (not eigenvalues) &lt;STRONG&gt;are wrong&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;1) The error is observedonly in MKL 10.2; when linked with MKL 10.1 (specifically 10.1.1.022), the code works fine.&lt;BR /&gt;2) The error is observed only in PARALLEL version of MKL and only when mkl_num_threads&amp;gt;1; when mkl_num_threads=1 or when the code is linked with the sequential MKL version,the codeworks fine.&lt;BR /&gt;3) The error is platform independent (observed in both linux x64 and win 7 x64)&lt;BR /&gt;4) The error is observedwhile using two (completely different and independent apart from their partial reliance on MKL)eigenproblem solvers: ARPACK and FEAST. In ARPACK theerror can be further pinpointed to DSEUPD (returning wrong eigenvectors).I'm not familiar with FEAST well enough to track it down to a more specific routine, but it also returns wrong eigenvectors with MKL 10.2 (works just fine with 10.1)&lt;BR /&gt;&lt;BR /&gt;Note (perhaps it will help you to find the bug faster): The error has a threshold for the number of eigenvalues. For example,when the total number of states is around 17,091 and the computed number of eigenstates (N_eig) is less than 106 both ARPACK and FEAST work just fine. With N_eig&amp;gt;105 the returned eigenvectors are wrong. I.e. for smaller problems even parallel MKL 10.2 works fine, while for larger problems it fails.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2009 20:24:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKL-10-2-2-025/m-p/883569#M9814</guid>
      <dc:creator>dbacchus</dc:creator>
      <dc:date>2009-11-16T20:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in MKL 10.2.2.025</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKL-10-2-2-025/m-p/883570#M9815</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/452406"&gt;dbacchus&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;MKL version: 10.2.2.025&lt;BR /&gt;IFC version: 11.1.051&lt;BR /&gt;Platforms: linux x64, win7 x64&lt;BR /&gt;&lt;BR /&gt;Problem: Solve large eigenproblem for the bottom few eigenstates&lt;BR /&gt;Matrix: real symmetric, sparse (2D finite differences of stationary state Schrodinger equation)&lt;BR /&gt;Method of solving: ARPACK or FEAST&lt;BR /&gt;&lt;BR /&gt;ERROR:&lt;STRONG&gt; the returned eigenvectors&lt;/STRONG&gt; (not eigenvalues) &lt;STRONG&gt;are wrong&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;1) The error is observedonly in MKL 10.2; when linked with MKL 10.1 (specifically 10.1.1.022), the code works fine.&lt;BR /&gt;2) The error is observed only in PARALLEL version of MKL and only when mkl_num_threads&amp;gt;1; when mkl_num_threads=1 or when the code is linked with the sequential MKL version,the codeworks fine.&lt;BR /&gt;3) The error is platform independent (observed in both linux x64 and win 7 x64)&lt;BR /&gt;4) The error is observedwhile using two (completely different and independent apart from their partial reliance on MKL)eigenproblem solvers: ARPACK and FEAST. In ARPACK theerror can be further pinpointed to DSEUPD (returning wrong eigenvectors).I'm not familiar with FEAST well enough to track it down to a more specific routine, but it also returns wrong eigenvectors with MKL 10.2 (works just fine with 10.1)&lt;BR /&gt;&lt;BR /&gt;Note (perhaps it will help you to find the bug faster): The error has a threshold for the number of eigenvalues. For example,when the total number of states is around 17,091 and the computed number of eigenstates (N_eig) is less than 106 both ARPACK and FEAST work just fine. With N_eig&amp;gt;105 the returned eigenvectors are wrong. I.e. for smaller problems even parallel MKL 10.2 works fine, while for larger problems it fails.&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;dbacchus&lt;STRONG&gt;,&lt;BR /&gt;&lt;/STRONG&gt;based on the description you provided, this is a known problem and this issue has been already fixed. &lt;BR /&gt;The fix will available the nearest release. But, for checking the problem, can you please send us a reproducible test case?&lt;BR /&gt;--Gennady
&lt;TABLE style="border-collapse: collapse; height: 32px;" border="0" cellspacing="0" cellpadding="0" width="27"&gt;
&lt;TBODY&gt;&lt;TR style="height: 12.75pt;" height="17"&gt;
&lt;TD class="xl67" style="height: 12.75pt; width: 48pt;" width="64" height="17"&gt;&lt;BR /&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 17 Nov 2009 05:26:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKL-10-2-2-025/m-p/883570#M9815</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-11-17T05:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in MKL 10.2.2.025</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKL-10-2-2-025/m-p/883571#M9816</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;dbacchus&lt;STRONG&gt;,&lt;BR /&gt;&lt;/STRONG&gt;based on the description you provided, this is a known problem and this issue has been already fixed. &lt;BR /&gt;The fix will available the nearest release. But, for checking the problem, can you please send us a reproducible test case?&lt;BR /&gt;--Gennady 
&lt;/EM&gt;&lt;TABLE style="border-collapse: collapse; height: 32px;" border="0" cellspacing="0" cellpadding="0" width="27"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 12.75pt;" height="17"&gt;
&lt;TD class="xl67" style="width: 48pt; height: 12.75pt;" width="64" height="17"&gt;&lt;BR /&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
A test case would involve usage of ARPACK or FEAST library, which aren't part of MKL, plus a construction of relatively large matrices (since as I mentioned there is a threshold below which it works fine). &lt;BR /&gt;&lt;BR /&gt;Can you tell us when, approximately, the new release is going to be available? &lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 18 Nov 2009 17:32:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKL-10-2-2-025/m-p/883571#M9816</guid>
      <dc:creator>dbacchus</dc:creator>
      <dc:date>2009-11-18T17:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in MKL 10.2.2.025</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKL-10-2-2-025/m-p/883572#M9817</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/452406"&gt;dbacchus&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; A test case would involve usage of ARPACK or FEAST library, which aren't part of MKL, plus a construction of relatively large matrices (since as I mentioned there is a threshold below which it works fine). &lt;BR /&gt;&lt;BR /&gt;Can you tell us when, approximately, the new release is going to be available? &lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
the expected timeframe is during one month. i will inform you via this tread and/or announce about that on the forum.&lt;BR /&gt;--Gennady&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Nov 2009 06:43:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKL-10-2-2-025/m-p/883572#M9817</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-11-19T06:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in MKL 10.2.2.025</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKL-10-2-2-025/m-p/883573#M9818</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/452406"&gt;dbacchus&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;A test case would involve usage of ARPACK or FEAST library, which aren't part of MKL, plus a construction of relatively large matrices (since as I mentioned there is a threshold below which it works fine). &lt;BR /&gt;&lt;BR /&gt;Can you tell us when, approximately, the new release is going to be available? &lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;P&gt;Hello dbacchus,&lt;BR /&gt;Intel MKL 10.2 Update 3 is now available.&lt;BR /&gt;The problem discussed into this tread has been fixed into this update.&lt;BR /&gt;Please see the &lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=70747"&gt;Intel MKL 10.2 Update 3&lt;/A&gt; is now available announce. You can find there the link to the Intel registration center to download&lt;BR /&gt;Could you please let us know if the problem is still exists?&lt;BR /&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2009 15:28:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKL-10-2-2-025/m-p/883573#M9818</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-12-22T15:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in MKL 10.2.2.025</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKL-10-2-2-025/m-p/883574#M9819</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;
&lt;P&gt;Hello dbacchus,&lt;BR /&gt;Intel MKL 10.2 Update 3 is now available.&lt;BR /&gt;The problem discussed into this tread has been fixed into this update.&lt;BR /&gt;Please see the &lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=70747"&gt;Intel MKL 10.2 Update 3&lt;/A&gt; is now available announce. You can find there the link to the Intel registration center to download&lt;BR /&gt;Could you please let us know if the problem is still exists?&lt;BR /&gt;--Gennady&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;The problem is gonewith 10.2.3! &lt;STRONG&gt;Thanks very much!!&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;UPDATE: I checked both ARPACK and FEAST - and both return correct eigenvectors now.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Dec 2009 17:38:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKL-10-2-2-025/m-p/883574#M9819</guid>
      <dc:creator>dbacchus</dc:creator>
      <dc:date>2009-12-25T17:38:31Z</dc:date>
    </item>
  </channel>
</rss>

