<?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 Re: Misterious BLACS in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Misterious-BLACS/m-p/877960#M1893</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/444537"&gt;phaser75&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hello.&lt;BR /&gt;I use BLACS and ScaLapack to inverse dense matrix.&lt;BR /&gt;And I got some troubles.&lt;BR /&gt;&lt;BR /&gt;I set up nprow and npcol for block-cyclic distribution for example 2, 2.&lt;BR /&gt;and run this routine&lt;BR /&gt;
&lt;/EM&gt;&lt;PRE&gt;&lt;EM&gt;[cpp]nprow = 2;&lt;BR /&gt;npcol=2;&lt;BR /&gt;Cblacs_get(0,0,&amp;amp;ictxt);&lt;BR /&gt;Cblacs_gridinit(&amp;amp;ictxt,"R",nprow,npcol);&lt;BR /&gt;Cblacs_gridinfo(ictxt,&amp;amp;nprow,&amp;amp;npcol,&amp;amp;myrow,&amp;amp;mycol);&lt;BR /&gt;[/cpp]&lt;/EM&gt;&lt;/PRE&gt;
&lt;BR /&gt;The stange thing is that after Cblacs_gridinfo(..) nprow is changed as 0.&lt;BR /&gt;Whyis it changed?&lt;BR /&gt;Because it is changed to 0, numroc(..) called after that generates error.&lt;BR /&gt;Could you give me some ideas?&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;ps. Is there another method to inverse matrix without BLACS?&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi phaser75,&lt;BR /&gt;&lt;BR /&gt;I'm afraid that there are no specialists in this thread who could help you with BLACS. This thread is mainly dedicated to Intel MPI Library. You could try Lapack forum first: &lt;A href="http://icl.cs.utk.edu/lapack-forum/" target="_blank"&gt;http://icl.cs.utk.edu/lapack-forum/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please compare your appplication with an example here: &lt;A href="http://www.netlib.org/lapack-dev/old/examples/test_pdgesvd.c.html" target="_blank"&gt;http://www.netlib.org/lapack-dev/old/examples/test_pdgesvd.c.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best wishes,&lt;BR /&gt; Dmitry&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 24 Nov 2009 09:02:34 GMT</pubDate>
    <dc:creator>Dmitry_K_Intel2</dc:creator>
    <dc:date>2009-11-24T09:02:34Z</dc:date>
    <item>
      <title>Misterious BLACS</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Misterious-BLACS/m-p/877959#M1892</link>
      <description>Hello.&lt;BR /&gt;I use BLACS and ScaLapack to inverse dense matrix.&lt;BR /&gt;And I got some troubles.&lt;BR /&gt;&lt;BR /&gt;I set up nprow and npcol for block-cyclic distribution for example 2, 2.&lt;BR /&gt;and run this routine&lt;BR /&gt;
&lt;PRE&gt;[cpp]nprow = 2;
npcol=2;
Cblacs_get(0,0,&amp;amp;ictxt);
Cblacs_gridinit(&amp;amp;ictxt,"R",nprow,npcol);
Cblacs_gridinfo(ictxt,&amp;amp;nprow,&amp;amp;npcol,&amp;amp;myrow,&amp;amp;mycol);
[/cpp]&lt;/PRE&gt;
&lt;BR /&gt;The stange thing is that after Cblacs_gridinfo(..) nprow is changed as 0.&lt;BR /&gt;Whyis it changed?&lt;BR /&gt;Because it is changed to 0, numroc(..) called after that generates error.&lt;BR /&gt;Could you give me some ideas?&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;ps. Is there another method to inverse matrix without BLACS?</description>
      <pubDate>Tue, 24 Nov 2009 08:15:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Misterious-BLACS/m-p/877959#M1892</guid>
      <dc:creator>phaser75</dc:creator>
      <dc:date>2009-11-24T08:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Misterious BLACS</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Misterious-BLACS/m-p/877960#M1893</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/444537"&gt;phaser75&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hello.&lt;BR /&gt;I use BLACS and ScaLapack to inverse dense matrix.&lt;BR /&gt;And I got some troubles.&lt;BR /&gt;&lt;BR /&gt;I set up nprow and npcol for block-cyclic distribution for example 2, 2.&lt;BR /&gt;and run this routine&lt;BR /&gt;
&lt;/EM&gt;&lt;PRE&gt;&lt;EM&gt;[cpp]nprow = 2;&lt;BR /&gt;npcol=2;&lt;BR /&gt;Cblacs_get(0,0,&amp;amp;ictxt);&lt;BR /&gt;Cblacs_gridinit(&amp;amp;ictxt,"R",nprow,npcol);&lt;BR /&gt;Cblacs_gridinfo(ictxt,&amp;amp;nprow,&amp;amp;npcol,&amp;amp;myrow,&amp;amp;mycol);&lt;BR /&gt;[/cpp]&lt;/EM&gt;&lt;/PRE&gt;
&lt;BR /&gt;The stange thing is that after Cblacs_gridinfo(..) nprow is changed as 0.&lt;BR /&gt;Whyis it changed?&lt;BR /&gt;Because it is changed to 0, numroc(..) called after that generates error.&lt;BR /&gt;Could you give me some ideas?&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;ps. Is there another method to inverse matrix without BLACS?&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi phaser75,&lt;BR /&gt;&lt;BR /&gt;I'm afraid that there are no specialists in this thread who could help you with BLACS. This thread is mainly dedicated to Intel MPI Library. You could try Lapack forum first: &lt;A href="http://icl.cs.utk.edu/lapack-forum/" target="_blank"&gt;http://icl.cs.utk.edu/lapack-forum/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please compare your appplication with an example here: &lt;A href="http://www.netlib.org/lapack-dev/old/examples/test_pdgesvd.c.html" target="_blank"&gt;http://www.netlib.org/lapack-dev/old/examples/test_pdgesvd.c.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best wishes,&lt;BR /&gt; Dmitry&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Nov 2009 09:02:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Misterious-BLACS/m-p/877960#M1893</guid>
      <dc:creator>Dmitry_K_Intel2</dc:creator>
      <dc:date>2009-11-24T09:02:34Z</dc:date>
    </item>
  </channel>
</rss>

