[Paraview] RequestData gets called twice when in parallel

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Wed Aug 24 08:58:48 EDT 2011


Ah yes! John reported this too, and I had forgotten about it. Glad you
noticed it too. I'll address it soon.

Utkarsh

On Wed, Aug 24, 2011 at 7:41 AM, Paul Edwards <paul.m.edwards at gmail.com> wrote:
> Hi,
> Filters have their RequestData called twice when using a parallel server.
>  This happens when the filter is first added - subsequent "Apply"s only
> called it once.
> To reproduce:
> First run a parallel server, attach a debugger and set a breakpoint in
> "vtkArrayCalculator::RequestData"
> Create a Box source
> Use calculator to add an array, e.g. "coordsX"
> Click Apply [ RequestData gets called twice ]
> Update arrat , e.g. "coordsX + 0"
> Click Apply [ RequestData only gets called once ]
> I've added a bug report - http://www.paraview.org/Bug/view.php?id=12546
> Regards,
> Paul
>
> _______________________________________________
> 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
>
>


More information about the ParaView mailing list