Re: [Paraview] Connecting to Catalyst-Enabled Simulation Running on Remote Cluster

2015-05-20 Thread Timo Oster
Hi Andy, I have succeeded in getting it to work by starting a pvserver process on every node alongside with the simulation instead of just one pvserver on the login node. I then have a ssh tunnel from the worker nodes to the login node, and from the login node to my local computer. This appears

Re: [Paraview] Connecting to Catalyst-Enabled Simulation Running on Remote Cluster

2015-05-20 Thread Timo Oster
Hi, I have indeed run into the problem with Could not receive tag. 1. In my case I had to make sure that the client and server versions were exactly the same. When connecting, the vtkSocketCommunicators on client and server exchange a version hash that must match. This hash is generated while

Re: [Paraview] xdmf: orders of Origin DXDYDZ arrays in Origin_DXDYDZ

2015-05-20 Thread Armin Wehrfritz
I encountered the same issue and you can find from the ParaView and XDMF mailinglist-archives some explanations concerning this topic (search for Odd behavior of XDMF files with 3DCORECTMesh). Concerning the different structured grid types: 3DCoRectMesh (aka vtkImageData): Axis are

Re: [Paraview] Connecting to Catalyst-Enabled Simulation Running on Remote Cluster

2015-05-20 Thread Timo Oster
I haven't used the examples, so I'm afraid I can't help a lot there. On 05/20/2015 09:47 AM, Ufuk Utku Turuncoglu (BE) wrote: Hi Timo, Thanks for your help. Actually, to keep it simple, i am using my laptop for both server and client. So, i think there is no need to open ssh tunnel in this

Re: [Paraview] Connecting to Catalyst-Enabled Simulation Running on Remote Cluster

2015-05-20 Thread Ufuk Utku Turuncoglu (BE)
Hi Timo, Thanks for your help. Actually, to keep it simple, i am using my laptop for both server and client. So, i think there is no need to open ssh tunnel in this case and also hash will not be an issue. Steps: 1 - installed Paraview 4.3.1 source under Mac OS 10.10 by enabling Python +

Re: [Paraview] Troubles with exporting selection labels from current ParaView render view

2015-05-20 Thread Nenad Vujicic
Utkarsh, - Strange 1: I don't have anymore instance in DataLabelRepresentation for Elevation pipeline source (btw, during this traversing I get only one actor), I don't follow. DataLableRepresentation is indeed created for every representation shown in the render view. It seems it is

[Paraview] [paraview] out of memory

2015-05-20 Thread 丁晓燕
Dear, I use the paraview of Version4.1, and the memory of my computer is 4G. When I load about 190 ply files at the same time, there will be errors about out of memory, but it runs normally when the number of the file is less than 190. The error message as shown below: ERROR: In

Re: [Paraview] [paraview] out of memory

2015-05-20 Thread Utkarsh Ayachit
Try turning of display lists. In ParaView4.1 it was setting named Immediate mode rendering under the Settings dialog. You'll need to enable the checkbox. Utkarsh On Wed, May 20, 2015 at 4:34 AM, 丁晓燕 dingx...@163.com wrote: Dear, I use the paraview of Version4.1, and the memory of my

Re: [Paraview] volume comparison

2015-05-20 Thread Utkarsh Ayachit
ParaView/VTK really doesn't support mixing two overlapping volumes. Without going into the details, suffice it to say that the rendering implementation will result in one of the volumes always on top of the other. An alternative is to to render the volumes in 2 separate views, side-by-side and

Re: [Paraview] Troubles with exporting selection labels from current ParaView render view

2015-05-20 Thread Utkarsh Ayachit
Nenad, Okay I must be missing something very obvious here, but I am totally lost here. EventHandlers.cpp confused more than it clarified things for me :). Just focusing on EventHandlers.cpp for now. Are you saying EventHandlers::DataRepresentationCreated() isn't called when a new

Re: [Paraview] Installing ParaView 4.0.1 on Nodes For Rendering Frames -Slow Rendering w/ Python

2015-05-20 Thread Utkarsh Ayachit
Are you using x forwarding when you connect to these machines? What is localhost:10.0 display to? Try running some other X-based application like gvim, or glxgears etc. and see where that window pops up. If it's popping up on your laptop, you're using X forwarding. Every render on the server will

Re: [Paraview] Troubles with exporting selection labels from current ParaView render view

2015-05-20 Thread Nenad Vujicic
Utkarsh, I'm sorry for confusing:-(. I want to say DataRepresentationCreated is never called! When I create instance of my pipeline source with this source code, I get only 3 messages: Source Created, and 2 times Representation Added after pushing Apply button. Nenad. On Wed, May 20, 2015 at

Re: [Paraview] Troubles with exporting selection labels from current ParaView render view

2015-05-20 Thread Utkarsh Ayachit
I want to say DataRepresentationCreated is never called! When I create instance of my pipeline source with this source code, I get only 3 messages: Source Created, and 2 times Representation Added after pushing Apply button. Ah ok. That's because pqObjectBuilder no longer creates the standard

Re: [Paraview] 2k x 2k x 2k volume rendering using pvserver

2015-05-20 Thread Utkarsh Ayachit
That's odd. Have you tried changing the Volume Mapper on the Properties panel? Try switching between Texture Only and GPU based. On Tue, Apr 14, 2015 at 4:07 AM, srikanth.nage...@stfc.ac.uk wrote: Hi I am using Paraview 4.1.0 to render a 2k volume using two linux nodes and client on

