[prev in list] [next in list] [prev in thread] [next in thread] 

List:       paraview
Subject:    Re: [Paraview] Parallel rendering of Text sources
From:       Eelco van Vliet <eelcovv () gmail ! com>
Date:       2011-01-24 21:43:04
Message-ID: AANLkTikWzgbMDWMuwfF_+C+vcyFfqZ76Xwr4wwpLbA09 () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


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 <
utkarsh.ayachit@kitware.com> 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 <eelcovv@gmail.com>
> 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
> >
> >
>

[Attachment #5 (text/html)]

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">&lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt;</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&#39;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 &lt;<a \
href="mailto:eelcovv@gmail.com">eelcovv@gmail.com</a>&gt; wrote:<br> &gt; Dear \
paraviewers,<br> &gt;<br>
&gt; I am trying render in parallel a scene + text. Unfortunately: the<br>
&gt; TextSourceRepresentation of the text does not work in parallel (is works in<br>
&gt; serial)<br>
&gt;<br>
&gt; If I do<br>
&gt;<br>
&gt; sm=servermanager<br>
&gt; sm.Connect()<br>
&gt; RenderView1 = sm.CreateRenderView()<br>
&gt; t=sm.sources.Text(Text=&quot;HELLO&quot;)<br>
&gt; timerep=sm.CreateRepresentation(t,RenderView1,proxyName=&quot;TextSourceRepresentation&quot;)<br>
 &gt; RenderView1.StillRender()<br>
&gt;<br>
&gt; in shows a label in serial, but if a run the script on more the 2 cores, I<br>
&gt; get the mesaage<br>
&gt;<br>
&gt; +++++++<br>
&gt;  Process id: 1 &gt;&gt; ERROR: In<br>
&gt; /scratch/ParaView-3.8.1/VTK/Filtering/vtkDemandDrivenPipel     49 ine.cxx,<br>
&gt; line 827<br>
&gt;      50 vtkCompositeDataPipeline (0xdce1a0): Input for connection index 0 on<br>
&gt; input port index     50  0 for algorithm vtkTransmitPolyDataPiece(0xdcca20)<br>
&gt; is of type vtkTable, but a vtkPol     50 yData is required.<br>
&gt; ++++++++<br>
&gt;<br>
&gt; An alternative way I found leads to the same problem if I do<br>
&gt;<br>
&gt;  timerep=sm.rendering.TextSourceRepresentation(Input=t)<br>
&gt; RenderView1.Representations.append(timerep)<br>
&gt;<br>
&gt; I have found that more people had problems with TextSourceRepresentation in<br>
&gt; parallel :<br>
&gt;<br>
&gt; <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>
 &gt;<br>
&gt; Apparently there was a bug found in 2008. Does anybody if in the new version<br>
&gt; 3.81 this bug is still present ? What would I need to do to fix the bug.<br>
&gt;<br>
&gt; Any comments and hints appreciated !<br>
&gt; Many thanks<br>
&gt;<br>
&gt; Eelco<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" \
target="_blank">www.kitware.com</a><br> &gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" \
target="_blank">http://www.kitware.com/opensource/opensource.html</a><br> &gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt; <a href="http://paraview.org/Wiki/ParaView" \
target="_blank">http://paraview.org/Wiki/ParaView</a><br> &gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" \
target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br> &gt;<br>
&gt;<br>
</blockquote></div><br></div>



_______________________________________________
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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic