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

2015-06-10 Thread Nenad Vujicic
Dear Utkarsh, I'm sorry for delay, I was out of home for a while. Yes, I think this will help. Thank you very much for your help! Nenad. On Sat, May 30, 2015 at 4:10 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Nenad, DataLabelRepresentation is a subproxy of the

Re: [Paraview] ParaView 4.0.1 Not Compiling for Python, MPI, Llvm

2015-06-10 Thread Noah Taylor
Scott, I have setup a GPU instance and am trying to use the instructions give but when I use X or glxinfo when the Display is pointed to 0.0, I get an erro that says couldn't open display :0.0. Did anybody else run into this problem on the GPU AWS node? Noah On Mon, Jun 8, 2015 at 10:32 PM,

Re: [Paraview] pvserver segfault

2015-06-10 Thread David E DeMarle
On Wed, Jun 10, 2015 at 1:13 PM, Jeff Becker jeffrey.c.bec...@nasa.gov wrote: I'm assuming the file gets read on the first one, and it splits up the grid among all the servers? It is up to the specific reader class to decide what to do so who exactly reads what depends on the file type. If

Re: [Paraview] Selecting volume rendering causes output to vanish

2015-06-10 Thread Aashish Chaudhary
No, I don't think so. It would be nice if you can try Burlen suggestion to see if it works for built in datasets / sources. - Aashish On Wed, Jun 10, 2015 at 2:49 PM, Jeff Becker jeffrey.c.bec...@nasa.gov wrote: On 06/10/2015 11:46 AM, Burlen Loring wrote: Hmm. If Bunyk ray cast doesn't work

Re: [Paraview] Selecting volume rendering causes output to vanish

2015-06-10 Thread Burlen Loring
500^3 should not be an issue. Still worth seeing if you can get the test data from wavelet source to display as a sanity check. Another thing that occasionally occurs, if the there is one or two extremely large outlying values in your dataset (say from writing random unitialized memory), the

Re: [Paraview] [EXTERNAL] Re: Selecting volume rendering causes output to vanish

2015-06-10 Thread Scott, W Alan
I tried this with an attachment, it was too big. Here is the e-mail without the attachment. Alan From: Scott, W Alan Sent: Wednesday, June 10, 2015 1:07 PM To: 'Aashish Chaudhary'; Jeff Becker Cc: ParaView Subject: RE: [EXTERNAL] Re: [Paraview] Selecting volume rendering causes output to

Re: [Paraview] ParaView 4.0.1 Not Compiling for Python, MPI, Llvm

2015-06-10 Thread Scott Wittenburg
Hi Noah, Those first few instructions kind of test whether you need to do any of the rest. You won't be able to run X until you have completed the instructions in one of the sections beneath the Introduction. Pick the section that most closely resembles the image you're working with and go

Re: [Paraview] ParaView 4.0.1 Not Compiling for Python, MPI, Llvm

2015-06-10 Thread Scott Wittenburg
I am responding to the paraview users list so other folks can benefit from the discussion... On Wed, Jun 10, 2015 at 2:11 PM, Vishnubharathi T vishnu2bhara...@gmail.com wrote: Dear Scott Wittenburg, I am learning Paraview by myself. I couldnt find many pdfs for learning. The ParaView guide

Re: [Paraview] pvserver segfault

2015-06-10 Thread Jeff Becker
On 06/10/2015 10:16 AM, David E DeMarle wrote: On Wed, Jun 10, 2015 at 1:13 PM, Jeff Becker jeffrey.c.bec...@nasa.gov mailto:jeffrey.c.bec...@nasa.gov wrote: I'm assuming the file gets read on the first one, and it splits up the grid among all the servers? It is up to the

Re: [Paraview] pvserver segfault

2015-06-10 Thread David E DeMarle
mpirun r219i0n0,r219i0n1 -np 1… should be mpirun r219i0n0,r219i0n1 -np 2... no? David E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Wed, Jun 10, 2015 at 1:34 PM, David E DeMarle dave.dema...@kitware.com wrote: In general a greyed out

[Paraview] Selecting volume rendering causes output to vanish

2015-06-10 Thread Jeff Becker
Hi. I have an unstructured grid file that opens and displays in Surface Rendering mode. If I switch to Volume Rendering, I don't see any output. Any ideas? Thanks. -jeff ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] Selecting volume rendering causes output to vanish

2015-06-10 Thread Aashish Chaudhary
What version of ParaView you are using? Also, OpenGL or OpenGL2 backend? Any information on Hardware might be helpful as well. - aashish On Wed, Jun 10, 2015 at 2:06 PM, Burlen Loring burlen.lor...@gmail.com wrote: 2 things to try: set the remote render threshold to zero, and if that doesn't

Re: [Paraview] Selecting volume rendering causes output to vanish

2015-06-10 Thread Jeff Becker
On 06/10/2015 11:06 AM, Burlen Loring wrote: 2 things to try: set the remote render threshold to zero, and if that doesn't get it to show up, change the mapper to Bunyk ray cast. One of those usually works depending on what the cause of the issue is. I have both of those set - no luck. BTW,

Re: [Paraview] Selecting volume rendering causes output to vanish

2015-06-10 Thread Jeff Becker
On 06/10/2015 11:46 AM, Burlen Loring wrote: Hmm. If Bunyk ray cast doesn't work some thing strange is going on as that is a software(non gpu) algorithm and should always work. Can you get anything to show up using a small test data? For example create a wavelet source and apply a threshold

Re: [Paraview] pvserver segfault

2015-06-10 Thread David E DeMarle
In general a greyed out filter means that one of its input preconditions is not satisfied. In this case D3 needs more than 1 rank, but if the input was a structured data set instead of an unstructured one then that would disable it too. In windows and linux there should be text in the bottom left

