What kind of file are you loading? What and how are you rendering? Certain things will get slower when running with MPI because running in parallel adds the overhead of interprocess communication. Creating and rendering (in parallel) a small cone for example will be slower. ParaView tries to optimize parameters for parallel execution but sometimes the user has to set certain parameters appropriately.
<br><br><div><span class="gmail_quote">On 5/5/06, <b class="gmail_sendername">W. Bryan Smith</b> &lt;<a href="mailto:bryan@ncmir.ucsd.edu">bryan@ncmir.ucsd.edu</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>[apologies if this was posted twice]<br><br>hi,<br><br>i am (a major newbie) running paraview in<br>parallel mode with mpich2 (1.0.3) on a 2<br>dual-core cpu machine using this:<br><br>mpiexec -n 4 /usr/local/paraview2.5/bin/paraview/
<br><br>and many things seem slower than just running<br>paraview in single cpu mode.&nbsp;&nbsp;one of the trivial<br>things that is noticably MUCH slower is simply<br>loading a file: i have a 500MB file that takes<br>about 5 seconds to load in single cpu mode, and
<br>takes about 30-40 seconds when running in MPI.<br>also, no matter if i run in single or MPI, the<br>slowest process that i have seen so far<br>(PainterPolyDataMapper) only uses a single cpu.<br>i am sure there is just something i am doing
<br>wrong.&nbsp;&nbsp;any hints on how (if!?) i can change<br>this behaviour?&nbsp;&nbsp;i have ordered the book but it<br>has not yet arrived...<br><br>thanks,<br>bryan<br><br>W. Bryan Smith<br>UCSD/NCMIR<br>9500 Gilman Drive # 0608<br>La Jolla, CA, 92093-0608
<br><br>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>The illusion that we are separate from one another<br>is an optical delusion of our consciousness.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-Albert Einstein<br>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<br>_______________________________________________<br>ParaView mailing list<br><a href="mailto:ParaView@paraview.org">ParaView@paraview.org</a><br><a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview
</a><br></blockquote></div><br>