<br><font size=2 face="sans-serif">I'm trying to create a parallel reader
and I guess I'm not understanding something. &nbsp;Before going so far
as to actually read data, I have a little attempt that, on each of 2 parallel
servers, creates two orthogonal meshes in the output vtkUnstructuredMesh
thats passed into its ExecuteData method. &nbsp; It seems to run on both
servers; I can put in a gdb breakpoint at the ExecuteData entry point,
and it gets hit in both cases. &nbsp; I can watch it create the two grids
on each node. &nbsp;I had guessed that the reader, on each of the servers,
would pass the local data down through similar pipelines, which would join
when truly parallel filters are encountered, and finally join in a IceT
sort-last rendering process. &nbsp;</font>
<br>
<br><font size=2 face="sans-serif">Unfortunately, it seems that the output
of the reader in the MyId = 1 server is disappearing. &nbsp;IceT is doing
the rendering, I think - rendering windows pop up on the two server node's
X servers. &nbsp;But the one on the MyId = 1 server remains empty, while
the other shows the mesh thats created on that server.</font>
<br>
<br><font size=2 face="sans-serif">So I guess I'm wondering if I have to
explicitly gather the data back onto the MyId = 0 server and let PV handle
redistribution? &nbsp; Can somebody point me at an illuminating document
(I have the PV book on order).</font>
<br>
<br><font size=2 face="sans-serif">Thanks, </font>
<br><font size=2 face="sans-serif">Greg</font>