<?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 Daniel,yes, this the problem. in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926363#M13428</link>
    <description>Daniel,yes, this the problem. 
We confirmed the issue. the issue is escalated. We will let you know if any updates. 
--Gennady</description>
    <pubDate>Wed, 17 Oct 2012 10:46:48 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2012-10-17T10:46:48Z</dc:date>
    <item>
      <title>bug in MKL 11.0 LAPACK function 'gels '</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926359#M13424</link>
      <description>&lt;P&gt;I am attaching a minimal Fortran program that links to the Intel MKL to make use of the LAPACK function gels, which solves a linear least squares problem.&lt;/P&gt;
&lt;P&gt;When I compile and run this program with Intel Fortran Composer XE 2013, the output is totally wrong. Compiling and running with Intel Fortran Composer XE 2011 gives the correct results. The output from both is attached.&lt;/P&gt;
&lt;P&gt;The very strange thing is that the results are correct on both compilers if you change line 3 of the code to nt = 513 or any smaller number, whereas they stay incorrect for any nt &amp;gt;= 514. This is not due to weird values - the values being read in are all real, finite numbers.&lt;/P&gt;
&lt;P&gt;The output also shows the compilation and linking lines (I used the most recent MKL link line helper). There you see the exact version numbers of the compilers. I should note that the Composer XE 2013 runs on Ubuntu 12.04, whereas the Composer XE 2011 runs on CentOS 6 (and used to run on Ubuntu 10.10, also giving the correct results). So it could be an issue with Ubuntu 12.04.&lt;/P&gt;
&lt;P&gt;Let me know if I can be of any help.&lt;/P&gt;
&lt;P&gt;EDIT: If you call gelsy instead of gels, then the results are correct. I updated the main.f90, so there is a logical 'use_gelsy_instead', and also it now outputs the info flag of the gels command.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2012 17:05:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926359#M13424</guid>
      <dc:creator>dan0112</dc:creator>
      <dc:date>2012-10-16T17:05:27Z</dc:date>
    </item>
    <item>
      <title>Daniel,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926360#M13425</link>
      <description>Daniel,
the  same results I see on Windows 64 bit with the latest 11.0 ( bundled with Composer 2013). 
That's not clear  to me how did you decided that that result is wrong (  -39507.9652423625       -20829.7946097958     ) ?</description>
      <pubDate>Tue, 16 Oct 2012 17:38:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926360#M13425</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2012-10-16T17:38:05Z</dc:date>
    </item>
    <item>
      <title>Gennady,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926361#M13426</link>
      <description>Gennady,
in the last 2 years I ran this code on various machines / architectures, so I immediately see it is wrong. Here is an intuitive way to see it: series.txt contains data points that lie (strictly) between 0.0 and 20.0 (if I remember the upper bound correctly). The result can be interpreted as the coefficients of a statistical Least Squares regression - correct me if I am wrong. They cannot be all negative and of this large, absolute value, if both the dependent and independent variables lie in (0.0, 20.0), because then the estimated/forecast y-values would always be negative.</description>
      <pubDate>Tue, 16 Oct 2012 17:56:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926361#M13426</guid>
      <dc:creator>dan0112</dc:creator>
      <dc:date>2012-10-16T17:56:43Z</dc:date>
    </item>
    <item>
      <title>Ok, thanks for clarification.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926362#M13427</link>
      <description>Ok, thanks for clarification. 
We will check the code and let you know the results. 
--Gennady</description>
      <pubDate>Tue, 16 Oct 2012 18:01:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926362#M13427</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2012-10-16T18:01:52Z</dc:date>
    </item>
    <item>
      <title>Daniel,yes, this the problem.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926363#M13428</link>
      <description>Daniel,yes, this the problem. 
