Re: [Paraview] Problem after updating from Paraview 3.8.1 to Paraview 3.12

2011-11-30 Thread Burlen Loring
RequestData. Hope this helps Burlen On 11/15/2011 07:33 AM, Jorge Gerardo Peña Pastor wrote: Hello, I've managed to run a Paraview based application created with Paraview 3.8.1 using Paraview 3.12, but one of my filters is reporting an error it didn't before. My vtkAlgorithm is a sub-class

Re: [Paraview] Problem after updating from Paraview 3.8.1 to Paraview 3.12

2011-11-30 Thread Burlen Loring
(input)=(0, 10239, 0, 0, 0, 2559) UPDATE_EXTENT(output)=(1, 10238, 0, 0, 1, 2558) ORIGIN(0, 0, 0) SPACING(1, 1, 1) On 11/30/2011 12:19 PM, Biddiscombe, John A. wrote: Burlen, Nice explanation. I didn't look at the plugin code, but is it safe to assume (and the OP might not pick up

Re: [Paraview] Compiling Paraview on cluster

2011-11-03 Thread Burlen Loring
be your issue, you could look at the CMakeCache.txt to see if it's really pickuing those up. Burlen On 11/03/2011 09:05 AM, Chourasia, Amit wrote: Mesa Build: Using Burlen's helpful tips I have moved to another step The cluster I was compiling on had python2.4.x which is not compatible with some

Re: [Paraview] Compiling Paraview on cluster

2011-11-03 Thread burlen
questions. Burlen On 11/03/2011 02:09 PM, Chourasia, Amit wrote: David and Burlen, Yes, the environment variables needs to be passed throught -D (doh!). The build completed after changing to a different MPI, I have another build compiling with boost libraries which seems to be chugging along

Re: [Paraview] Compiling Paraview on cluster

2011-11-01 Thread Burlen Loring
/we should probably complain about this to the Mesa developers since it is a pain the neck! Hope it helps Burlen On 11/01/2011 11:58 AM, Chourasia, Amit wrote: Hello, I am trying to compile paraview for general usage on one of our clusters at SDSC. I wanted to ask what are the common

Re: [Paraview] Compiling Paraview on cluster

2011-11-01 Thread Burlen Loring
:43 PM, Burlen Loring wrote: Hi Amit, 1. Do I compile paraview with OSMesa or Xlib? (X is available on the cluster, will this require X on client?). Is it better to avoid X? The client and server are separate apps and can be compiled independently. If you have graphics hardware on your cluster

Re: [Paraview] Programmable filter issue with modifying grid data

2011-10-28 Thread Burlen Loring
of values. I hope this is helpful. Burlen On 10/26/2011 10:41 PM, Mr FancyPants wrote: Hi there, I am trying to write a programmable filter which will take my RectilinearGrid data and modify one of the data arrays. Specifically I want to sum over one dimension. I have written something to do

Re: [Paraview] Programmable filter issue with modifying grid data

