<?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 mkl_?csrcoo conversion problem in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-mkl-csrcoo-conversion-problem/m-p/1121974#M25017</link>
    <description>&lt;P&gt;&lt;FONT size="3" color="#000099" face="Arial,Sans-Serif"&gt;Hi&lt;BR /&gt;
	&lt;BR /&gt;
	I am using MKL c++ version to solve for pardiso. My input is a sparse matrix in the coordinate format and I am planning to convert it to CSR format to use the pardiso command with mkl_?csrcoo. The problem is that The conversion does not order the column indices, even though I specified job[0] = 2; . Also, I have some zero values and duplicate enrtires in the coordinate sparse matrix. So I do not know if that is why it is unable to do the conversion correctly or not. I tried duplicate values on the mkl example and it worked fine. Please advise as what should be done. Thank you and have a great one.&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Oct 2016 11:11:40 GMT</pubDate>
    <dc:creator>Ali_R_3</dc:creator>
    <dc:date>2016-10-21T11:11:40Z</dc:date>
    <item>
      <title>MKL mkl_?csrcoo conversion problem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-mkl-csrcoo-conversion-problem/m-p/1121974#M25017</link>
      <description>&lt;P&gt;&lt;FONT size="3" color="#000099" face="Arial,Sans-Serif"&gt;Hi&lt;BR /&gt;
	&lt;BR /&gt;
	I am using MKL c++ version to solve for pardiso. My input is a sparse matrix in the coordinate format and I am planning to convert it to CSR format to use the pardiso command with mkl_?csrcoo. The problem is that The conversion does not order the column indices, even though I specified job[0] = 2; . Also, I have some zero values and duplicate enrtires in the coordinate sparse matrix. So I do not know if that is why it is unable to do the conversion correctly or not. I tried duplicate values on the mkl example and it worked fine. Please advise as what should be done. Thank you and have a great one.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 11:11:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-mkl-csrcoo-conversion-problem/m-p/1121974#M25017</guid>
      <dc:creator>Ali_R_3</dc:creator>
      <dc:date>2016-10-21T11:11:40Z</dc:date>
    </item>
    <item>
      <title>Hi Ali,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-mkl-csrcoo-conversion-problem/m-p/1121975#M25018</link>
      <description>&lt;P&gt;Hi Ali,&lt;/P&gt;

&lt;P&gt;Which version of MKL you are using? You tried "&lt;SPAN style="font-size: 12px;"&gt;mkl example and it worked fine", but your routine using&amp;nbsp;mkl_?csrcoo didn't work? If so, can you provide your code? Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 18:20:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-mkl-csrcoo-conversion-problem/m-p/1121975#M25018</guid>
      <dc:creator>Shaojuan_Z_Intel</dc:creator>
      <dc:date>2016-10-21T18:20:15Z</dc:date>
    </item>
    <item>
      <title>As you can see at https:/</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-mkl-csrcoo-conversion-problem/m-p/1121976#M25019</link>
      <description>&lt;P&gt;As you can see at&amp;nbsp;https://software.intel.com/en-us/node/599837, in the sparse BLAS coordinate storage format only non-zero elements are to be given explicitly. &amp;nbsp;If your data does not conform to that requirement, the conversion routine mkl_?csrcoo may not work correctly.&lt;/P&gt;

&lt;P&gt;There are some special cases where zero-valued diagonals are required to be stored explicitly (the DSS symmetric solvers, for example, with only the upper or lower triangle of the matrix stored). The conversion routine, however, has no provision for handling such special matrices.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Oct 2016 15:44:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-mkl-csrcoo-conversion-problem/m-p/1121976#M25019</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2016-10-22T15:44:19Z</dc:date>
    </item>
    <item>
      <title>Hi</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-mkl-csrcoo-conversion-problem/m-p/1121977#M25020</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I am getting an increasing order of column index per row, as it should , now. But I do have repeated values in the sparse coordinate format. As a result, the column index vector in the CSR format has repeated values. Does pardiso handle repeated values in the CSR format?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 16:52:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-mkl-csrcoo-conversion-problem/m-p/1121977#M25020</guid>
      <dc:creator>Ali_R_3</dc:creator>
      <dc:date>2016-10-25T16:52:20Z</dc:date>
    </item>
  </channel>
</rss>

