[Paraview] How to use the Find Data function with a client/server connection?

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Mon Mar 30 10:03:42 EDT 2015


Raphael,

Find Data requires that Python with a working NumPy is available on
the server side. Is that not the case by any chance? To test, just
create a Python "Programmable Source" and in the Script, use something
like:

import numpy
print numpy

Utkarsh

On Mon, Mar 30, 2015 at 7:18 AM, Raphael Münster
<raphael.muenster at math.uni-dortmund.de> wrote:
> Dear ParaView mailing list members,
>
> I am trying to use the 'Find Data' function with a remote connection to a
> pvserver. I started the server with 'pvserver --use-offscreen-rendering' and
> then
> used my local ParaView client to connect to the server. When I try to use
> the 'Find Data' option no matter what kind of query I enter it does nothing.
> When
> I download the data set from the server to my local machine and then run the
> exact same query the 'Find Data' function works correctly and returns a
> selection.
>
> Is there a way to use the 'Find Data' function without having to copy the
> data from the server to the client, as this may not be a feasible option for
> all data sets. I am using Paraview 4.2.0 64bit.
>
> Best regards,
> Raphael
>
> _______________________________________________
> 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
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview


More information about the ParaView mailing list