<?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 How to reorganize sparse matrix columns? dss_reorder in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-reorganize-sparse-matrix-columns-dss-reorder/m-p/819487#M4603</link>
    <description>Hi,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I use MKL to solve FEM linear systems using the DSS library of commands. My question is related to ordering columns.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Currently, when I am currently setting up a matrix, my column numbers (due to connectivity) will not be in ascending order. Therefore I created a simple subroutine to reorganize them, however I feel that there is gotta be a better way. What happens if I send to the solver a unorganized matrix? And, is there a more efficient way to reorganize these matrices?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I know DSS_Reorder takes care of permutation issues. Does it has anything to do with my issue?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I appreciate any suggestion,&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Roberto&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I use Windows XP, 32 bits, Intel Fortran 11, VS2008.&lt;/DIV&gt;</description>
    <pubDate>Thu, 20 Jan 2011 21:55:37 GMT</pubDate>
    <dc:creator>Roberto_Soares</dc:creator>
    <dc:date>2011-01-20T21:55:37Z</dc:date>
    <item>
      <title>How to reorganize sparse matrix columns? dss_reorder</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-reorganize-sparse-matrix-columns-dss-reorder/m-p/819487#M4603</link>
      <description>Hi,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I use MKL to solve FEM linear systems using the DSS library of commands. My question is related to ordering columns.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Currently, when I am currently setting up a matrix, my column numbers (due to connectivity) will not be in ascending order. Therefore I created a simple subroutine to reorganize them, however I feel that there is gotta be a better way. What happens if I send to the solver a unorganized matrix? And, is there a more efficient way to reorganize these matrices?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I know DSS_Reorder takes care of permutation issues. Does it has anything to do with my issue?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I appreciate any suggestion,&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Roberto&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I use Windows XP, 32 bits, Intel Fortran 11, VS2008.&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Jan 2011 21:55:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-reorganize-sparse-matrix-columns-dss-reorder/m-p/819487#M4603</guid>
      <dc:creator>Roberto_Soares</dc:creator>
      <dc:date>2011-01-20T21:55:37Z</dc:date>
    </item>
    <item>
      <title>How to reorganize sparse matrix columns? dss_reorder</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-reorganize-sparse-matrix-columns-dss-reorder/m-p/819488#M4604</link>
      <description>&lt;P&gt;Hi, Roberto,&lt;/P&gt;&lt;P&gt;The non-zero elements of each row of the matrix &lt;VAR&gt;A&lt;/VAR&gt; must be stored in increasing order (its note from MKL PARDISO manual). Reordering step permutes matrix in order to decrease the time of computations on multi-core computers. This permutation stored in array perm(). Let me note, that input matrix (arrays rowIndex() and columns() ) arent changed during all phases (reordering, factorization and solve).&lt;BR /&gt;Sergey&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2011 05:26:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-reorganize-sparse-matrix-columns-dss-reorder/m-p/819488#M4604</guid>
      <dc:creator>Sergey_Solovev__Inte</dc:creator>
      <dc:date>2011-01-24T05:26:15Z</dc:date>
    </item>
  </channel>
</rss>

