<?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 Hi Gennady, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FEAST-Eigensolver-not-returning-all-eigenvalues-in-specified/m-p/1026298#M19939</link>
    <description>&lt;P&gt;Hi Gennady,&lt;/P&gt;

&lt;P&gt;Attached file gives f90 project and also a eigeninout.dat file which contains the matrix data.&lt;/P&gt;

&lt;P&gt;If you change m0size to 10 and run you get info = 0 and m= 9, smallest eigen value is 14.43.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;If you change m0size to 11 and run you get info = 0 and m= 10, smallest eigen value is 3.72. &lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;Where m0size = 10 I would expect info = 3 as not not all eigenvalues in the specified range have been found.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://community.intel.com/legacyfs/online/drupal_files/463646"&gt;463646&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thank you for you help,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Martin&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jun 2015 15:03:22 GMT</pubDate>
    <dc:creator>O_Gara__Martin</dc:creator>
    <dc:date>2015-06-05T15:03:22Z</dc:date>
    <item>
      <title>FEAST Eigensolver not returning all eigenvalues in specified range</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FEAST-Eigensolver-not-returning-all-eigenvalues-in-specified/m-p/1026296#M19937</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have came across a problem with FEAST in MKL 11.2, whereby it is not returning all the eigenvalues in the specified search range. The problem type is Generalized Sparse (&lt;SPAN class="option" style="font-family: 'Courier New', Courier, monospace;"&gt;feast_scsrgv).&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Default values in fpm. I provide an initial guess subspace size, say m0 = 500. The problem returns with info = 0 and returned number of eigenvalues m = 496. At this stage one might think all is fine, however if I increase the initial subspace guess to m0 = 600, then retuned values are info = 0 and m = 555. Further increases in m0 show that m remains equal to 555. Hence there was 59 missing eigenvalues in the first solve with m0 &amp;nbsp;= 500, in which case I would have expected info = 3 (subspace size too small). &lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;Furthermore the 59 missing eigen values where at the lower end of the range, which are more critical to my scenario.&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;The problem size n was 1346.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;This is not isolated to one problem as we have observed this with several problems.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;It is most disconcerting as this is affecting a product in use by many engineers.&lt;/P&gt;

&lt;P&gt;I look forward to your response.&lt;/P&gt;

&lt;P&gt;Kind regards,&lt;/P&gt;

&lt;P&gt;Martin&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2015 12:31:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FEAST-Eigensolver-not-returning-all-eigenvalues-in-specified/m-p/1026296#M19937</guid>
      <dc:creator>O_Gara__Martin</dc:creator>
      <dc:date>2015-06-04T12:31:04Z</dc:date>
    </item>
    <item>
      <title>Hi Martin,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FEAST-Eigensolver-not-returning-all-eigenvalues-in-specified/m-p/1026297#M19938</link>
      <description>&lt;P&gt;Hi Martin,&lt;/P&gt;

&lt;P&gt;How can we check the problem on our side? &amp;nbsp;Can you us the reproducer to debug the problem?&lt;/P&gt;

&lt;P&gt;thanks, Gennady&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2015 15:27:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FEAST-Eigensolver-not-returning-all-eigenvalues-in-specified/m-p/1026297#M19938</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2015-06-04T15:27:48Z</dc:date>
    </item>
    <item>
      <title>Hi Gennady,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FEAST-Eigensolver-not-returning-all-eigenvalues-in-specified/m-p/1026298#M19939</link>
      <description>&lt;P&gt;Hi Gennady,&lt;/P&gt;

&lt;P&gt;Attached file gives f90 project and also a eigeninout.dat file which contains the matrix data.&lt;/P&gt;

&lt;P&gt;If you change m0size to 10 and run you get info = 0 and m= 9, smallest eigen value is 14.43.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;If you change m0size to 11 and run you get info = 0 and m= 10, smallest eigen value is 3.72. &lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;Where m0size = 10 I would expect info = 3 as not not all eigenvalues in the specified range have been found.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://community.intel.com/legacyfs/online/drupal_files/463646"&gt;463646&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thank you for you help,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Martin&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2015 15:03:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FEAST-Eigensolver-not-returning-all-eigenvalues-in-specified/m-p/1026298#M19939</guid>
      <dc:creator>O_Gara__Martin</dc:creator>
      <dc:date>2015-06-05T15:03:22Z</dc:date>
    </item>
    <item>
      <title>Hi Martin,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FEAST-Eigensolver-not-returning-all-eigenvalues-in-specified/m-p/1026299#M19940</link>
      <description>&lt;P&gt;Hi Martin,&lt;/P&gt;

&lt;P&gt;I have carefully investigated your problem and must say that it is an expected behavior of the algorithm. Eigenvalues that are close to the edge of an interval can be lost due to&amp;nbsp;lack of precision of spectral projector in the endpoints. To avoid such problem&amp;nbsp;you&amp;nbsp;can&amp;nbsp;improve accuracy by increasing the number of contour points N&lt;SUB&gt;e&amp;nbsp;&lt;/SUB&gt; (fpm(2)=16) or&amp;nbsp;what I would recommend more -&amp;nbsp;extend the interval&amp;nbsp;and use &lt;SPAN style="font: 13px/16.54px Arial, Tahoma, Helvetica, sans-serif; color: rgb(102, 102, 102); text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; float: none; display: inline !important; white-space: normal; widows: 1; font-size-adjust: none; font-stretch: normal; background-color: rgb(255, 255, 255); -webkit-text-stroke-width: 0px;"&gt;the initial guess for subspace dimension &lt;/SPAN&gt;m0 1.5 times bigger to insure that all of the eigenvalues&amp;nbsp;are found.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Irina&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2015 10:41:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FEAST-Eigensolver-not-returning-all-eigenvalues-in-specified/m-p/1026299#M19940</guid>
      <dc:creator>Irina_S_Intel</dc:creator>
      <dc:date>2015-06-09T10:41:09Z</dc:date>
    </item>
    <item>
      <title>Hi Irina</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FEAST-Eigensolver-not-returning-all-eigenvalues-in-specified/m-p/1026300#M19941</link>
      <description>&lt;P&gt;Hi Irina&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Many thanks. I have tried the increased number of contour points on the sample project and it works. Will increasing Ne from 8 to 16 significantly impact on the the performance of the solver, e.g. will is double the time?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Kind regards,&lt;/P&gt;

&lt;P&gt;Martin&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2015 13:11:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FEAST-Eigensolver-not-returning-all-eigenvalues-in-specified/m-p/1026300#M19941</guid>
      <dc:creator>O_Gara__Martin</dc:creator>
      <dc:date>2015-06-09T13:11:34Z</dc:date>
    </item>
    <item>
      <title>Hello Martin,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FEAST-Eigensolver-not-returning-all-eigenvalues-in-specified/m-p/1026301#M19942</link>
      <description>&lt;DIV&gt;
	&lt;P&gt;Hello Martin,&lt;BR /&gt;
		That is correct, doubling the number of contour points can result in up to 2 times worse performance, that is why I would recommend you to extend the interval&amp;nbsp;or use bigger initial guess for subspace dimension m0, since these two approaches will&amp;nbsp;slightly&amp;nbsp;increase time.&lt;BR /&gt;
		Best regards,&lt;BR /&gt;
		Irina&lt;/P&gt;

	&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 10 Jun 2015 04:11:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FEAST-Eigensolver-not-returning-all-eigenvalues-in-specified/m-p/1026301#M19942</guid>
      <dc:creator>Irina_S_Intel</dc:creator>
      <dc:date>2015-06-10T04:11:56Z</dc:date>
    </item>
  </channel>
</rss>