2011-10-28 Thread Burlen Loring
/28/2011 03:27 PM, stofem wrote: Hi, Thanks for your help both of you. Cheers for pointing out my Cell-Point mistake Burlen, I actually am increasing my extents (extent[1]+1 for example) to compensate for this, but I did make a mistake in my final call *out.GetCellData().AddArray(newArray

Re: [Paraview] changes that affect plugins

2011-10-18 Thread Burlen Loring
JacksonPrincipal Software Engineer BlueQuartz SoftwareDayton, Ohio mike.jack...@bluequartz.net www.bluequartz.net On Oct 17, 2011, at 1:55 PM, Burlen Loring wrote: Hi Utkarsh, Perhaps I was reading too much into recent posts by Michael

[Paraview] changes that affect plugins

2011-10-17 Thread Burlen Loring
page already or would be willing to add one? Burlen ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http

Re: [Paraview] changes that affect plugins

2011-10-17 Thread Burlen Loring
and were difficult to debug. I thought it would be good to plan ahead for this release, make a pass through our plugins and catch any potential issues up front. Thanks for the link. Judging from your reply, it sounds like there won't be much to do this time :) Burlen On 10/17/2011 10:06 AM, Utkarsh

Re: [Paraview] trashed screen

2011-10-07 Thread Burlen Loring
for looking into it. Burlen On 10/07/2011 05:47 AM, Robert Maynard wrote: I have seen this issue too when the client screen size is larger than the servers display resolution and you are doing GPU rendering on the server. Would you be able to create a bug report for this issue please. On Fri, Jun 3, 2011

Re: [Paraview] Load-save camera settings

2011-09-02 Thread Burlen Loring
Hi Adriano, I just tried it and it works for me. I'm using 3.10.0.What version are you using, and could you provide a specific set of steps to reproduce the issue? Thanks Burlen On 09/02/2011 07:40 AM, Adriano Gagliardi wrote: Update: The pvcc files don't appear to work across ParaView

Re: [Paraview] how to add custom filter to custom menu

2011-08-31 Thread Burlen Loring
=filters name=vtkSQDistributedStreamTracer/ /Category /ParaViewFilters Just checking. Burlen On 08/31/2011 08:28 AM, fiss...@pitt.edu wrote: Hi, I made a custom filter and added a new dropdown menu to the main Paraview menubar, as per wiki tutorials. My filter works in the filters menu, and I can call

Re: [Paraview] how to add custom filter to custom menu

2011-08-31 Thread Burlen Loring
; pqServerManagerModelItem* item = 0; if(sels.empty()) { return NULL; } pqServerManagerSelection::ConstIterator iter = sels.begin(); item = *iter; source = dynamic_castpqPipelineSource*(item); Sorry to be so imprecise, and note I have't tried this. Hope it helps Burlen On 08/31

Re: [Paraview] how to add custom filter to custom menu

2011-08-31 Thread burlen
Hi, Since it was so straight forward I tested it. Here is an example adding the menu with a filter. Burlen On 08/31/2011 12:32 PM, Burlen Loring wrote: Hi Kate, There's also an easy way to create a toolbar via xml (example below, add show_in_toolbar and iconattributes). ParaViewFilters

Re: [Paraview] Distributing PVSC files (ParaView 4.0)

2011-08-23 Thread Burlen Loring
). Which brings up another pvsc related issue could PV reliably find an open port when constructing the ssh tunnel from PV over to the HPC site. I don't think it's currently possible to script this. Burlen On 08/23/2011 08:22 AM, Utkarsh Ayachit wrote: Tim, That's was exactly what I was concerned

Re: [Paraview] Distributing PVSC files (ParaView 4.0)

2011-08-23 Thread Burlen Loring
John, I missed it. thanks for pointing it out. Burlen On 08/22/2011 01:27 PM, Biddiscombe, John A. wrote: Burlen Something far easier and less intrusive might be to add a file dialog element to the pvsc syntax so that the user could easily browse for Have a look at http://www.vtk.org/Wiki

Re: [Paraview] Distributing PVSC files (ParaView 4.0)

2011-08-23 Thread Burlen Loring
From: paraview-boun...@paraview.org [paraview-boun...@paraview.org] on behalf of Burlen Loring [blor...@lbl.gov] Sent: Tuesday, August 23, 2011 11:44 AM To: Utkarsh Ayachit Cc: paraview@paraview.org; gtg0...@mail.gatech.edu Subject: Re: [Paraview] Distributing PVSC files

Re: [Paraview] Returning a point cloud

2011-08-18 Thread Burlen Loring
filter to see this. Burlen On 08/18/2011 09:54 AM, Federico Milano wrote: Hi. I want to show a colored point cloud (vtkPointSet) returning from a custom filter. In my custom filter, I prepare the pointCloud in this way: vtkSmartPointervtkPointSet pointCloud = vtkSmartPointervtkPolyData::New

[Paraview] information vis w/ PV?

2011-07-28 Thread Burlen Loring
What is the correct path for a user interested in information visualization ? Should they use ParaView 3.10 or the older 3.8 w/ OverView, or something else? Thanks Burlen ___ Powered by www.kitware.com Visit other Kitware open-source projects

Re: [Paraview] Memory problems

2011-07-15 Thread burlen
to segfault not OOM condition. For me slice rep works far better rendering the same data very quickly. I filed a bug report earlier this week about this crash. http://www.paraview.org/Bug/view.php?id=12357. I tried 3.8.1 and had the same issue. Burlen On 07/15/2011 02:03 AM, Mohammad Mirzadeh wrote

Re: [Paraview] Displaying a flat polygon with multiple vertices

2011-07-13 Thread Burlen Loring
Hi David, I think that the issue is that the polygon you constructed is not convex. Figure 19-20 in VTK users guide is misleading because the example of VTK_POLYGON shows a non-convex polygon which as you found out doesn't work. Burlen On 07/13/2011 01:40 PM, David Doria wrote: I have

[Paraview] How do you set LIC parameters in a python trace script?

2011-07-06 Thread Burlen Loring
they are missing. How do I get the LIC attributes to be seen in a python script? Thanks Burlen Traceback (most recent call last): File test4.py, line 60, in module DataRepresentation2.LICNumberOfSteps = 12 File /work/ext/ParaView/PV3-3.10.0/Utilities/VTKPythonWrapping/site-packages/paraview

