<?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 It looks like I'm having some in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cannot-run-SVD-on-Armadillo-linked-with-MKL/m-p/967416#M16293</link>
    <description>&lt;P&gt;It looks like I'm having some problems with text formatting:&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Matthew H. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi, I am trying to run an SVD on a 19016x19016 matrix on my Mac OSX Mavericks with Armadillo linked to Intel MKL.&lt;/P&gt;

&lt;P&gt;But I get the following error:&lt;/P&gt;

&lt;P&gt;/example SVD Start: 19016 19016 0.000000&lt;/P&gt;

&lt;P&gt;** On entry to DGESDD, parameter number 12 had an illegal value error:&lt;/P&gt;

&lt;P&gt;svd(): failed to converge&lt;/P&gt;

&lt;P&gt;Here is my code:&lt;/P&gt;

&lt;P&gt;#define ARMA_DONT_USE_WRAPPER&lt;/P&gt;

&lt;P&gt;#include mat U, V, A;&lt;/P&gt;

&lt;P&gt;vec s;&lt;/P&gt;

&lt;P&gt;svd(U,s,V,A);&lt;/P&gt;

&lt;P&gt;I make the program with:&lt;/P&gt;

&lt;P&gt;g++-4.2 -O3 -framework Accelerate example.cpp mmio.cpp -o example&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Apr 2014 16:09:43 GMT</pubDate>
    <dc:creator>Matthew_H_</dc:creator>
    <dc:date>2014-04-01T16:09:43Z</dc:date>
    <item>
      <title>Cannot run SVD on Armadillo linked with MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cannot-run-SVD-on-Armadillo-linked-with-MKL/m-p/967415#M16292</link>
      <description>&lt;P&gt;Hi, I am trying to run an SVD on a 19016x19016 matrix on my Mac OSX Mavericks with Armadillo linked to Intel MKL. But I get the following error: ./example SVD Start: 19016 19016 0.000000 ** On entry to DGESDD, parameter number 12 had an illegal value error: svd(): failed to converge Here is my code: #define ARMA_DONT_USE_WRAPPER #include &lt;ARMADILLO&gt; mat U, V, A; vec s; svd(U,s,V,A); I make the program with: g++-4.2 -O3 -framework Accelerate example.cpp mmio.cpp -o example&lt;/ARMADILLO&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2014 16:06:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cannot-run-SVD-on-Armadillo-linked-with-MKL/m-p/967415#M16292</guid>
      <dc:creator>Matthew_H_</dc:creator>
      <dc:date>2014-04-01T16:06:31Z</dc:date>
    </item>
    <item>
      <title>It looks like I'm having some</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cannot-run-SVD-on-Armadillo-linked-with-MKL/m-p/967416#M16293</link>
      <description>&lt;P&gt;It looks like I'm having some problems with text formatting:&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Matthew H. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi, I am trying to run an SVD on a 19016x19016 matrix on my Mac OSX Mavericks with Armadillo linked to Intel MKL.&lt;/P&gt;

&lt;P&gt;But I get the following error:&lt;/P&gt;

&lt;P&gt;/example SVD Start: 19016 19016 0.000000&lt;/P&gt;

&lt;P&gt;** On entry to DGESDD, parameter number 12 had an illegal value error:&lt;/P&gt;

&lt;P&gt;svd(): failed to converge&lt;/P&gt;

&lt;P&gt;Here is my code:&lt;/P&gt;

&lt;P&gt;#define ARMA_DONT_USE_WRAPPER&lt;/P&gt;

&lt;P&gt;#include mat U, V, A;&lt;/P&gt;

&lt;P&gt;vec s;&lt;/P&gt;

&lt;P&gt;svd(U,s,V,A);&lt;/P&gt;

&lt;P&gt;I make the program with:&lt;/P&gt;

&lt;P&gt;g++-4.2 -O3 -framework Accelerate example.cpp mmio.cpp -o example&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2014 16:09:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cannot-run-SVD-on-Armadillo-linked-with-MKL/m-p/967416#M16293</guid>
      <dc:creator>Matthew_H_</dc:creator>
      <dc:date>2014-04-01T16:09:43Z</dc:date>
    </item>
    <item>
      <title>Hi Matthew,What is your MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cannot-run-SVD-on-Armadillo-linked-with-MKL/m-p/967417#M16294</link>
      <description>&lt;P&gt;Hi Matthew,&lt;/P&gt;
&lt;P&gt;What is your MKL version?&lt;/P&gt;
&lt;P&gt;I guess, you have read the thread &lt;A href="http://software.intel.com/en-us/forums/topic/390568"&gt;http://software.intel.com/en-us/forums/topic/390568&lt;/A&gt;&amp;nbsp;&amp;nbsp;and &lt;A href="http://software.intel.com/en-us/forums/topic/368412"&gt;http://software.intel.com/en-us/forums/topic/368412&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;As we haven't Armadillo , could you please try the same matrix in C code as the above thread 390568&amp;nbsp;and let us know if it works or not?&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ying&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2014 01:08:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cannot-run-SVD-on-Armadillo-linked-with-MKL/m-p/967417#M16294</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2014-04-03T01:08:04Z</dc:date>
    </item>
  </channel>
</rss>