We confirmed the issue. the issue is escalated. We will let you know if any updates. 
--Gennady</description>
      <pubDate>Wed, 17 Oct 2012 10:46:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926363#M13428</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2012-10-17T10:46:48Z</dc:date>
    </item>
    <item>
      <title>I can reproduce the errors on</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926364#M13429</link>
      <description>I can reproduce the errors on our cluster (running CentOS 6), where I can load Intel Composer XE 2012 or 2013, each with corresponding MKL. So this is not an issue with Ubuntu or with my machine.</description>
      <pubDate>Wed, 17 Oct 2012 13:56:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926364#M13429</guid>
      <dc:creator>dan0112</dc:creator>
      <dc:date>2012-10-17T13:56:22Z</dc:date>
    </item>
    <item>
      <title>Gennady,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926365#M13430</link>
      <description>Gennady,

yes, please let me know of updates, then I will try to test as quick as possible.</description>
      <pubDate>Wed, 24 Oct 2012 13:26:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926365#M13430</guid>
      <dc:creator>dan0112</dc:creator>
      <dc:date>2012-10-24T13:26:21Z</dc:date>
    </item>
    <item>
      <title>MKL 11.0 update 1 just came</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926366#M13431</link>
      <description>MKL 11.0 update 1 just came out. Is this issue fixed? I have to know before I request to update our cluster... If it is not fixed, could you provide me with a way to track the bug?</description>
      <pubDate>Thu, 25 Oct 2012 06:45:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926366#M13431</guid>
      <dc:creator>dan0112</dc:creator>
      <dc:date>2012-10-25T06:45:07Z</dc:date>
    </item>
    <item>
      <title>no, the fix of the problem is</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926367#M13432</link>
      <description>no, the fix of the problem is not available in update1. The fix is targeted to the next update ( 11.0 update 2).</description>
      <pubDate>Thu, 25 Oct 2012 10:12:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926367#M13432</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2012-10-25T10:12:59Z</dc:date>
    </item>
    <item>
      <title>As I just found out, the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926368#M13433</link>
      <description>As I just found out, the problem doesn't appear when I link to a 'parallel' version. Specifically, in my original program (not the toy program posted here), the following link options do create the error:
[bash]
-lmkl_intel_lp64 -lmkl_sequential -lpthread -lm -lmkl_core -L/usr/local/intel/composer_xe_2013.0.079/mkl/lib/intel64 /usr/local/intel/composer_xe_2013.0.079/mkl/lib/intel64/libmkl_lapack95_lp64.a
[/bash]

The next link line seems to work fine, the error specified above does not occur:
[bash]
-lmkl_intel_lp64 -lmkl_intel_thread -liomp5 -lpthread -lm -lmkl_core -L/usr/local/intel/composer_xe_2013.0.079/mkl/lib/intel64 /usr/local/intel/composer_xe_2013.0.079/mkl/lib/intel64/libmkl_lapack95_lp64.a
[/bash]</description>
      <pubDate>Thu, 08 Nov 2012 08:38:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926368#M13433</guid>
      <dc:creator>dan0112</dc:creator>
      <dc:date>2012-11-08T08:38:55Z</dc:date>
    </item>
    <item>
      <title>that's correct :the issue</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926369#M13434</link>
      <description>that's correct :the issue happens only for sequential code (libmkl_sequential.a lib to use). Threaded version is OK. 
--Gennady</description>
      <pubDate>Thu, 08 Nov 2012 09:10:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926369#M13434</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2012-11-08T09:10:02Z</dc:date>
    </item>
    <item>
      <title>update 2 just came out, but I</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926370#M13435</link>
      <description>&lt;P&gt;update 2 just came out, but I can't find this on the fixes list. Is it fixed? I want to know before I push our support to install it on the cluster. Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2013 16:14:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926370#M13435</guid>
      <dc:creator>dan0112</dc:creator>
      <dc:date>2013-02-04T16:14:02Z</dc:date>
    </item>
    <item>
      <title>yes, the problem has been</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926371#M13436</link>
      <description>&lt;P&gt;yes, the problem has been fixed in 11.0 update 2. please check and let us know the result.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2013 16:34:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/bug-in-MKL-11-0-LAPACK-function-gels/m-p/926371#M13436</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2013-02-04T16:34:05Z</dc:date>
    </item>
  </channel>
</rss>

