Re: [Paraview] pvclient on Mac OS

2008-09-08 Thread Robert Kubrick
Thanks. How does the server connection work, does the client open an MPI intercomm to node 0 on the server or just a flat socket connection? On Sep 8, 2008, at 8:07 AM, Utkarsh Ayachit wrote: Since ParaView 3.0 there's no pvclient executable. You simply use the paraview executable to

Re: [Paraview] pvclient on Mac OS

2008-09-08 Thread Moreland, Kenneth
I suggest consulting the ParaView wiki for more information on how to set up ParaView client/server connections, starting with this page: http://www.paraview.org/Wiki/Starting_the_server -Ken On 9/8/08 7:55 AM, Utkarsh Ayachit [EMAIL PROTECTED] wrote: It opens a socket connection to the

Re: [Paraview] Paraview Plugin

2008-09-08 Thread Samuel Crow
Hello Lee Shi Yun, Any plugins that you make must be built from the source code. Plugin source codes are upward compatible so you can build a plugin for 3.2.3 and it will recompile to work on 3.3.1 . To build a plugin from source code requires that you have built ParaView from source code as

Re: [Paraview] Relocatable plugins on ParaView CVS for Mac?

2008-09-08 Thread Mike Jackson
Couple things come to mind that need to be checked. Where exactly in relation to the paraview.app bundle are you trying to load the plugins from? Also, what is the output of running otool -L [plugin]. I have some ideas but let's see the answers to those first..

Re: [Paraview] Relocatable plugins on ParaView CVS for Mac?

2008-09-08 Thread clinton
Would it work to strip all the @executable_path's out, and fix the id of it, so you get something like this: libLabReaderGUIPlugin.dylib: libLabReaderGUIPlugin.dylib (compatibility version 0.0.0, current version 0.0.0) libpqComponents.dylib (compatibility version 0.0.0, current

Re: [Paraview] Writer example

2008-09-08 Thread Rafael March
Hi, unfortunatelly, I couldn't compile it. Got 17 error LNK:unresolved external symbol like errors. Have any idea what's wrong ? Do you have another example ? Thanks ! Rafael March. --- On Mon, 9/8/08, Mike Jackson [EMAIL PROTECTED] wrote: From: Mike Jackson [EMAIL PROTECTED] Subject: Re:

Re: [Paraview] Writer example

2008-09-08 Thread Samuel Crow
Hello Rafael, Did you build ParaView from the source to link against? What version of CMake are you using? --Sam --- On Mon, 9/8/08, Rafael March [EMAIL PROTECTED] wrote: From: Rafael March [EMAIL PROTECTED] Subject: Re: [Paraview] Writer example To: paraview@paraview.org Date: Monday,

Re: [Paraview] Animation. Second view of a field variable. How to format the file.

2008-09-08 Thread David E DeMarle
You could save K(t) as field data. Then you can extract the zero'th entry in the K array (which has just one element) and plot that over time. A vts file with field data in it looks something like this... VTKFile type=StructuredGrid [snip] StructuredGrid WholeExtent=[snip] FieldData