Re: [Paraview] How do you set LIC parameters in a python trace script?

2011-07-06 Thread Burlen Loring
the problem goes away! So something about loading other plugins after the LIC makes LIC's attributes disapear. I sent a script that illustrates by loading the SLAC tools plugin. If you swap the loads the script will run. On 07/06/2011 04:28 PM, Utkarsh Ayachit wrote: Burlen, Are you sure

Re: [Paraview] clipped scene with GPU rendering on NVIDIA tesla C1060

2011-06-30 Thread Burlen Loring
as you have the display resolution on the server set at least as large as your client's monitor you should not have the problem you experienced. 2500x1600 would be a reasonably safe setting. Burlen On 06/30/2011 04:03 AM, pratik wrote: Burlen, Thanks a lot for that tip! Yes, that indeed

Re: [Paraview] clipped scene with GPU rendering on NVIDIA tesla C1060

2011-06-29 Thread Burlen Loring
by increasing the server display resolution in the xorg.conf. This could be one possibility for what you are seeing. Burlen On 06/29/2011 07:42 AM, pratik wrote: Hi everyone, This is my configuration(PV v.3.10.1): Server: desktop with 4 NVIDIA tesla C1060 cards; Client is a laptop. To make use of GPU

Re: [Paraview] Image Padding : extent problem again

2011-06-29 Thread Burlen Loring
is using the original extents. But I'd have to look to verify this hypothesis. If you could help me set up the condition I would be willing to take look. Burlen On 06/29/2011 10:52 AM, Tinning, Michael (UK) wrote: I found this thread from about a year ago... I'm keen to find out

[Paraview] path lines

2011-06-28 Thread Burlen Loring
no luck although it's less quick to crash. How should I set up the pipeline to generate path lines for a time aware reader that generates image data? Burlen rankine_xy_vti.tar.gz Description: GNU Zip compressed data ___ Powered by www.kitware.com

Re: [Paraview] Curved triangles

2011-06-24 Thread Burlen Loring
Hi Ken, I don't think it's working right, I tried it with the quadraticTetra.vtu dataset in ParaViewData and it didn't have any affect. http://www.paraview.org/Bug/view.php?id=12315 Burlen On 06/06/2011 09:43 AM, Moreland, Kenneth wrote: Actually, running the tessellate filter should

Re: [Paraview] Surface LIC memory usage

2011-06-08 Thread Burlen Loring
, Utkarsh Ayachit wrote: I doubt it's part of the design so to speak :). My suspicion is some OpenGL buffers are not being released or something of that nature. I'll try to track it down. Utkarsh On Mon, Jun 6, 2011 at 9:28 PM, Burlen Loringblor...@lbl.gov wrote: Hi, I am seeing some pretty

Re: [Paraview] Curved triangles

2011-06-03 Thread Burlen Loring
If you had used vtk's quadratic cells you could use the tessellate filter to show their curvature. On 06/03/2011 04:16 PM, Ramsharan wrote: Is there a way to plot/visualize curved triangles in paraview? This seems essential when using higher order finite elements. Thanks!

Re: [Paraview] pvserver does not terminate after gui disconnects

2011-05-27 Thread Burlen Loring
Hi Guys, I have noticed this as well. I have been dealing with it by using qdel to make sure the pvserver gets shut down and allocation doesn't get wasted. I thought this happened because I used ncat to forward a port, so I never looked into it. I've used a bash script to submit the

Re: [Paraview] Surface LIC

2011-05-20 Thread Burlen Loring
Hi Utkarsh, I also had to patch the CMakeFile so that the server manager parts of the plugin would build without qt, which is a common use case for me. I'm attaching it in case you will support it. Burlen On 05/20/2011 08:19 AM, Utkarsh Ayachit wrote: SurfaceLIC doesn't work with Mesa

[Paraview] Surface LIC

2011-05-19 Thread Burlen Loring
Hi All, For some reason Surface LIC doesn't work for me. Should the surface LIC work with osmesa ? thanks Burlen ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please

Re: [Paraview] using vtkInformation in 3.10

2011-05-06 Thread Burlen Loring
Thanks, it worked! On 05/06/2011 06:00 AM, Berk Geveci wrote: Hi Burlen, There is support for this in the pipeline. In the appropriate pipeline pass (REQUEST_INFORMATION, REQUEST_UPDATE_EXTENT ro REQUEST_DATA), add the keys you want copied to the request object (the first argument

Re: [Paraview] using vtkInformation in 3.10

2011-05-05 Thread burlen
as well? It doesn't after all modify the existing arrays or geometry (if I'm reading it right it only adds arrays if they are requested).? Or is there another work around that would get our filters working again? Thanks Burlen On 05/05/2011 05:51 AM, Utkarsh Ayachit wrote: Burlen, Keys

