<?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 Ying, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-about-some-parameter-of-scalapack-routine/m-p/1118392#M24819</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Hi Ying,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Thank you for your reply.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I can understand the LOCc now.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;There is an another question about the distribution of the solved eigenvectors.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;For example, I have a 4*4 trivial identical matrix:&amp;nbsp;&lt;/P&gt;

&lt;P&gt;1 &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp;0&amp;nbsp;&lt;/P&gt;

&lt;P&gt;0 &amp;nbsp; &amp;nbsp;1 &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp;0&amp;nbsp;&lt;/P&gt;

&lt;P&gt;0 &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp;1 &amp;nbsp; &amp;nbsp;0&lt;/P&gt;

&lt;P&gt;0 &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp;1&lt;/P&gt;

&lt;P&gt;and a 2*2 process grid, say:&lt;/P&gt;

&lt;P&gt;0 &amp;nbsp; 1&lt;/P&gt;

&lt;P&gt;2 &amp;nbsp; &amp;nbsp;3&lt;/P&gt;

&lt;P&gt;&amp;nbsp;Is it possible to let each process hold a eigenvector?&lt;/P&gt;

&lt;P&gt;In other words, the distribution layout of the matrix and the eigenvector is different. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Yours respectfully.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Ying H (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi Ye.C&lt;/P&gt;

&lt;P&gt;You may find some c example in MKL install directory.&lt;/P&gt;

&lt;P&gt;and there are some scalapack usage discussed in the forum, you can refer to them too.&lt;/P&gt;

&lt;P&gt;For example, one C dgesv sample in&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/536962"&gt;https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/536962&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;and sample code in&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/558359"&gt;https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/558359&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;

&lt;P&gt;Ying&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Feb 2016 02:40:00 GMT</pubDate>
    <dc:creator>Ye_C_</dc:creator>
    <dc:date>2016-02-05T02:40:00Z</dc:date>
    <item>
      <title>question about some parameter of scalapack routine</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-about-some-parameter-of-scalapack-routine/m-p/1118390#M24817</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;I have some questions about the use of scalapack.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;For example, I want to use the eigensolver&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;pdsyev to obtain all the eigenvalues and eigenvectors.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;By now, I can hardly understand the dimensions of parameter a (and also z). In the MKL manual, the dimensions of local matrix a should be "&lt;/SPAN&gt;lld_a*LOCc(ja+n-1)&lt;SPAN style="font-size: 1em;"&gt;", but I&amp;nbsp;&lt;/SPAN&gt;do not&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp;understand what is LOCc(ja+n-1).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;ja is the column index in the global matrix A indicating the first column of the submatrix a, and n is the number of the column of global matrix A.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Would you please tell me what is LOCc(n), when ja = 1?&lt;/P&gt;

&lt;P&gt;Another question is wether the memory layout of the eigenvectors can be set different with the matrix A?&lt;/P&gt;

&lt;P&gt;For example, I have a 8*8 matrix and 2*2 process gird, and I want each process hold some whole eigenvectors rather than just parts of some eigenvectors. Is it possible?&lt;/P&gt;

&lt;P&gt;Thanks for your help!&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 23:25:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-about-some-parameter-of-scalapack-routine/m-p/1118390#M24817</guid>
      <dc:creator>Ye_C_</dc:creator>
      <dc:date>2016-02-04T23:25:36Z</dc:date>
    </item>
    <item>
      <title>Hi Ye.C</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-about-some-parameter-of-scalapack-routine/m-p/1118391#M24818</link>
      <description>&lt;P&gt;Hi Ye.C&lt;/P&gt;

&lt;P&gt;You may find some c example in MKL install directory.&lt;/P&gt;

&lt;P&gt;and there are some scalapack usage discussed in the forum, you can refer to them too.&lt;/P&gt;

&lt;P&gt;For example, one C dgesv sample in&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/536962"&gt;https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/536962&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;and sample code in&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/558359"&gt;https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/558359&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;

&lt;P&gt;Ying&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 01:01:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-about-some-parameter-of-scalapack-routine/m-p/1118391#M24818</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2016-02-05T01:01:58Z</dc:date>
    </item>
    <item>
      <title>Hi Ying,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-about-some-parameter-of-scalapack-routine/m-p/1118392#M24819</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Hi Ying,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Thank you for your reply.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I can understand the LOCc now.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;There is an another question about the distribution of the solved eigenvectors.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;For example, I have a 4*4 trivial identical matrix:&amp;nbsp;&lt;/P&gt;

&lt;P&gt;1 &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp;0&amp;nbsp;&lt;/P&gt;

&lt;P&gt;0 &amp;nbsp; &amp;nbsp;1 &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp;0&amp;nbsp;&lt;/P&gt;

&lt;P&gt;0 &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp;1 &amp;nbsp; &amp;nbsp;0&lt;/P&gt;

&lt;P&gt;0 &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp;1&lt;/P&gt;

&lt;P&gt;and a 2*2 process grid, say:&lt;/P&gt;

&lt;P&gt;0 &amp;nbsp; 1&lt;/P&gt;

&lt;P&gt;2 &amp;nbsp; &amp;nbsp;3&lt;/P&gt;

&lt;P&gt;&amp;nbsp;Is it possible to let each process hold a eigenvector?&lt;/P&gt;

&lt;P&gt;In other words, the distribution layout of the matrix and the eigenvector is different. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Yours respectfully.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Ying H (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi Ye.C&lt;/P&gt;

&lt;P&gt;You may find some c example in MKL install directory.&lt;/P&gt;

&lt;P&gt;and there are some scalapack usage discussed in the forum, you can refer to them too.&lt;/P&gt;

&lt;P&gt;For example, one C dgesv sample in&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/536962"&gt;https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/536962&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;and sample code in&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/558359"&gt;https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/558359&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;

&lt;P&gt;Ying&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 02:40:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-about-some-parameter-of-scalapack-routine/m-p/1118392#M24819</guid>
      <dc:creator>Ye_C_</dc:creator>
      <dc:date>2016-02-05T02:40:00Z</dc:date>
    </item>
    <item>
      <title>Hi Ye, </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-about-some-parameter-of-scalapack-routine/m-p/1118393#M24820</link>
      <description>&lt;P&gt;Hi Ye,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;The scalapack use&amp;nbsp;2d block cyclic distribution, like below, with 2x3 grid, blocksize=1, &amp;nbsp;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;usually, we use numroc to calculate the &amp;nbsp;locC ,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;DIV class="line alt2" style="line-height: 14.3088px; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 13.008px; color: rgb(96, 96, 96); margin: 0px !important; padding: 0px !important; border: 0px !important; outline: 0px !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; min-height: auto !important; background: none rgb(248, 248, 248) !important;"&gt;
	&lt;TABLE style="border-collapse: collapse !important; border: 0px !important; font-size: 1em !important; margin-top: 0px !important; margin-bottom: 0px !important; width: auto !important; vertical-align: baseline !important; outline: 0px !important; float: none !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; line-height: 1.1em !important; min-height: auto !important; background: none !important;"&gt;
		&lt;TBODY style="border: 0px !important; outline: 0px !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-size: 1em !important; min-height: auto !important; background: none !important;"&gt;
			&lt;TR style="border: 0px !important; outline: 0px !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-size: 1em !important; min-height: auto !important; background: none !important;"&gt;
				&lt;TD class="content" style="border-width: 0px 0px 0px 3px !important; padding: 0px 0px 0px 0.5em !important; border-left-style: solid !important; border-left-color: rgb(108, 226, 108) !important; outline: 0px !important; float: none !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-size: 1em !important; min-height: auto !important; color: rgb(0, 0, 0) !important; background: none !important;"&gt;&lt;CODE class="spaces" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; margin: 0px !important; padding: 0px !important; border: 0px !important; outline: 0px !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; min-height: auto !important; background: none !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/CODE&gt;&lt;CODE class="plain" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; margin: 0px !important; padding: 0px !important; border: 0px !important; outline: 0px !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; min-height: auto !important; background: none !important;"&gt;locR = numroc_(&amp;amp;matrix_size, &amp;amp;block, &amp;amp;myrow, &amp;amp;izero, &amp;amp;nprow);&lt;/CODE&gt;&lt;/TD&gt;
			&lt;/TR&gt;
		&lt;/TBODY&gt;
	&lt;/TABLE&gt;
&lt;/DIV&gt;

&lt;DIV class="line alt1" style="line-height: 14.3088px; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 13.008px; color: rgb(96, 96, 96); margin: 0px !important; padding: 0px !important; border: 0px !important; outline: 0px !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; min-height: auto !important; background-image: none !important; background-attachment: initial !important; background-size: initial !important; background-origin: initial !important; background-clip: initial !important; background-position: initial !important; background-repeat: initial !important;"&gt;
	&lt;TABLE style="border-collapse: collapse !important; border: 0px !important; font-size: 1em !important; margin-top: 0px !important; margin-bottom: 0px !important; width: auto !important; vertical-align: baseline !important; outline: 0px !important; float: none !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; line-height: 1.1em !important; min-height: auto !important; background: none !important;"&gt;
		&lt;TBODY style="border: 0px !important; outline: 0px !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-size: 1em !important; min-height: auto !important; background: none !important;"&gt;
			&lt;TR style="border: 0px !important; outline: 0px !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-size: 1em !important; min-height: auto !important; background: none !important;"&gt;
				&lt;TD class="number" style="border-width: 0px !important; border-style: initial !important; padding: 0px !important; outline: 0px !important; float: none !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: 3em !important; line-height: 1.1em !important; font-size: 1em !important; min-height: auto !important; color: rgb(175, 175, 175) !important; background: none !important;"&gt;&amp;nbsp;&lt;/TD&gt;
				&lt;TD class="content" style="border-width: 0px 0px 0px 3px !important; padding: 0px 0px 0px 0.5em !important; border-left-style: solid !important; border-left-color: rgb(108, 226, 108) !important; outline: 0px !important; float: none !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-size: 1em !important; min-height: auto !important; color: rgb(0, 0, 0) !important; background: none !important;"&gt;&lt;CODE class="spaces" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; margin: 0px !important; padding: 0px !important; border: 0px !important; outline: 0px !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; min-height: auto !important; background: none !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/CODE&gt;&lt;CODE class="plain" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; margin: 0px !important; padding: 0px !important; border: 0px !important; outline: 0px !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; min-height: auto !important; background: none !important;"&gt;locC = numroc_(&amp;amp;matrix_size, &amp;amp;block, &amp;amp;mycol, &amp;amp;izero, &amp;amp;npcol);&lt;/CODE&gt;&lt;/TD&gt;
			&lt;/TR&gt;
		&lt;/TBODY&gt;
	&lt;/TABLE&gt;
&lt;/DIV&gt;

&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="Scalapack.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/8471i7B48083E52723C19/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Scalapack.png" alt="Scalapack.png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;The mk&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;l manual has such&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;discription:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;&amp;nbsp;number of rows and columns of a global dense matrix that a particular process in a grid receives after&lt;/SPAN&gt;&lt;BR style="font-size: 13.008px; line-height: 19.512px;" /&gt;
	&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;data distributing is denoted by LOCr() and LOCc(), respectively. To compute these numbers, you can use&lt;/SPAN&gt;&lt;BR style="font-size: 13.008px; line-height: 19.512px;" /&gt;
	&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;the ScaLAPACK tool routine numroc.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;"lld_a,&amp;nbsp;&lt;/SPAN&gt;Leading dimension of the local matrix A..&lt;/P&gt;

&lt;P&gt;So the lld_axLocc() is local matrix on each grid.&lt;/P&gt;

&lt;P&gt;for example "row major", &amp;nbsp;on grid(0,0) = they are 4x4.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;on grid(0,2) = they are 4x2.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Regarding your question, Is it possible to let each process hold a eigenvector? &amp;nbsp;Not sure if i understand right. &amp;nbsp;But it is possible to get one process to hold one eigenvalue , for example, your&amp;nbsp;&amp;nbsp;have a 4*4 trivial identical matrix and 2x2 process grid. &amp;nbsp; As eigen vector matrix was distributed as global matrix&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;2d block cyclic distribution, you may need send them back for complete eigen vector. &amp;nbsp;Although it is possible if redesign the implement (focus on eigen vector on one process), but as i understand, &amp;nbsp;current &amp;nbsp;scalapack don't support this.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;MKL manual explain the output z matrix as below:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Array, global size n*n, local size lld_z*LOCc(jz+n-1). If jobz = 'V',&lt;BR /&gt;
	then on normal exit the first m columns of z contain the orthonormal&lt;BR /&gt;
	eigenvectors of the matrix corresponding to the selected eigenvalues.&lt;BR /&gt;
	If jobz = 'N', then z is not referenced.&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;

&lt;P&gt;Ying&lt;/P&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;and &amp;nbsp;the figure in&amp;nbsp;https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/562742, blocksize=2, process grid 2x2, matrix size =9x9&lt;/P&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Scalapck.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/10262i593A1027F208AFA0/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Scalapck.png" alt="Scalapck.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2016 04:06:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-about-some-parameter-of-scalapack-routine/m-p/1118393#M24820</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2016-02-15T04:06:00Z</dc:date>
    </item>
  </channel>
</rss>

