<?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 There's a Makefile in the in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SEGFAULT-in-mkl-dcoomv-on-Xeon-Phi/m-p/1082352#M22856</link>
    <description>&lt;P&gt;There's a Makefile in the referenced project as well:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/DanielLangr/abhsf/blob/master/spmv/unified/Makefile"&gt;https://github.com/DanielLangr/abhsf/blob/master/spmv/unified/Makefile&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Feb 2017 09:18:03 GMT</pubDate>
    <dc:creator>Daniel_L_1</dc:creator>
    <dc:date>2017-02-01T09:18:03Z</dc:date>
    <item>
      <title>SEGFAULT in mkl_dcoomv() on Xeon Phi</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SEGFAULT-in-mkl-dcoomv-on-Xeon-Phi/m-p/1082350#M22854</link>
      <description>&lt;P&gt;I keep getting segmentation faults within mkl_dcoomv() function from MKL invoked in a native mode program on Xeon Phi (KNC). The code works well on the host (Haswell) as well as with the CSR strorage format (mkl_dcsrmv()) instead of COO. So, the problem happens only with the combination of COO an MIC.&lt;/P&gt;

&lt;P&gt;In a debugger, I got the following error message:&lt;/P&gt;

&lt;P&gt;Catchpoint -1 (signal SIGSEGV), 0x00007ffff514cc8a in mkl_spblas_lp64_dcoo0ng__c__mvout_mic () from /apps/all/imkl/2017.0.098-iimpi-2017.00-GCC-5.4.0-2.26/mkl/lib/mic/libmkl_intel_thread.so&lt;/P&gt;

&lt;P&gt;The MKL and compiler versions are both 2017.&lt;/P&gt;

&lt;P&gt;The code can be found &lt;A href="https://github.com/DanielLangr/abhsf/blob/master/spmv/unified/spmv.cpp" name="here"&gt;here&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;Any hints?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 17:06:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SEGFAULT-in-mkl-dcoomv-on-Xeon-Phi/m-p/1082350#M22854</guid>
      <dc:creator>Daniel_L_1</dc:creator>
      <dc:date>2017-01-30T17:06:23Z</dc:date>
    </item>
    <item>
      <title>Can you please provide the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SEGFAULT-in-mkl-dcoomv-on-Xeon-Phi/m-p/1082351#M22855</link>
      <description>&lt;P&gt;Can you please provide the command line used for compiling and linking the code for KNC?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 20:36:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SEGFAULT-in-mkl-dcoomv-on-Xeon-Phi/m-p/1082351#M22855</guid>
      <dc:creator>Zhang_Z_Intel</dc:creator>
      <dc:date>2017-01-31T20:36:41Z</dc:date>
    </item>
    <item>
      <title>There's a Makefile in the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SEGFAULT-in-mkl-dcoomv-on-Xeon-Phi/m-p/1082352#M22856</link>
      <description>&lt;P&gt;There's a Makefile in the referenced project as well:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/DanielLangr/abhsf/blob/master/spmv/unified/Makefile"&gt;https://github.com/DanielLangr/abhsf/blob/master/spmv/unified/Makefile&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 09:18:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SEGFAULT-in-mkl-dcoomv-on-Xeon-Phi/m-p/1082352#M22856</guid>
      <dc:creator>Daniel_L_1</dc:creator>
      <dc:date>2017-02-01T09:18:03Z</dc:date>
    </item>
    <item>
      <title>It may be an issue of</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SEGFAULT-in-mkl-dcoomv-on-Xeon-Phi/m-p/1082353#M22857</link>
      <description>&lt;P&gt;It may be an issue of conflicting or incompatible OpenMP library. Make sure you link with the same OpenMP lib that comes with the icc compiler.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 23:10:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SEGFAULT-in-mkl-dcoomv-on-Xeon-Phi/m-p/1082353#M22857</guid>
      <dc:creator>Zhang_Z_Intel</dc:creator>
      <dc:date>2017-02-01T23:10:41Z</dc:date>
    </item>
    <item>
      <title>I believe I use the same</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SEGFAULT-in-mkl-dcoomv-on-Xeon-Phi/m-p/1082354#M22858</link>
      <description>&lt;P&gt;I believe I use the same library. I even tried to copy the OpenMP library manually to a special folder. And I also tried to use older 2016 version of MKL and icc. All without succes. As I wrote, with the CSR format all works well.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 08:31:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SEGFAULT-in-mkl-dcoomv-on-Xeon-Phi/m-p/1082354#M22858</guid>
      <dc:creator>Daniel_L_1</dc:creator>
      <dc:date>2017-02-02T08:31:07Z</dc:date>
    </item>
  </channel>
</rss>