[Paraview] using vtkInformation in 3.10

2011-05-04 Thread Burlen Loring
change? Thanks Burlen ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow

Re: [Paraview] vtkSocket bugs

2011-04-15 Thread Burlen Loring
Hmm, I had tested it on XP with PV 3.8.1 and didn't have any problems. sorry about that, I'll have to try again. Burlen On 04/14/2011 07:54 PM, David Partyka wrote: Hi Burlen, I had to revert your patch as it doesn't compile on Windows.. You will have to make sure it compiles there as well

Re: [Paraview] vtkSocket bugs

2011-04-15 Thread Burlen Loring
That would be great! Thanks Daves. On 04/15/2011 11:46 AM, David Partyka wrote: Hey Burlen, David Gobbi just made some fixes to this and checked it into VTK moments ago. http://vtk.org/gitweb?p=VTK.git;a=commitdiff;h=d2a1fb9c5dd99830ad3cdfb753dcdd0e77268799 http://www.cdash.org/CDash

Re: [Paraview] vtkSocket bugs

2011-04-13 Thread Burlen Loring
Hi Dave, What is the status on this? Burlen On 02/27/2011 02:53 PM, David Partyka wrote: Thanks Burlen, We'll take a look. On Sun, Feb 27, 2011 at 5:18 PM, Burlen Loring blor...@lbl.gov mailto:blor...@lbl.gov wrote: Hi, While installing ParaView on Nautilus, http

Re: [Paraview] development install

2011-04-12 Thread Burlen Loring
install time. On 04/12/2011 12:36 PM, David Partyka wrote: Hi Burlen, I am not seeing this. Is this at install time or configure/generate time? On Tue, Apr 12, 2011 at 3:33 PM, Burlen Loring blor...@lbl.gov mailto:blor...@lbl.gov wrote: I am not sure if anyone reported this yet

Re: [Paraview] Cannot build Visit Bridge component mili on Redhat Linux cluster

2011-04-06 Thread Burlen Loring
got by these errors was setting VTK_USE_64BIT_IDS=OFF. Burlen On 04/06/2011 02:28 PM, Cook, Rich wrote: Hello, I apologize for posting without lurking long. I hope my question is well-posed. I've been fighting to get the Mili component of the Visit Bridge to build. This is Paraview 3.10

[Paraview] compatibility with binaries

2011-03-18 Thread Burlen Loring
Hi, I'd like to build a 3.10.0 pvserver that is compatible with KW's binaries. Which options should be enabled/disabled? Thanks Burlen ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource

Re: [Paraview] static linking with python

2011-03-08 Thread Burlen Loring
going to take that route since it works, and won't be too long until static linking + python is officially supported. Thanks for the help Burlen ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com

Re: [Paraview] static linking with python

2011-03-05 Thread burlen
On 03/04/2011 05:53 AM, Brad King wrote: On 03/03/2011 04:08 PM, Burlen Loring wrote: On 03/03/2011 05:39 AM, Brad King wrote: On 03/02/2011 06:31 PM, Burlen Loring wrote: Can anyone help figure out where these comes from and how to turn them off? http://www.cmake.org/cmake/help/cmake-2-8

Re: [Paraview] static linking with python

2011-03-03 Thread Burlen Loring
On 03/03/2011 05:39 AM, Brad King wrote: On 03/02/2011 06:31 PM, Burlen Loring wrote: I'm trying to link paraview static and include python. In the executable link line there are a couple -Wl,-Bdynamic appearing and I am not able to locate their source. Can anyone help figure out where

[Paraview] static linking with python

2011-03-02 Thread Burlen Loring
Hi, I'm trying to link paraview static and include python. In the executable link line there are a couple -Wl,-Bdynamic appearing and I am not able to locate their source. Can anyone help figure out where these comes from and how to turn them off? Burlen Linking CXX executable ../../bin

Re: [Paraview] Paraview/pvserver running very slow

2011-02-28 Thread Burlen Loring
MPI implementation is SGI MPI. I have also tried to compile openmpi 1.4.3 and pvserver from source, yet it’s still very slow. The client used is the x64 build from the paraview homepage. I would expect SGI MPT to out perform others if run on an SGI system... MPI setup is for local use only.

Re: [Paraview] portland group compiler issues

