<?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 gathering distributed matrix  in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/gathering-distributed-matrix/m-p/885356#M10000</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I want to gather block cyclic distributed matrix( with scalapack routine) in a global matrixat root processor. is there any function in mkl library to use for?It can be done with using MPI_Send and Recv or MPI_Gathervfunctions, but maybe there is an efficient function in scalapack.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Tue, 23 Feb 2010 14:13:40 GMT</pubDate>
    <dc:creator>oguren</dc:creator>
    <dc:date>2010-02-23T14:13:40Z</dc:date>
    <item>
      <title>gathering distributed matrix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/gathering-distributed-matrix/m-p/885356#M10000</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I want to gather block cyclic distributed matrix( with scalapack routine) in a global matrixat root processor. is there any function in mkl library to use for?It can be done with using MPI_Send and Recv or MPI_Gathervfunctions, but maybe there is an efficient function in scalapack.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2010 14:13:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/gathering-distributed-matrix/m-p/885356#M10000</guid>
      <dc:creator>oguren</dc:creator>
      <dc:date>2010-02-23T14:13:40Z</dc:date>
    </item>
    <item>
      <title>gathering distributed matrix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/gathering-distributed-matrix/m-p/885357#M10001</link>
      <description>&lt;BR /&gt;
&lt;P&gt;Hello, oguren&lt;/P&gt;
&lt;P&gt;Please try PDLACP3. Hope this will help.&lt;/P&gt;
&lt;BR /&gt;
&lt;P&gt;SUBROUTINE PDLACP3( M, I, A, DESCA, B, LDB, II, JJ, REV )&lt;/P&gt;
* Purpose
&lt;P&gt;* =======&lt;/P&gt;
&lt;P&gt;* PDLACP3 is an auxiliary routine that copies from a global parallel&lt;/P&gt;
&lt;P&gt;* array into a local replicated array or vise versa. Notice that&lt;/P&gt;
&lt;P&gt;* the entire submatrix that is copied gets placed on one node or&lt;/P&gt;
&lt;P&gt;* more. The receiving node can be specified precisely, or all nodes&lt;/P&gt;
&lt;P&gt;* can receive, or just one row or column of nodes.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Alexander&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2010 07:06:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/gathering-distributed-matrix/m-p/885357#M10001</guid>
      <dc:creator>Alex_Kosenkov</dc:creator>
      <dc:date>2010-02-24T07:06:55Z</dc:date>
    </item>
    <item>
      <title>gathering distributed matrix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/gathering-distributed-matrix/m-p/885358#M10002</link>
      <description>&lt;P&gt;Thanks for your reply. if I'm not wrong, it copies square matrix. I need a general function to gather A(MxP) matrix at root. It is distributedon processors as size of (mAxnA).&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;H2&gt;Input Parameters&lt;/H2&gt;
&lt;DL&gt;&lt;DT class="dlterm"&gt;m&lt;/DT&gt;&lt;DD&gt;
&lt;P&gt;(global) INTEGER.&lt;/P&gt;
&lt;P&gt;&lt;VAR class="varname"&gt;m&lt;/VAR&gt; is the order of the square submatrix that is copied.&lt;/P&gt;
&lt;P&gt;&lt;VAR class="varname"&gt;m&lt;/VAR&gt;  0. Unchanged on exit.&lt;/P&gt;
&lt;/DD&gt;&lt;DT class="dlterm"&gt;i&lt;/DT&gt;&lt;DD&gt;
&lt;P&gt;(global) INTEGER. &lt;VAR class="varname"&gt;A&lt;/VAR&gt;(&lt;VAR class="varname"&gt;i&lt;/VAR&gt;, &lt;VAR class="varname"&gt;i&lt;/VAR&gt;) is the global location that the copying starts from. Unchanged on exit.&lt;/P&gt;
&lt;/DD&gt;&lt;/DL&gt;</description>
      <pubDate>Wed, 24 Feb 2010 10:07:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/gathering-distributed-matrix/m-p/885358#M10002</guid>
      <dc:creator>oguren</dc:creator>
      <dc:date>2010-02-24T10:07:58Z</dc:date>
    </item>
    <item>
      <title>gathering distributed matrix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/gathering-distributed-matrix/m-p/885359#M10003</link>
      <description>&lt;P&gt;Indeed it does copy a square submatrix.&lt;/P&gt;
&lt;P&gt;So I assume that you can either copy square submatrix and then all remaining square submatrices or either use p?lacp2 or p?lacpy (sure, they do copy one distributed submatrix into another distributed matrix - but the local matrix is nothing more than the matrix distributed over one node)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2010 09:37:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/gathering-distributed-matrix/m-p/885359#M10003</guid>
      <dc:creator>Alex_Kosenkov</dc:creator>
      <dc:date>2010-02-25T09:37:39Z</dc:date>
    </item>
  </channel>
</rss>

