It&#39;s difficult to figure out what you&#39;re trying to do as I&#39;m not sure what a seed connectivity filter should do.  Is the algorithm dependent on the input grid?  In general the grid will be partitioned across multiple processes.<br>
<br>Andy<br><br><div class="gmail_quote">2011/5/24 Jorge Gerardo Peņa Pastor <span dir="ltr">&lt;<a href="mailto:jorge.pena.pastor@gmail.com">jorge.pena.pastor@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi,<br>
<br>
I&#39;m working on a seed connectivity filter for Paraview. It works as<br>
expected when executed with only one server node. Nevertheless, when I<br>
try to execute it in several nodes with mpi + pvserver, it doesn&#39;t<br>
work any more because it tries to access the seed pixel in all the<br>
pieces, and thus it is out of their extents. In addition, the<br>
algorithm won&#39;t work if applied in sub-samples.<br>
<br>
How can I force the filter to be executed in a single node even if run<br>
under mpi?<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br>