2011-02-13 Thread burlen
Thanks Dave, I'll give it a try. On 02/13/2011 01:30 PM, David Partyka wrote: Cool! Thanks Burlen. If I apply them can you give the release branch a try to see if there are any other issues with that compiler tool chain? On Fri, Feb 11, 2011 at 9:03 PM, Burlen Loring blor...@lbl.gov

[Paraview] portland group compiler issues

2011-02-11 Thread Burlen Loring
Hi, A couple of bugs turn up when building 3.8.1 using portland group compiler (see below) I attached a patch for each, hoping they can make it into the 3.10 release if they are not already there. Burlen [1] [ 84%] Building CXX object Servers/Filters/CMakeFiles/vtkPVFilters.dir

Re: [Paraview] Naming two output ports

2010-12-28 Thread burlen
Hemisphere index=1 / ... /SourceProxy Burlen On 12/28/2010 03:28 PM, Rafael Küng wrote: Hi there Could you please help me: How do you name the output ports, so they show up in the pipelinebrowser in paraview? Example: the ContingencyStatistics filter produces 2 output: Statistical Model and Assessed

Re: [Paraview] Background: trim, transparent?

2010-12-19 Thread burlen
of the nastyness of invoking a scriptfu from the command line, and a scm scriptfu. Place the scm scriptfu in ~/gimp-X.X/scripts . X.X is the GIMP version number on your system. That should get you started. Burlen fist file: sq-auto-crop.sh #!/bin/bash if [ $# -ne 2 ] ; then echo Usage: $0

Re: [Paraview] Background: trim, transparent?

2010-12-17 Thread burlen
the command line, and a scm scriptfu. Place the scm scriptfu in ~/gimp-X.X/scripts . X.X is the GIMP version number on your system. That should get you started. Burlen fist file: sq-auto-crop.sh #!/bin/bash if [ $# -ne 2 ] ; then echo Usage: $0 infile outfile exit 1 fi gimp -i -b (sq-auto

Re: [Paraview] Reader Plugin Dev: NA extents how to print debug messages?

2010-11-09 Thread burlen
vtkErrorMacro to get stuff into PV 's window. Burlen Peter Schmitt wrote: Hi ParaViewers, (Sorry if this double-posts!) I am writing a ParaView Reader Plugin to get my data into ParaView via a vtkStructuredGrid object. I can load my plugin into ParaView via Manage Plugins. My file type shows up

Re: [Paraview] Adding Reader Plugin to Files of Type dialogue

2010-11-03 Thread burlen
!-- No information about file extension association -- Proxy group=sources name=CSVImageReader / /ParaViewReaders !-- EOF -- Hope this helps Burlen Ps. I think the gui xml is now optional. On 11/03/2010 02:14 PM, Peter Schmitt wrote: Hello, I cannot get my reader into ParaView's File - Open dialog

Re: [Paraview] Saving Views

2010-10-21 Thread burlen
the camera dialog, save the camera config 6) close pv 7) start a new pv 8) make a cone source 9) from the camera dialog, load the camera config you saved in step 4 thanks Burlen Phil Tiller wrote: Hi Burlen, Thanks for your reply. I think I've sorted things out now based on your reply. First

Re: [Paraview] Saving Views

2010-10-19 Thread burlen
Hi Phil, Saving (and re-applying) the camera settings should do what you need. Are the two datasets the same size? Did you apply the saved settings after loading the second dataset? Burlen On 10/19/2010 09:12 AM, Phil Tiller wrote: Hi, This must be very simple in Paraview but I can't seem

Re: [Paraview] binary VTU format

2010-09-30 Thread burlen
You have to be careful of the terminology because in the world of VTK XML files binary really means base 64 encoded, and appended not encoded means binary. I have used the following two lines in a code in order to coax the VTK XML writer to write binary: w-SetDataModeToAppended();

Re: [Paraview] zoom control

2010-09-26 Thread burlen
3.2.3 is ancient. It will be well worth your while to upgrade. The latest PV release has the ability to save/restore views, and assign custom views to a set buttons for quick access. This is found in the adjust camera dialog which is opened by the small button on top of the the 3D view. On

Re: [Paraview] Problem Building Paraview-3.8.0 with MPICH

2010-09-07 Thread burlen
/mpich2-1.2.1p1-D/include MPI_LIBRARY=/opt/mpich2-1.2.1p1-D/lib/libmpichcxx.so Burlen Hi All, I am facing following error when building paraview-3.8.0 with MPICH1-1.2.5.2 (sorry, but I cant upgrade the MPICH because of some limitations on the remote cluster). Strange thing is these undefined

Re: [Paraview] List to select zones in object panel for a custom reader

