<?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 MKL Eigensolver DSYGVX return with error in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Eigensolver-DSYGVX-return-with-error/m-p/831957#M5695</link>
    <description>&lt;P&gt;Hi there, &lt;/P&gt;

&lt;P&gt;I used DSYGVX subroutine to find eigenvalues for matrices as in attached
file however it runs with error.&lt;/P&gt;

&lt;P&gt;Meanwhile, the
IMSL subroutine can produce the results for this the same problem.&lt;/P&gt;

&lt;P&gt;Please find
attached zip file for the code and data files. I would appreciate any advices and solutions for
this problem.&lt;/P&gt;

&lt;P&gt;&lt;I&gt;&lt;BR /&gt;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Sytem
information:&lt;/I&gt;&lt;/P&gt;

&lt;P&gt;&lt;I&gt;Windows 7
Ultimate&lt;/I&gt;&lt;/P&gt;

&lt;P&gt;&lt;I&gt;Microsoft
Visual Basic 2008&lt;/I&gt;&lt;/P&gt;

&lt;P&gt;&lt;I&gt;Intel Visual
Fortran Compiler Professional Edition 11.1&lt;/I&gt;&lt;/P&gt;

&lt;P&gt;&lt;I&gt;Intel Math
Kernel Library 10.3 Update 5 for Windows* OS&lt;/I&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Sep 2011 15:38:00 GMT</pubDate>
    <dc:creator>GoldenRetriever</dc:creator>
    <dc:date>2011-09-12T15:38:00Z</dc:date>
    <item>
      <title>MKL Eigensolver DSYGVX return with error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Eigensolver-DSYGVX-return-with-error/m-p/831957#M5695</link>
      <description>&lt;P&gt;Hi there, &lt;/P&gt;

&lt;P&gt;I used DSYGVX subroutine to find eigenvalues for matrices as in attached
file however it runs with error.&lt;/P&gt;

&lt;P&gt;Meanwhile, the
IMSL subroutine can produce the results for this the same problem.&lt;/P&gt;

&lt;P&gt;Please find
attached zip file for the code and data files. I would appreciate any advices and solutions for
this problem.&lt;/P&gt;

&lt;P&gt;&lt;I&gt;&lt;BR /&gt;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Sytem
information:&lt;/I&gt;&lt;/P&gt;

&lt;P&gt;&lt;I&gt;Windows 7
Ultimate&lt;/I&gt;&lt;/P&gt;

&lt;P&gt;&lt;I&gt;Microsoft
Visual Basic 2008&lt;/I&gt;&lt;/P&gt;

&lt;P&gt;&lt;I&gt;Intel Visual
Fortran Compiler Professional Edition 11.1&lt;/I&gt;&lt;/P&gt;

&lt;P&gt;&lt;I&gt;Intel Math
Kernel Library 10.3 Update 5 for Windows* OS&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2011 15:38:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Eigensolver-DSYGVX-return-with-error/m-p/831957#M5695</guid>
      <dc:creator>GoldenRetriever</dc:creator>
      <dc:date>2011-09-12T15:38:00Z</dc:date>
    </item>
    <item>
      <title>MKL Eigensolver DSYGVX return with error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Eigensolver-DSYGVX-return-with-error/m-p/831958#M5696</link>
      <description>You are calling the IMSL and MKL routines incorrectly. When you call subroutines with optional arguments, you must provide the caller with an explicit interface. When you call a subroutine with the F77 interface, you must provide all the arguments and in the required order.&lt;BR /&gt;&lt;BR /&gt;Some library routines overwrite the input matrices, as described in the documentation. If you want to preserve the matrices for reuse, you have to save and restore them as needed. &lt;BR /&gt;&lt;BR /&gt;The mere running of a program without error messages is not to be taken as proof that the program has run correctly.</description>
      <pubDate>Mon, 12 Sep 2011 21:47:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Eigensolver-DSYGVX-return-with-error/m-p/831958#M5696</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-09-12T21:47:08Z</dc:date>
    </item>
    <item>
      <title>MKL Eigensolver DSYGVX return with error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Eigensolver-DSYGVX-return-with-error/m-p/831959#M5697</link>
      <description>&lt;P&gt;Hi mecej4, in my case, I did not get any input error from
the compiler; would you mind to correct any caller which you think was used
incorrectly pls?&lt;/P&gt;

&lt;P&gt;For the F77 interface, it seems a bit confusing that the
code can run in windows 32, but with the same problem when I tried a run on
latest Composer 2011 XE SP1 - Windows 7-64bit, it produced an error at argument
(20) for lwork=-1 which used in the first call to get lwork value for workspace.&lt;/P&gt;

&lt;P&gt;Btw, I just noticed that the dsygvx subroutine could not use
in this case as the B matrix is not positive definite. Im still looking for a solution
for this.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2011 11:45:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Eigensolver-DSYGVX-return-with-error/m-p/831959#M5697</guid>
      <dc:creator>GoldenRetriever</dc:creator>
      <dc:date>2011-09-13T11:45:22Z</dc:date>
    </item>
    <item>
      <title>MKL Eigensolver DSYGVX return with error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Eigensolver-DSYGVX-return-with-error/m-p/831960#M5698</link>
      <description>It is natural to observe unpredictable behavior when subroutines are called incorrectly. Unless you have enabled interface checking, the compiler will not detect such erroneous calls.&lt;BR /&gt;&lt;BR /&gt;It is the programmer's responsibility to ensure the the subroutine calls are made correctly. It serves no purpose to attempt to explain the behavior of a program when incorrect calls are known to exist.&lt;BR /&gt;&lt;BR /&gt;The MKL installation contains an examples directory, and the documentation describes the arguments to be provided to the library routines.</description>
      <pubDate>Tue, 13 Sep 2011 12:50:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Eigensolver-DSYGVX-return-with-error/m-p/831960#M5698</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-09-13T12:50:08Z</dc:date>
    </item>
  </channel>
</rss>