Re: [Paraview] 2k x 2k x 2k volume rendering using pvserver

2015-05-20 Thread Utkarsh Ayachit
Sri, The volume rendering code is being reimplemented. Let's wait to see how that fares. If you don't mind experimenting, I can ping you once ParaView git/master has the code ready for experimentation. Utkarsh On Wed, May 20, 2015 at 12:02 PM, srikanth.nage...@stfc.ac.uk wrote: Hi Utkarsh,

Re: [Paraview] 2k x 2k x 2k volume rendering using pvserver

2015-05-20 Thread srikanth.nagella
Hi Utkarsh, Thanks for your reply. I did try using Texture Only and got the same result. with paraview 4.3.1 I have done some debugging to see at which point the volume rendering fails. On a single machine on k40 with 12GB memory any size above 2048x1024x1024 float value it fails. When i

Re: [Paraview] Paraview Parallel Data

2015-05-20 Thread Utkarsh Ayachit
You can use the D3 filter to redistribute the data once its opened in ParaView that's running in parallel. On Sun, Apr 26, 2015 at 11:12 PM, 周恒众 zhz1993...@163.com wrote: Dear: I want to do some test to know where the paraview do the data distribution and how to controll it.But when I

Re: [Paraview] 2k x 2k x 2k volume rendering using pvserver

2015-05-20 Thread srikanth.nagella
Utkarsh, That would be perfect. Thanks Sri From: Utkarsh Ayachit [utkarsh.ayac...@kitware.com] Sent: 20 May 2015 17:05 To: Nagella, Srikanth (STFC,RAL,SC) Cc: ParaView Subject: Re: [Paraview] 2k x 2k x 2k volume rendering using pvserver Sri, The volume

Re: [Paraview] Loading RAW file

2015-05-20 Thread Utkarsh Ayachit
This was indeed a bug. See http://www.paraview.org/Bug/view.php?id=15457. The fix for this is here: https://gitlab.kitware.com/paraview/paraview/merge_requests/92 Utkarsh On Wed, Apr 15, 2015 at 7:50 AM, srikanth.nage...@stfc.ac.uk wrote: Hi I am using Paraview 4.3.1 in client server

[Paraview] SWKey: Definitions of 'Q-Criterion' and the calculator's mag(*) operator?

2015-05-20 Thread Samuel Key
Reference: ParaView Version 4.3.1 I have two technical questions: (1) In the PV filter 'Gradient Of Unstructured Data Set' is the "QCriterion" function, the Q-Criterion defined by G. Haller in "An objective definition of a vortex," J. Fluid Mech. (2005), vol.

[Paraview] deforming sphere-like grid to object

2015-05-20 Thread Christopher Snyder
Hi all, Here's what I'd like to do using python scripting. 1) Initialize a set of points and edges that look like a sphere using sphere=Sphere() 2) deform that set of points (and edges) to match a volume whose high intensity region is also blob-like using an active shape model 3) visualize the

Re: [Paraview] Saving Stereo Files - Eye Separation Control

2015-05-20 Thread Utkarsh Ayachit
It's not exposed in the UI, but I believe you can use the Python shell as follows: c = GetActiveCamera() c.SetEyeSeparation(...) Render() On Wed, May 13, 2015 at 4:51 PM, Rinehart, Richard D. (GRC-VG00)[DB Consulting Group, Inc.] richard.d.rineh...@nasa.gov wrote: Greetings! Is there a

Re: [Paraview] Question about programmable data source

2015-05-20 Thread Utkarsh Ayachit
You have Auto Apply enabled. Hence the APply is happening before you are able to change the output data type. Disable Auto Apply and then create the Programmable Source. The data type must be set before the first apply. Utkarsh On Wed, May 13, 2015 at 2:38 PM, Wu, James james...@kla-tencor.com

Re: [Paraview] Troubles with exporting selection labels from current ParaView render view

2015-05-20 Thread Utkarsh Ayachit
Step into createDataRepresentation in a debugger. You'll see one of the arguments is NULL. I suspect its the view. The view isn't setup yet. Try making the slot connection to a queued connection that way ParaView gets the change to setup the representation object. On Wed, May 20, 2015 at 11:07

Re: [Paraview] Troubles with exporting selection labels from current ParaView render view

2015-05-20 Thread Nenad Vujicic
Utkarsh, You are right, view is really NULL!! Ok, when I catch signals fired I'll wait appropriate view is created and then they creating representation. Thanks! On Wed, May 20, 2015 at 5:12 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Step into createDataRepresentation in a

Re: [Paraview] error when connecting to pvserver

2015-05-20 Thread Utkarsh Ayachit
The client and server processes both print out a message with the handshake strings they compared with. Mind posting both of them? Thanks On Sun, Apr 26, 2015 at 8:54 AM, u.utku.turunco...@be.itu.edu.tr wrote: Hi, I am trying to connect Paraview server (pvserver) to test the Paraview

Re: [Paraview] Question about paraview

2015-05-20 Thread Utkarsh Ayachit
Here's a snippet that demonstrates how one can do this. https://gitlab.kitware.com/paraview/paraview/snippets/2 Utkarsh On Wed, May 13, 2015 at 6:47 PM, Wu, James james...@kla-tencor.com wrote: I want to run a python scrip when user click on a data source in Pipeline Browser. Can anyone