2010-09-01 Thread burlen
into the string vector property. On the server side parse the string during request data phase. A format like: nZoneIds Zone1Id Zone2Id ... ZoneNId. Would do the trick, and would be compatible with PV state. Burlen Paul Edwards wrote: Hi, I have a reader and would like to have a list box

Re: [Paraview] List to select zones in object panel for a custom reader

2010-09-01 Thread burlen
{ this-MeshIds.clear(); } this-SetNumberOfMeshes(n-1); this-Modified(); } burlen wrote: You don't necessarily need to do a lot of heavy coding. One simple way to transfer variable length data such as the list of selected zone ids from client to server is via a string vector property

Re: [Paraview] running in parallel on OS X

2010-08-16 Thread burlen
or renderer, then you might experiment with more server processes. As you do so if rendering becomes the significant bottleneck you might experiment with OSMesa. If you're having performance issues your best bet is to run PV on a cluster. Burlen * I don't know if you will have issues because

Re: [Paraview] Paraview question

2010-07-26 Thread burlen
of what I did. Burlen Gomez, Reynaldo J. (JSC-EG311) wrote: Burlen, I found a post online that looks like you have tried compiling paraview on the NAS systems. I am trying to compile the 3.9 developmental version at NAS but I am running into a number of problems. It looks like I have to specify

[Paraview] PV multiple video cards

2010-06-22 Thread burlen
) } This would conflict with the -display option, if both are present PV would exit and print some error message. Do you guys think this would be a reasonable approach to handle a common use case? Burlen ___ Powered by www.kitware.com Visit other

Re: [Paraview] PV multiple video cards

