Utkarsh, <div><br></div><div>Thanks for your quick reply. I am running an own build paraview 3.8.1 version (with MESA and mpi, so pvbatch only). So the problem has been solved in the git version. Is the source release of a stable 3.10 version also to be expected within a few date ? Then I would wait for that release instead of installing the git version.</div>
<div>Regards, </div><div><br></div><div>Eelco <br><br><div class="gmail_quote">On Mon, Jan 24, 2011 at 4:00 PM, Utkarsh Ayachit <span dir="ltr"><<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Not sure about 3.8.1, but it's definitely fixed in the development<br>
version and will be for the upcoming release 3.10.0. The release<br>
candidate binaries should be available for download in the next few<br>
days.<br>
<br>
Utkarsh<br>
<div><div></div><div class="h5"><br>
On Mon, Jan 24, 2011 at 9:43 AM, Eelco van Vliet <<a href="mailto:eelcovv@gmail.com">eelcovv@gmail.com</a>> wrote:<br>
> Dear paraviewers,<br>
><br>
> I am trying render in parallel a scene + text. Unfortunately: the<br>
> TextSourceRepresentation of the text does not work in parallel (is works in<br>
> serial)<br>
><br>
> If I do<br>
><br>
> sm=servermanager<br>
> sm.Connect()<br>
> RenderView1 = sm.CreateRenderView()<br>
> t=sm.sources.Text(Text="HELLO")<br>
> timerep=sm.CreateRepresentation(t,RenderView1,proxyName="TextSourceRepresentation")<br>
> RenderView1.StillRender()<br>
><br>
> in shows a label in serial, but if a run the script on more the 2 cores, I<br>
> get the mesaage<br>
><br>
> +++++++<br>
> Process id: 1 >> ERROR: In<br>
> /scratch/ParaView-3.8.1/VTK/Filtering/vtkDemandDrivenPipel 49 ine.cxx,<br>
> line 827<br>
> 50 vtkCompositeDataPipeline (0xdce1a0): Input for connection index 0 on<br>
> input port index 50 0 for algorithm vtkTransmitPolyDataPiece(0xdcca20)<br>
> is of type vtkTable, but a vtkPol 50 yData is required.<br>
> ++++++++<br>
><br>
> An alternative way I found leads to the same problem if I do<br>
><br>
> timerep=sm.rendering.TextSourceRepresentation(Input=t)<br>
> RenderView1.Representations.append(timerep)<br>
><br>
> I have found that more people had problems with TextSourceRepresentation in<br>
> parallel :<br>
><br>
> <a href="http://www.paraview.org/pipermail/paraview/2008-April/007550.html" target="_blank">http://www.paraview.org/pipermail/paraview/2008-April/007550.html</a><br>
><br>
> Apparently there was a bug found in 2008. Does anybody if in the new version<br>
> 3.81 this bug is still present ? What would I need to do to fix the bug.<br>
><br>
> Any comments and hints appreciated !<br>
> Many thanks<br>
><br>
> Eelco<br>
><br>
><br>
</div></div>> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <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:<br>
> <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>
><br>
><br>
</blockquote></div><br></div>