Re: [Paraview] pvserver segfault

2015-06-10 Thread Utkarsh Ayachit
Jeff, D3 is available only when there's more than 1 MPI rank. There's no need to do any load balancing with just 1 rank. Utkarsh On Wed, Jun 10, 2015 at 1:29 PM Jeff Becker jeffrey.c.bec...@nasa.gov wrote: On 06/10/2015 10:16 AM, David E DeMarle wrote: On Wed, Jun 10, 2015 at 1:13 PM, Jeff

Re: [Paraview] Selecting volume rendering causes output to vanish

2015-06-10 Thread Burlen Loring
2 things to try: set the remote render threshold to zero, and if that doesn't get it to show up, change the mapper to Bunyk ray cast. One of those usually works depending on what the cause of the issue is. On 06/10/2015 11:00 AM, Jeff Becker wrote: Hi. I have an unstructured grid file that

Re: [Paraview] Selecting volume rendering causes output to vanish

2015-06-10 Thread Aashish Chaudhary
Can you send the entire output of glxinfo? - Aashish On Wed, Jun 10, 2015 at 2:27 PM, Jeff Becker jeffrey.c.bec...@nasa.gov wrote: On 06/10/2015 11:06 AM, Burlen Loring wrote: 2 things to try: set the remote render threshold to zero, and if that doesn't get it to show up, change the mapper

Re: [Paraview] pvserver segfault

2015-06-10 Thread Jeff Becker
On 06/09/2015 06:54 PM, Utkarsh Ayachit wrote: Can you try turning off Display Lists? It's an option under the Settings (Render View tab) dialog. You'll need to restart ParaView after making this change. I suspect the graphics driver is giving up while building a large display list. Display

Re: [Paraview] pvserver segfault

2015-06-10 Thread Jeff Becker
On 06/10/2015 10:30 AM, Utkarsh Ayachit wrote: Jeff, D3 is available only when there's more than 1 MPI rank. There's no need to do any load balancing with just 1 rank. But I'm using 1 rank on each of two nodes (r219i0n0,r219i0n1) -jeff Utkarsh On Wed, Jun 10, 2015 at 1:29 PM Jeff Becker

Re: [Paraview] pqPipelineSource::getOutputPort( 0 ). Available number of output ports: 0

2015-06-10 Thread Utkarsh Ayachit
I am not sure I follow what's happening here. Can you provide details on what you're doing here please? Thanks. Utkarsh On Wed, Jun 10, 2015 at 11:38 AM Peter pe...@peterheppel.com wrote: Hello I just built the current Paraview development version and got the same error on running the

Re: [Paraview] Selecting volume rendering causes output to vanish

2015-06-10 Thread Burlen Loring
Hmm. If Bunyk ray cast doesn't work some thing strange is going on as that is a software(non gpu) algorithm and should always work. Can you get anything to show up using a small test data? For example create a wavelet source and apply a threshold (use default values) to convert to

Re: [Paraview] Selecting volume rendering causes output to vanish

2015-06-10 Thread David E DeMarle
Probably the content isn't amenable to volume rendering. To be so, the unstructured grid has to have volumetric cells in it (tets, voxels, etc). If it just has polys or lines or points in it, they won't appear. You'll have to resample of splat onto the data onto a volumetric grid in that case.

Re: [Paraview] Selecting volume rendering causes output to vanish

2015-06-10 Thread Jeff Becker
On 06/10/2015 12:03 PM, David E DeMarle wrote: Probably the content isn't amenable to volume rendering. To be so, the unstructured grid has to have volumetric cells in it (tets, voxels, etc). If it just has polys or lines or points in it, they won't appear. You'll have to resample of splat

Re: [Paraview] ParaView 4.0.1 Not Compiling for Python, MPI, Llvm

2015-06-10 Thread Noah Taylor
Scott, It may be that I could be bettering how I use ParaView. What I am doing is basically extracting frames as PNGs from a number of timesteps so I can perform some post processing on said frames on the same node. The product I am creating is a time machine - like these here.

Re: [Paraview] ParaView 4.0.1 Not Compiling for Python, MPI, Llvm

2015-06-10 Thread Noah Taylor
Scott, Ah, sorry about that. I was thinking that with GPU instances it was something small and seeing the mesa libraries threw me off but I followed the steps below and was able to get my paraview referencing the x server. Thanks alot! Just as an FYI for those that are novices like me, I had to

Re: [Paraview] ParaView 4.0.1 Not Compiling for Python, MPI, Llvm

2015-06-10 Thread Scott Wittenburg
Hi Noah, Since you were setting up on an EC2 instance, I was imagining that you would be running pvserver over there and connecting to it with the client running on your desktop. But I guess you are running the client gui on the EC2 machine, and this is why you need vncserver? Just curious.

[Paraview] Info about AMR datasets/structures

2015-06-10 Thread Biddiscombe, John A.
Dear list, I would like to generate some AMR data structures from custom data and filters, but I’m having trouble locating information about the format/relationships of AMR blocks. The wiki contains old outdated references to the heirarchicalbox structures and not to the overlapping and non

[Paraview] pqPipelineSource::getOutputPort( 0 ). Available number of output ports: 0

2015-06-10 Thread Peter
Hello I just built the current Paraview development version and got the same error on running the Catalyst examples. Paraview declined the connection gracefully when the client was built with a different VTK version, so I suspect the issue isnt related to the socket handshake, but rather

[Paraview] ParaView 4.4 ??

2015-06-10 Thread Mickael Philit
Dear all, I just came across this interesting webpage: http://www.paraview.org/ParaView/index.php/ParaView_4.4_Deliverables and I would like to know if there is a release schedule for ParaView 4.4. Best regards Mickael ___ Powered by