Re: [Paraview] Not a valid QT plugin on windows

2008-12-17 Thread Jacques Papper
Ok, I removed the EXPORTS macro in my header, and it produces the same as setting the flag vtkIO_EXPORTS. The library is still not loaded though. So now I'm looking at the dependencies and the Initialize function. Kenneth, how do I go about making sure that the server manager initialization

[Paraview] bug in ParaView 3.4.0 server

2008-12-17 Thread Stephen Wornom
I am trying to visualize a data set with 500,000 vertices using pv 3.4.0 without success. 1-step 1: I start the server with this script -- #!/bin/sh #PBS -N Paraview_32 #PBS -l nodes=16:nef:ppn=2 #PBS -l walltime=4:00:00 cd $PBS_O_WORKDIR

[Paraview] How to visualize multipart/multiblock models

2008-12-17 Thread M. Nawijn
Hello, I am trying to find a way to subdivide a structural analysis model in several parts in such a way that I can post-process the results in Paraview. The primary objective for me is to be able to hide and show different parts of the structure. The model itself is not too large (say 50.000

Re: [Paraview] bug in ParaView 3.4.0 server

2008-12-17 Thread Utkarsh Ayachit
Is there any error message shown on the server? Doesn't look like you are able to render on the server. Utkarsh On Wed, Dec 17, 2008 at 10:29 AM, Stephen Wornom stephen.wor...@sophia.inria.fr wrote: Utkarsh Ayachit wrote: Are there any error messages outputted on the server side? Can you try

Re: [Paraview] Object Panel - Model Communication

2008-12-17 Thread Rafael March
Thanks a lot Utkarsh, I'm already testing and learning about the Information Properties, and I realized this is exactly what I need, concerning the Client/Server Communication. Let me try to explain what I asked about the visualization pipeline: Suppose I have an unstructured grid.Then, my

Re: [Paraview] bug in ParaView 3.4.0 server

2008-12-17 Thread Utkarsh Ayachit
Are you by any chance using the binaries distributed on www.paraview.org? If so, are you trying to to run the pvserver with mpiexec/mpirun? The distributed binaries are not built with MPI support so cannot be run with mpi. I am asking this since in your error messages there seem to be some mpiexec

Re: [Paraview] bug in ParaView 3.4.0 server

2008-12-17 Thread Berk Geveci
Can you send us the CMakeCache.txt file from your build? On the server, can you run pvserver --ldd and send us the output? If pvserver --ldd fails, try ldd pvserver -berk On Wed, Dec 17, 2008 at 3:46 AM, Stephen Wornom stephen.wor...@sophia.inria.fr wrote: I am trying to visualize a data set

Re: [Paraview] bug in ParaView 3.4.0 server

2008-12-17 Thread Stephen Wornom
Utkarsh Ayachit wrote: Are there any error messages outputted on the server side? Can you try this: When connected to the server and looking at the outline (which you say is rendered fine) go to Edit|Settings. In the Options dialog open up the Render View tree on the left pane and select Server.

Re: [Paraview] Not a valid QT plugin on windows

2008-12-17 Thread Moreland, Kenneth
The depends command (provided by MSVC) provides information on one dll both about the other libraries it depends on and the symbols (variables and functions) that it exports. I believe the information is at the right at a bit below center in the GUI. For a ParaView plugin, there are typically

Re: [Paraview] bug in ParaView 3.4.0 server

2008-12-17 Thread Utkarsh Ayachit
Is it possible for you to attach a debugger to the pvserver and provide the stack trace for where it crashes? My guess is it's failing when creating the render window. Utkarsh On Wed, Dec 17, 2008 at 11:43 AM, Stephen Wornom stephen.wor...@sophia.inria.fr wrote: Utkarsh Ayachit wrote: Is

Re: [Paraview] bug in ParaView 3.4.0 server

2008-12-17 Thread Utkarsh Ayachit
Are there any error messages outputted on the server side? Can you try this: When connected to the server and looking at the outline (which you say is rendered fine) go to Edit|Settings. In the Options dialog open up the Render View tree on the left pane and select Server. There in the Remote

Re: [Paraview] Object Panel - Model Communication

2008-12-17 Thread Utkarsh Ayachit
Rafael, It is possible to get the output of a filter in a custom panel. But it most certainly is not recommended. Fetching data from the output of any filter/source should be done only by views such as the render view/xy line plot view/ spreadsheet view etc. However if you insist on getting the