<div dir="ltr">On Fri, May 3, 2013 at 1:52 PM, Hui Zhang <span dir="ltr"><<a href="mailto:mike.hui.zhang@hotmail.com" target="_blank">mike.hui.zhang@hotmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I'm implementing a coarse problem for a domain decomposition preconditioner.<br>
I use many processors to solve one subdomain and I want to pick one processor<br>
for each subdomain to solve the global coarse problem.  So I need to set the<br>
local sizes of the coarse operator on the other processors to be zero.  Is<br>
this a good idea?  Thanks in advance!<br>
</blockquote></div><br>This is fine. The only drawback would be that collective operations would still take</div><div class="gmail_extra">place over the entire communicator. If this ever becomes a problems (in a land</div>
<div class="gmail_extra">far far away), you can just call MatGetSubmatrix() for that process.</div><div class="gmail_extra"><br></div><div class="gmail_extra">   Matt<br clear="all"><div><br></div>-- <br>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>
-- Norbert Wiener
</div></div>