<?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, can you give us the in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Extended-eigensolver-FEAST-segfaults/m-p/1034899#M20374</link>
    <description>&lt;P&gt;Hi, can you give us the reproducer of this problem?&lt;/P&gt;</description>
    <pubDate>Sun, 26 Oct 2014 04:39:31 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2014-10-26T04:39:31Z</dc:date>
    <item>
      <title>Extended eigensolver (FEAST) segfaults</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Extended-eigensolver-FEAST-segfaults/m-p/1034898#M20373</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm calling the FEAST eigensolver using matrices assembled by PETSc (sparse CSR) and it segfaults when running PARDISO. Here is the stack:&lt;/P&gt;

&lt;P&gt;#8 &amp;nbsp;&amp;lt;signal handler called&amp;gt;&lt;BR /&gt;
	#9 &amp;nbsp;0x00002b0221661836 in mkl_pds_metis_pqueueupdateup () from /apps/rhel6/intel/composer_xe_2013.3.163/mkl/lib/intel64/libmkl_core.so&lt;BR /&gt;
	#10 0x00002b0221666d99 in mkl_pds_metis_fm_2waynodebalance () from /apps/rhel6/intel/composer_xe_2013.3.163/mkl/lib/intel64/libmkl_core.so&lt;BR /&gt;
	#11 0x00002b0221666e10 in mkl_pds_metis_refine2waynode () from /apps/rhel6/intel/composer_xe_2013.3.163/mkl/lib/intel64/libmkl_core.so&lt;BR /&gt;
	#12 0x00002b022165ad3a in mkl_pds_metis_mlevelnodebisectionmultiple () from /apps/rhel6/intel/composer_xe_2013.3.163/mkl/lib/intel64/libmkl_core.so&lt;BR /&gt;
	#13 0x00002b02200d7d30 in mkl_pds_metis_mlevelnesteddissection_pardiso () from /apps/rhel6/intel/composer_xe_2013.3.163/mkl/lib/intel64/libmkl_intel_thread.so&lt;BR /&gt;
	#14 0x00002b022165bd2b in mkl_pds_metis_nodend_pardiso () from /apps/rhel6/intel/composer_xe_2013.3.163/mkl/lib/intel64/libmkl_core.so&lt;BR /&gt;
	#15 0x00002b02216fdf0b in mkl_pds_reorder1_pardiso () from /apps/rhel6/intel/composer_xe_2013.3.163/mkl/lib/intel64/libmkl_core.so&lt;BR /&gt;
	#16 0x00002b02216df2ef in mkl_pds_do_all_pardiso_fc () from /apps/rhel6/intel/composer_xe_2013.3.163/mkl/lib/intel64/libmkl_core.so&lt;BR /&gt;
	#17 0x00002b0221619f0a in mkl_pds_pardiso_c () from /apps/rhel6/intel/composer_xe_2013.3.163/mkl/lib/intel64/libmkl_core.so&lt;BR /&gt;
	#18 0x00002b02216f860d in mkl_pds_pardiso () from /apps/rhel6/intel/composer_xe_2013.3.163/mkl/lib/intel64/libmkl_core.so&lt;BR /&gt;
	#19 0x00002b02219c0479 in mkl_feast_dfeast_scsrgv () from /apps/rhel6/intel/composer_xe_2013.3.163/mkl/lib/intel64/libmkl_core.so&lt;BR /&gt;
	#20 0x00002b021f51a792 in dfeast_scsrgv_ () from /apps/rhel6/intel/composer_xe_2013.3.163/mkl/lib/intel64/libmkl_intel_lp64.so&lt;/P&gt;

&lt;P&gt;Can you please point out what could be the problem in my code?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Harshad&lt;/P&gt;</description>
      <pubDate>Sat, 25 Oct 2014 03:40:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Extended-eigensolver-FEAST-segfaults/m-p/1034898#M20373</guid>
      <dc:creator>Harshad_S_</dc:creator>
      <dc:date>2014-10-25T03:40:37Z</dc:date>
    </item>
    <item>
      <title>Hi, can you give us the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Extended-eigensolver-FEAST-segfaults/m-p/1034899#M20374</link>
      <description>&lt;P&gt;Hi, can you give us the reproducer of this problem?&lt;/P&gt;</description>
      <pubDate>Sun, 26 Oct 2014 04:39:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Extended-eigensolver-FEAST-segfaults/m-p/1034899#M20374</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2014-10-26T04:39:31Z</dc:date>
    </item>
    <item>
      <title>Hi Gennady,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Extended-eigensolver-FEAST-segfaults/m-p/1034900#M20375</link>
      <description>&lt;P&gt;Hi Gennady,&lt;/P&gt;

&lt;P&gt;I have attached an example which reproduces the error. You need to have a PETSc (real) build installed. In the Makefile, set the PETSC_DIR variable to the base PETSc directory. "make all" should build the code. Then you can run it as follows:&lt;/P&gt;

&lt;P&gt;./petsc_feast_example -on_error_attach_debugger&lt;/P&gt;

&lt;P&gt;This will attach a debugger to the process when it fails in&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;mkl_pds_metis_pqueueupdateup(). Please let me know if you need more information.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Thanks,&lt;BR /&gt;
	Harshad&lt;/SPAN&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Oct 2014 19:31:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Extended-eigensolver-FEAST-segfaults/m-p/1034900#M20375</guid>
      <dc:creator>Harshad_S_</dc:creator>
      <dc:date>2014-10-26T19:31:48Z</dc:date>
    </item>
    <item>
      <title>Hi Gennady,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Extended-eigensolver-FEAST-segfaults/m-p/1034901#M20376</link>
      <description>&lt;P&gt;Hi Gennady,&lt;/P&gt;

&lt;P&gt;Any idea what could be wrong in my code? I tried to make the code work today, but I can't get around this segfault.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
	Harshad&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2014 20:14:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Extended-eigensolver-FEAST-segfaults/m-p/1034901#M20376</guid>
      <dc:creator>Harshad_S_</dc:creator>
      <dc:date>2014-10-27T20:14:05Z</dc:date>
    </item>
    <item>
      <title>I didn't check the test - I</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Extended-eigensolver-FEAST-segfaults/m-p/1034902#M20377</link>
      <description>&lt;P&gt;I didn't check the test - I don't have PETS is required by your case.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2014 04:04:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Extended-eigensolver-FEAST-segfaults/m-p/1034902#M20377</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2014-10-29T04:04:58Z</dc:date>
    </item>
    <item>
      <title>I found the problem. I was</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Extended-eigensolver-FEAST-segfaults/m-p/1034903#M20378</link>
      <description>&lt;P&gt;I found the problem. I was using 0 based indexing because my program was written in C. FEAST is in Fortran and needs 1 based indexing.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2014 06:04:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Extended-eigensolver-FEAST-segfaults/m-p/1034903#M20378</guid>
      <dc:creator>Harshad_S_</dc:creator>
      <dc:date>2014-10-29T06:04:10Z</dc:date>
    </item>
  </channel>
</rss>

