Re: [Paraview] HDF5 and Paraview

2013-01-07 Thread Jens Kleimann
On 04.01.2013 04:19, Pradeep Jha wrote: Hello Jens, thanks for the response. It explained a lot. Pleasure! I have been reading up about XDMF and am trying to implement it. My filename.h5 file just contains a scalar value for 512*512*512 grid points in a structured uniform cube. I don't

Re: [Paraview] Extremely wide properties pane

2013-01-07 Thread Utkarsh Ayachit
Dear developers, should I file a bug on this issue? Yes please. This is definitely an oversight after the new panel changes and we should address it in the next release. Utkarsh ___ Powered by www.kitware.com Visit other Kitware open-source projects

Re: [Paraview] Paraview crashing on CentOs

2013-01-07 Thread Utkarsh Ayachit
Can you share the data ? On Sat, Jan 5, 2013 at 12:15 AM, Pradeep Jha prad...@ccs.engg.nagoya-u.ac.jp wrote: Hello, I just downloaded the Paraview binary on CentOs. I have been using Paraview on Mac and another Linux machine before that for visualizing a data file. But when I am loading the

Re: [Paraview] Error with Qt while installing Paraview

2013-01-07 Thread Utkarsh Ayachit
Qt 5 isn't supported yet. Stick with 4.8.*. Although I am sure we will support Qt 5.0 at some point, right now there is no active effort to add support for the same. Utkarsh On Fri, Jan 4, 2013 at 6:42 PM, Pradeep Jha pradeep.kumar@gmail.com wrote: Hello, I set the environment variable

Re: [Paraview] ParaView from git, make fail on OpenSUSE 12.2

2013-01-07 Thread Pei-Ying Hsieh
Hi, Utkarsh, I am wondering if you have any suggestion on this issue.  I am using Qt 4.8.1. Thanks! Pei-Ying From: Utkarsh Ayachit utkarsh.ayac...@kitware.com To: Pei-Ying Hsieh phsieh2...@yahoo.com Cc: paraview paraview@paraview.org Sent: Wednesday,

Re: [Paraview] Error with Qt while installing Paraview

2013-01-07 Thread Yumin Yuan
Also, the QT_QMAKE_EXECUTABLE variable Utkarsh was talking about is a CMake varialble. Try to set that variable at cmake configure step. HTH, Yumin On Mon, Jan 7, 2013 at 9:52 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Qt 5 isn't supported yet. Stick with 4.8.*. Although I am sure

Re: [Paraview] ParaView from git, make fail on OpenSUSE 12.2

2013-01-07 Thread Utkarsh Ayachit
Try running the following: gdb paraview run (then when paraview segfaults) where (and post the output). That will give us a starting point. Feel free to google details on using gdb to see how to extract additional information, if you'd like. Utkarsh On Mon, Jan 7, 2013 at 9:54 AM,

[Paraview] Force remote rendering on pvserver

2013-01-07 Thread Kit Chambers
Hi, I have a remote server which I can connect paraview to, however, it when I do so it says Display not accessible on server side. Remote rendering disabled. I have tried a couple of basic/naive things like using pvserver --use-offscreen-rendering pvserver - display localhost:0 But to no

Re: [Paraview] Force remote rendering on pvserver

2013-01-07 Thread Kit Chambers
Thanks Uktarsh. Am I correct in thinking that OSMesa is required if there is no graphics card on the server? What about if there is a graphics card and display for the server but no one using the display (i.e. a remote workstation I can access through SSH)? This is one situation I have. I guess a

Re: [Paraview] ParaView from git, make fail on OpenSUSE 12.2

2013-01-07 Thread Pei-Ying Hsieh
Hi, Utkarsh, Thanks for the info.  Here are the outputs: Pei-Ying -- phsieh@galaxy:~/OpenFOAM/phsieh-2.1.x/run/twoLiquidMixingFoam/manifold-chamberTest8bb700ulPerSecQ gdb paraview GNU gdb (GDB) SUSE (7.4.50.20120603-2.1.2) Copyright (C) 2012 Free Software

Re: [Paraview] Paraview crashing on CentOs

2013-01-07 Thread Pradeep Jha
Hello, you can find the data here: http://utias.utoronto.ca/~jhapk/ Please let me know if there are any problems. Pradeep Le 7 janv. 2013 à 23:45, Utkarsh Ayachit utkarsh.ayac...@kitware.com a écrit : Can you share the data ? On Sat, Jan 5, 2013 at 12:15 AM, Pradeep Jha

Re: [Paraview] 2D contours on a slice for a 3D data

2013-01-07 Thread Pradeep Jha
Hello, thanks everyone. It seems like it is working. Pradeep Le 8 janv. 2013 à 02:58, Moreland, Kenneth kmo...@sandia.gov a écrit : I'd like to expand upon on Sebastian's correct but short answer. The contour filter is not going to give you the contours that you are asking for. The

Re: [Paraview] Error with Qt while installing Paraview

2013-01-07 Thread Pradeep Jha
That works. Thanks!! Le 8 janv. 2013 à 00:00, Yumin Yuan yumin.y...@kitware.com a écrit : Also, the QT_QMAKE_EXECUTABLE variable Utkarsh was talking about is a CMake varialble. Try to set that variable at cmake configure step. HTH, Yumin On Mon, Jan 7, 2013 at 9:52 AM, Utkarsh Ayachit