Utkarsh, 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. Regards,
Eelco On Mon, Jan 24, 2011 at 4:00 PM, Utkarsh Ayachit < [email protected]> wrote: > Not sure about 3.8.1, but it's definitely fixed in the development > version and will be for the upcoming release 3.10.0. The release > candidate binaries should be available for download in the next few > days. > > Utkarsh > > On Mon, Jan 24, 2011 at 9:43 AM, Eelco van Vliet <[email protected]> > wrote: > > Dear paraviewers, > > > > I am trying render in parallel a scene + text. Unfortunately: the > > TextSourceRepresentation of the text does not work in parallel (is works > in > > serial) > > > > If I do > > > > sm=servermanager > > sm.Connect() > > RenderView1 = sm.CreateRenderView() > > t=sm.sources.Text(Text="HELLO") > > > timerep=sm.CreateRepresentation(t,RenderView1,proxyName="TextSourceRepresentation") > > RenderView1.StillRender() > > > > in shows a label in serial, but if a run the script on more the 2 cores, > I > > get the mesaage > > > > +++++++ > > Process id: 1 >> ERROR: In > > /scratch/ParaView-3.8.1/VTK/Filtering/vtkDemandDrivenPipel 49 > ine.cxx, > > line 827 > > 50 vtkCompositeDataPipeline (0xdce1a0): Input for connection index 0 > on > > input port index 50 0 for algorithm > vtkTransmitPolyDataPiece(0xdcca20) > > is of type vtkTable, but a vtkPol 50 yData is required. > > ++++++++ > > > > An alternative way I found leads to the same problem if I do > > > > timerep=sm.rendering.TextSourceRepresentation(Input=t) > > RenderView1.Representations.append(timerep) > > > > I have found that more people had problems with TextSourceRepresentation > in > > parallel : > > > > http://www.paraview.org/pipermail/paraview/2008-April/007550.html > > > > Apparently there was a bug found in 2008. Does anybody if in the new > version > > 3.81 this bug is still present ? What would I need to do to fix the bug. > > > > Any comments and hints appreciated ! > > Many thanks > > > > Eelco > > > > > > _______________________________________________ > > Powered by www.kitware.com > > > > Visit other Kitware open-source projects at > > http://www.kitware.com/opensource/opensource.html > > > > Please keep messages on-topic and check the ParaView Wiki at: > > http://paraview.org/Wiki/ParaView > > > > Follow this link to subscribe/unsubscribe: > > http://www.paraview.org/mailman/listinfo/paraview > > > > >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
