Try this fix:<br><br>Index: vtkXMLPStructuredDataReader.cxx<br>===================================================================<br>RCS file: /cvsroot/ParaView/ParaView/VTK/IO/vtkXMLPStructuredDataReader.cxx,v<br>retrieving revision 
1.22<br>diff -u -r1.22 vtkXMLPStructuredDataReader.cxx<br>--- vtkXMLPStructuredDataReader.cxx&nbsp;&nbsp;&nbsp;&nbsp; 3 Aug 2005 21:57:50 -0000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.22<br>+++ vtkXMLPStructuredDataReader.cxx&nbsp;&nbsp;&nbsp;&nbsp; 21 Jul 2006 15:46:14 -0000<br>@@ -210,13 +210,13 @@
<br>&nbsp;}<br><br>&nbsp;void vtkXMLPStructuredDataReader::SetupOutputData()<br>-&nbsp; {<br>+{<br>&nbsp;&nbsp; this-&gt;Superclass::SetupOutputData();<br>-<br>+<br>&nbsp;&nbsp; // Tell the output to use the table extent translator to provide the<br>&nbsp;&nbsp; // correct piece breakdown for the file layout.
<br>-&nbsp; this-&gt;GetOutputAsDataSet(0)-&gt;SetExtentTranslator(this-&gt;ExtentTranslator);<br>-&nbsp; }<br>+&nbsp; //this-&gt;GetOutputAsDataSet(0)-&gt;SetExtentTranslator(this-&gt;ExtentTranslator);<br>+}<br><br><br>&nbsp;//----------------------------------------------------------------------------
<br><br><div><span class="gmail_quote">On 7/21/06, <b class="gmail_sendername">Nancy</b> &lt;<a href="mailto:haifang_zhou@163.com">haifang_zhou@163.com</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>Hi, all,<br><br>I have created a data with .pvts format, like following:<br>&lt;?xml version=&quot;1.0&quot;?&gt;<br>&lt;VTKFile type=&quot;PStructuredGrid&quot; version=&quot;0.1&quot; byte_order=&quot;LittleEndian&quot; compressor=&quot;vtkZLibDataCompressor&quot;&gt;
<br> &lt;PStructuredGrid WholeExtent=&quot;0 100 0 100 0 100&quot; GhostLevel=&quot;0&quot;&gt;<br>&nbsp;&nbsp;&lt;PPointData&gt;<br>&nbsp;&nbsp;&lt;PDataArray type=&quot;Float32&quot; Name=&quot;energy&quot;/&gt;<br>&nbsp;&nbsp;&lt;PDataArray type=&quot;Float32&quot; Name=&quot;Dens1&quot;/&gt;
<br>&nbsp;&nbsp;&lt;PDataArray type=&quot;Float32&quot; Name=&quot;Dens0&quot;/&gt;<br> &lt;/PPointData&gt;<br>&nbsp;&nbsp;&lt;PPoints&gt;<br>&nbsp;&nbsp; &lt;PDataArray type=&quot;Float32&quot; NumberOfComponents=&quot;3&quot;/&gt;<br>&nbsp;&nbsp;&lt;/PPoints&gt;
<br> &lt;Piece Extent=&quot;0 50 0 50 0 50&quot; Source=&quot;field-0-1.000.vts&quot;/&gt;<br> &lt;Piece Extent=&quot;0 50 0 50 50 100&quot; Source=&quot;field-1-1.000.vts&quot;/&gt;<br> &lt;Piece Extent=&quot;0 50 50 100 0 50&quot; Source=&quot;
field-2-1.000.vts&quot;/&gt;<br> &lt;Piece Extent=&quot;0 50 50 100 50 100&quot; Source=&quot;field-3-1.000.vts&quot;/&gt;<br> &lt;Piece Extent=&quot;50 100 0 50 0 50&quot; Source=&quot;field-4-1.000.vts&quot;/&gt;<br> &lt;Piece Extent=&quot;50 100 0 50 50 100&quot; Source=&quot;
field-5-1.000.vts&quot;/&gt;<br> &lt;Piece Extent=&quot;50 100 50 100 0 50&quot; Source=&quot;field-6-1.000.vts&quot;/&gt;<br> &lt;Piece Extent=&quot;50 100 50 100 50 100&quot; Source=&quot;field-7-1.000.vts&quot;/&gt;<br>
&lt;/PStructuredGrid&gt;<br>&lt;/VTKFile&gt;<br><br>But, when I start paraview in c/s parallel mode with 4 nodes as servers (mpirun -np 4 pvserver),<br>and load above .pvts data, only the first 4 pieces are showed on screen. If I use 2 nodes as servers,
<br>also only the first 2 pieces are loaded.<br>Why? Any help is welcome.<br>Thank you!<br><br>------------------<br>Nancy<br>2006-07-21<br><br><br><br><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>