2010-06-22 Thread burlen
you think. Burlen burlen wrote: Hi, currently we suggest users rely on details particular to specific MPI implementations (http://paraview.org/Wiki/Setting_up_a_ParaView_Server#Multiple_GPUs_Per_Node) to set up PV server on clusters with multiple graphics cards per node. It seems to me

Re: [Paraview] paraview - client-server

2010-06-01 Thread burlen
loaded? It would also be helpful to know what type of file have you tried to open? good luck Burlen Pierre-Olivier Dallaire wrote: Hi, I'm facing an error under the client-server mode. As soon as I try to open a file, paraview crashes with this error on the server side : ERROR: In /home

Re: [Paraview] Finite-size voxels and Point vs. Cell Centered Image Data

2010-06-01 Thread burlen
with the nodes located on the cell centers of your computational grid? Your arrays end up in PointData that way with no interpolations required. Burlen Eric Nodwell wrote: Francois, Thank you for the reply. Using 2x2x2 points for one voxel is fine in principle. The difficulty is, you can't really

Re: [Paraview] Paraview output in a latex document

2010-05-28 Thread burlen
Any specific reason you prefer eps files? PV is only going to give you raster images, so eps isn't an advantage as far as I can tell. I think you can get quite good results with png's. Save your PV image in .png format (File-Save Screen Shot), in as high resolution as you can. In other words,

Re: [Paraview] paraview - client-server

2010-04-30 Thread burlen
! The -tt option to ssh is indeed a good find. Burlen pat marion wrote: Hi all! I'm bringing this thread back- I have learned a couple new things... --- No more orphans: Here is an easy way to create an orphan: $ ssh localhost sleep 1d $ press control c The ssh process

Re: [Paraview] paraview - client-server

2010-04-30 Thread burlen
I see what you mean. QProcess::close() only closes the ssh process spawned by PV, not the other processes spawned by ssh on the remote host. for ssh to clean up after itself on the remote host it needs a tty there. Thanks for the clarification. Burlen pat marion wrote: I have applied your

Re: [Paraview] paraview - client-server

2010-04-30 Thread burlen
yeah, that's a typo in the bug report. Both last night and this morning I have been unable to access mantis or the the pv web site. Page never loads. I'll try later. pat marion wrote: Hey Burlen, on the bug report page for 10283, I think you need to fix the command line you are testing

Re: [Paraview] git master and latest ffmpeg

2010-04-29 Thread burlen
BTW, does anybody here know how to reliably encode a movie for embedding in PowerPoint slides? I've used these to convert a set of png's saved by PV, it's the second line that makes the MS compatible movie. fmpeg -loop_output 0 -qscale 1 -r 20 -b 9600 -i tpar.%04d.png tpar_vr.mp4 ffmpeg -i

Re: [Paraview] Algorithm causing reader RequestData when running

2010-03-26 Thread Burlen Loring
if it helps. Burlen Paul Edwards wrote: Hi, I am writing an algorithm to operate on a vtkMultiBlockDataSet where I would like to extract blocks depending on field data that is set. Internally in my algorithm I am using the vtkExtractBlock filter and when this is updated it causes the RequestData for my

Re: [Paraview] Hidden Properties for Plugins

2010-03-17 Thread burlen
I think you could set the show hint in the server manager XML. for eg SourceProxy ... ... IntVectorProperty name=Dimensionailty command=SetDimensionality number_of_elements=1 default_values=2 /IntVectorProperty ... Hints Property name=Dimensionality show=0/ /Hints /SourceProxy

Re: [Paraview] Development install

2010-03-08 Thread burlen
http://www.paraview.org/Bug/view.php?id=10381 Dave Partyka wrote: Can you report this as a bug please. Thanks! On Sun, Mar 7, 2010 at 8:46 PM, burlen burlen.lor...@gmail.com mailto:burlen.lor...@gmail.com wrote: On a system with no Qt I am getting the following: Install the project

Re: [Paraview] PV on XT

2010-03-07 Thread burlen
Hi Pat, Shouldn't it work without any changes to cmake because Cray compiler wrappers (CC and cc) define __CRAYXT_COMPUTE_LINUX_TARGET on the compile line? At least this is true on the XT5. eg CC -v to show what's there. Burlen pat marion wrote: That patch only works if you use a customized

Re: [Paraview] patch for 9485 Save camera position

2010-03-07 Thread burlen
Hi Utkarsh, I made the changes as we discussed. The patch is blocked by the mail list. I put it here: http://nashi-submaster.ucsd.edu/movies/PV/save-cam-config/saveCam2.patch I ran it through valgrind and ctest and it's clean. Let me know how to proceed. Thanks Burlen Utkarsh Ayachit

[Paraview] Development install

2010-03-07 Thread burlen
On a system with no Qt I am getting the following: Install the project... -- Install configuration: Release -- Up-to-date: /lustre/scratch/bloring/apps/PV3-3.7-R-gnu/include/paraview-3.7/vtkPVConfig.h CMake Error at cmake_install.cmake:40 (FILE): file INSTALL cannot find file

Re: [Paraview] running paraview in parallel

2010-03-01 Thread burlen
, burlen burlen.lor...@gmail.com mailto:burlen.lor...@gmail.com wrote: If I were you I'd get your local build of mesa going and use that (simply to remove all ambiguity). Were you using autotools method (eg ./configure make) or the canned configurations (eg make linux

Re: [Paraview] running paraview in parallel

2010-02-27 Thread burlen
By the way a number of common scenarios, issues and solutions are explained on the wiki http://paraview.org/Wiki/Reverse_connection_and_port_forwarding Hope this helps Moreland, Kenneth wrote: Currently you are not launching the server in reverse connection mode. To launch the server in

Re: [Paraview] running paraview in parallel

2010-02-27 Thread burlen
a patch to fix it but it has yet to be applied. burlen wrote: Your command isn't quite right, specifically how you are trying to specify the compute node. Take a look at the section here, http://paraview.org/Wiki/Reverse_connection_and_port_forwarding#Reverse_Connection_Over_an_ssh_Tunnel

Re: [Paraview] running paraview in parallel

2010-02-27 Thread burlen
the cient, am i just creating a server/client and connect in manual mode..? Regards, Vishwa On Sat, Feb 27, 2010 at 1:00 PM, burlen burlen.lor...@gmail.com mailto:burlen.lor...@gmail.com wrote: By the way a number of common scenarios, issues and solutions are explained on the wiki

Re: [Paraview] running paraview in parallel

2010-02-27 Thread burlen
/kitware etc...directory...so i dont understand what is happening.. I made sure that i included the path of the bin and lib in the newly downloaded binary.. Any suggestions? Regards, vishwa On Sat, Feb 27, 2010 at 2:38 PM, burlen burlen.lor...@gmail.com mailto:burlen.lor...@gmail.com wrote

Re: [Paraview] running paraview in parallel

2010-02-27 Thread burlen
By the way, you typically would not want to run the client remotely. I'm assuming your trying it just for testing purposes. You might be able to get it to work by using X forwarding. ssh -X ... when you login. burlen wrote: Apparently your cluster doesn't have X11 server started. The error

Re: [Paraview] running paraview in parallel

2010-02-27 Thread burlen
segmentation fault.. i read somewhere online that u need to use unlimit stacksize, which I did and still doesnt work. i had used -mpi opition and also to use mesa .. hit a wall again.. Regards, vishwa On Sat, Feb 27, 2010 at 3:12 PM, burlen burlen.lor...@gmail.com mailto:burlen.lor...@gmail.com

Re: [Paraview] running paraview in parallel

2010-02-27 Thread burlen
before. Vishwa wrote: I tried to install mesa locally also.. at which point it kept saying it needs libdrm, and when i tried to install libdrm, it kept complaining that it coudn't find pthreads-stubs.pc..so i ended up using the system mesa Regards, Vishwa On Sat, Feb 27, 2010 at 3:24 PM, burlen

Re: [Paraview] patch for 9485 Save camera position

2010-02-26 Thread burlen
(assuming you still like the idea) ? Thanks Burlen burlen wrote: Hi Utkarsh, finally I have a chance to take a look at this in depth and get back to you. What can't configuration merely be a subset of the state i.e. same as the state xml for that proxy except with only the required properties

Re: [Paraview] patch for 9485 Save camera position

2010-02-26 Thread burlen
that the properties to be saved or loaded can be filtered (eg filter camera related properties in vtkSMRenderViewProxy when saving camera configuration). I'll send the fix as soon as I can. Thanks again Burlen Utkarsh Ayachit wrote: Hi Burlen, The functionality is indeed great. The only hesitation

Re: [Paraview] patch for 9485 Save camera position

2010-02-26 Thread burlen
impact on performance for configuration since they are small sets of properties, it just it feels iky. But if that's what you want I'm game :) Burlen Utkarsh Ayachit wrote: Burlen, Further thinking about this, I think filtering the DOM before saving out the configuration (rather than changing

Re: [Paraview] crash when trying to use opacity and remote rendering

2010-02-25 Thread Burlen Loring
I'd seen that too, there's a bug report http://www.paraview.org/Bug/view.php?id=10164 Ricardo Reis wrote: When setting the opacity for a value different than 1 with a pvserver the pvserver just crashes. This a version compiled from the CVS, running on a debian machine with NVidia Quadro

Re: [Paraview] patch for 9485 Save camera position

2010-02-15 Thread burlen
be loaded on existing proxies as well -- we do that for undo-redo. I think we still have the issues surrounding the connection id which is not used in configuration. OK, let me know what you think, thanks for working with me on this. Burlen Utkarsh Ayachit wrote: Burlen, That's really cool. I

Re: [Paraview] Bug 10274

2010-02-15 Thread burlen
I noticed this bug report up on Mantis. http://www.paraview.org/Bug/view.php?id=10274 I feel kind of responsible for this since I suggested geometry compression should be investigated. Just to clarify: The investigation I made

Re: [Paraview] paraview - client-server

2010-02-12 Thread burlen
the ssh running. You have to track down the ssh process and kill it yourself. It's minor thing, but it can also prevent future connections if you don't realize there's a zombie ssh that kept your ports open. On 02/08/10 21:03, burlen wrote: I am curious to hear what Sean has to say

Re: [Paraview] patch for 9485 Save camera position

2010-02-10 Thread burlen
: Burlen, That's really cool. I like the the notion of configuration, but I have a few questions. What can't configuration merely be a subset of the state i.e. same as the state xml for that proxy except with only the required properties? The main advantage will be that we don't have another

Re: [Paraview] paraview - client-server

2010-02-08 Thread burlen
On 02/06/10 12:58, burlen wrote: Hi Pat, My bad. I was looking at the PV wiki, and thought you were talking about doing this without an ssh tunnel and using only port forward and paraview's --reverse-connection option . Now that I am reading your hpc.mil post I see what you mean :) Burlen pat

Re: [Paraview] paraview - client-server

2010-02-08 Thread burlen
will work at all (see: man ssh and man sshd_config). That's something that an administrator would need to set up for you. On 02/08/10 12:26, burlen wrote: So to be sure about what you're saying: Your .pvsc script ssh's to the front end and submits a batch job which when it's scheduled , your

Re: [Paraview] paraview - client-server

2010-02-08 Thread burlen
, it works like a charm. The portfwd tricks it into thinking the connection is coming from localhost and allow the ssh tunnel to work. Hope that made a little sense... Pat On Mon, Feb 8, 2010 at 6:29 PM, burlen burlen.lor...@gmail.com mailto:burlen.lor...@gmail.com wrote

Re: [Paraview] paraview - client-server

2010-02-08 Thread burlen
, it works like a charm. The portfwd tricks it into thinking the connection is coming from localhost and allow the ssh tunnel to work. Hope that made a little sense... Pat On Mon, Feb 8, 2010 at 6:29 PM, burlen burlen.lor...@gmail.com mailto:burlen.lor...@gmail.com wrote: Nice, thanks

<    1   2   3   4   5   >