Re: [Paraview] How can I tell that Allocate succeeded?

2008-08-25 Thread Burlen Loring
? Thx...John Cary ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview -- Burlen Loring Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x137

[Paraview] pvbatch, get dataset of output port 0

2008-09-01 Thread Burlen Loring
Hi all, I have a pvbatch script from which I would like to get the output data set of the second output port of a filter which has 2 output ports. How can I do this? -- Burlen Loring Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x137

Re: [Paraview] CTH Reader/Parts extract problem

2008-09-09 Thread Burlen Loring
/mailman/listinfo/paraview -- Burlen Loring Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x137 ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview

Re: [Paraview] questions concerning vtkFloatArray

2008-09-11 Thread Burlen Loring
list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview -- Burlen Loring Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x137 Express yourself

Re: [Paraview] 3 questions: Ensight reader, Ubuntu and mpi

2008-09-12 Thread Burlen Loring
7872010167** **web: wirthresearch.com http://wirthresearch.com** ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview -- Burlen Loring

Re: [Paraview] problem configuring the output of a filter

2008-09-19 Thread Burlen Loring
@paraview.org http://www.paraview.org/mailman/listinfo/paraview -- Burlen Loring Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x137 ___ ParaView mailing list ParaView@paraview.org http

Re: [Paraview] problem configuring the output of a filter

2008-09-19 Thread Burlen Loring
/ ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview -- Burlen Loring Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x137

[Paraview] test data for readers?

2008-10-29 Thread Burlen Loring
:VASP_1.0 type: MTSD ver: 1.0 exts: [vasp, VASP] files: []} Vis5D{ id:Vis5D_1.0 type: MTSD ver: 1.0 exts: [v5d] files: []} Vista{ id:Vista_1.0 type: STMD ver: 1.0 exts: [vista] files: []} WavefrontOBJ{ id:WavefrontOBJ_1.0 type: STSD ver: 1.0 exts: [obj] files: []} -- Burlen

Re: [Paraview] Writer Plugin cannot be loaded

2009-01-15 Thread Burlen Loring
/ ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview -- Burlen Loring Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x137 ___ ParaView mailing list ParaView

Re: [Paraview] Compilation of current paraview-CVS failed...

2009-01-28 Thread Burlen Loring
___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview -- Burlen Loring Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x137 ___ ParaView mailing list

Re: [Paraview] Compilation of current paraview-CVS failed...

2009-01-28 Thread Burlen Loring
OK, Fixed now. Burlen Loring wrote: Hi all, I will take a look at this, since it's probably related to recent development install changes. Burlen Scott, W Alan wrote: Berk/all, This is a current bug in the ParaView install. I have had to copy the libKWCommon.so file from the lib

Re: [Paraview] Native Reader for Centaur-Grid Generator...

2009-02-04 Thread Burlen Loring
Stefan Melber wrote: Hi, is there anyone outside, who has a reader in ParaView for the Centaur grid generator (www.centaursoft.com)? The Centaur docs say that it can write Ensight, which is something PV can read. Is that an option? Burlen ___

Re: [Paraview] problems setting vtkDoubleArray with 3 components

2009-03-15 Thread Burlen Loring
try calling SetNumberOfComponents first, the memory is allocated in the call to SetNumberOfTuples Natalie Happenhofer wrote: Hi! I´d like to set a vtkDoubleArray with 3 Components, it should be a vector array, the code looks like this: vtkDoubleArray* momentum = vtkDoubleArray::New();

Re: [Paraview] problems setting vtkDoubleArray with 3 components

2009-03-15 Thread Burlen Loring
Also, if you SetNumberOfComponents, and SetNumberOfTuples, you want to use SetTuple(i,Tuple) not InsertNextTuple, because that will add them at the end. Natalie Happenhofer wrote: Hi! I´d like to set a vtkDoubleArray with 3 Components, it should be a vector array, the code looks like this:

Re: [Paraview] using netcdf in paraview

2009-03-26 Thread Burlen Loring
I will commit the work next week, along with a Wiki describing how to build/configure the dependencies. For planning purposes plan on late next week. John Biddiscombe wrote: Martha Build paraview as usual, ignore all the guff about PARAVIEW_EXTRA_EXTERNAL_MODULES, remove this from your

Re: [Paraview] Design of Multiple Input Filter

2010-01-15 Thread Burlen Loring
woops my bad! I guess I was thinking of chapter 11 13 in the VTK user guide... Michael Jackson wrote: great. Thanks. I actually have the ParaView User Guide for ParaView 3, could you point me in the general vicinity in the user guide where this is explained? The index wasn't much help but I

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] Algorithm causing reader RequestData when running

2010-03-26 Thread Burlen Loring
If I'm not mistaken, when creating a VTK pipeline inside of a PV filter, you need to make a shallow copy of the input dataset in order to keep the PV pipeline isolated as your VTK pipeline executes. Try making a shallow copy of input and passing that into extractBlockFilter, and see if it

[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

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.

[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

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

Re: [Paraview] static linking with python

2011-03-08 Thread Burlen Loring
On 03/08/2011 05:08 AM, Brad King wrote: I think the only way that can happen now is if you actually pass a .so file to target_link_libraries (assuming LINK_SEARCH_START_STATIC is on) that is in /usr/lib or another system directory. Check your CMakeCache for such entries. I do have

[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

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

2011-04-06 Thread Burlen Loring
Hi, I recognize this from a long time ago when I was working with the VisIt bridge. VisIt databases are tied to a specific older version of VTK before a big API change that introduced 64 bit ids. Things may have changed since my time working with the bridge so YMMV but back then the way I

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] 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] vtkSocket bugs

2011-04-15 Thread Burlen Loring
and resubmit your patch. If you need any help please let me know. Thanks. On Thu, Apr 14, 2011 at 3:51 PM, David Partyka david.part...@kitware.com mailto:david.part...@kitware.com wrote: Thanks Burlen, This is applied for 3.10.2. On Thu, Apr 14, 2011 at 2:11 PM, Burlen Loring blor

Re: [Paraview] vtkSocket bugs

2011-04-15 Thread Burlen Loring
/viewUpdate.php?buildid=976658 If the dashboard turns out well you should be off the hook ;-) On Fri, Apr 15, 2011 at 2:42 PM, Burlen Loring blor...@lbl.gov mailto:blor...@lbl.gov wrote: 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

[Paraview] using vtkInformation in 3.10

2011-05-04 Thread Burlen Loring
Hi All, I have a reader that gets the information object from it's output and adds some keys for downstream filters to use. This recently stopped working with version 3.10. Can anyone shed some light on what might have caused the change in behavior in version 3.10? Was this a deliberate

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 to

[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] 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. It

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] 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] Surface LIC memory usage

2011-06-08 Thread Burlen Loring
Hi Utkarsh, The issues may be due to my misuse of your design :). I have had immediate mode disabled for quite some time as it had greatly improved performance. however this seams to be a major factor in the huge memory bloat when using LIC rep. When I enabled immediate mode, memory usage

Re: [Paraview] Curved triangles

2011-06-24 Thread Burlen Loring
...@sandia.gov ** *** ** phone: (505) 844-8919 *** web: http://www.cs.unm.edu/~kmorel http://www.cs.unm.edu/%7Ekmorel From: Burlen Loring blor...@lbl.gov mailto:blor...@lbl.gov Date: Fri, 3 Jun 2011 17:02:15 -0700 To: Ramsharan r.ramsha...@gmail.com mailto:r.ramsha...@gmail.com Cc: paraview

[Paraview] path lines

2011-06-28 Thread Burlen Loring
Hi, I'd like to generate path lines on a time series of image data. The various things I've tried have ended either with an empty output or in a crash. It may be that I'm not setting things just right in my reader, so I've converted the time series to vti/pvd format (attached), and still no

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

2011-06-29 Thread Burlen Loring
Hi Pratik, I have had some similar issues when my desktop screen resolution was higher than the server display resolution. Do you know what the display resolution is set to on the server side? I was able to check the server side resolution using xrandr command. The issue was fixed by

Re: [Paraview] Image Padding : extent problem again

2011-06-29 Thread Burlen Loring
Which filter is exhibiting this issue? One potential source for such behavior could be that the filter in question is not updating the WHOLE_EXTENT key in its RequestInformation implementation, and/or not updating UPDATE_EXTENT correctly in its REQUEST_DATA implementation. As a result ParView

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

2011-06-30 Thread Burlen Loring
rendering without a monitor, then is it impossible to use the gpu's present in a cpu+gpu cluster(with headless nodes)? I also tried xvfb, but it seems that it does not use the graphics cards at all, and i got terrible graphics. Thanks again, Pratik On Wednesday 29 June 2011 09:13 PM, Burlen Loring

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

2011-07-06 Thread Burlen Loring
Hi, I am able to use a script written from python trace to render a LIC but when I try to change any of the LIC parameters also from python trace I get attribute errors (below). In the python shell launched from PV a dir shows these attributes, however dir run from in the script shows they

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

2011-07-06 Thread Burlen Loring
Yep, it's loaded using the LoadPlugin function along with our reader plugin. PV_PLUGIN_DEBUG=1 verified it. If I don't change any of the LIC attributes the script runs and I get a LIC successfully rendered. What I just now noticed is that if the LIC plugin gets loaded before other plugins

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] 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 at

Re: [Paraview] Returning a point cloud

2011-08-18 Thread Burlen Loring
Hi Federico, You have to create some vertex cells. So use a polydata or unstructured grid instead of pointset. Polydata is the easier you'd make a cell array like this: 1 0 1 1 1 2 ... 1 n where n is the number of points, and add this with SetVerts method. You won't have to use the Delaunay

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

2011-08-23 Thread Burlen Loring
Hi Utkarsh, It sounds like you need a very flexible solution, or even multiple solutions, given the variety of use cases you have to support. You hit on a great point re python approach allows us to write code to discover informationabout the client/server and take appropriate action(s).

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

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] how to add custom filter to custom menu

2011-08-31 Thread Burlen Loring
Hi, Did you know that you could create a category in the filters menu by way of xml? That puts your filters in their own submenu making them easy to find. In your client xml you have something like: ParaViewFilters Category name=SciberQuestSciVis menu_label=Sciberamp;Quest Proxy

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

2011-08-31 Thread Burlen Loring
Hi Kate, There's also an easy way to create a toolbar via xml (example below, add show_in_toolbar and iconattributes). ParaViewFilters Category name=Common menu_label=amp;Common preserve_order=1 show_in_toolbar=1 Proxy group=filters name=Calculator

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] trashed screen

2011-10-07 Thread Burlen Loring
Hi Robert, here you go: http://paraview.org/Bug/view.php?id=12244 A work around we've used on longhorn and nautilus is to configure the server side display w/ a large resolution, such as 2550x1920. It would be nice if PV new when it was exceeding servers capability though. Thanks for

[Paraview] changes that affect plugins

2011-10-17 Thread Burlen Loring
Hi, From a few of the recent posts it sounds like there are potentially disruptive changes in 3.12 that could affect existing external plugins. It would be very helpful if these changes were documented on the wiki as a courtesy to plugin authors/maintainers. Any chance you have such a wiki

Re: [Paraview] changes that affect plugins

2011-10-17 Thread Burlen Loring
Hi Utkarsh, Perhaps I was reading too much into recent posts by Michael Jackson mike.jack...@bluequartz.net about 3.12 changes that affected his plugins. I'm a bit defensive on this issue as over the past couple of years I can think of 3 changes that bit me. all showed up at run time and

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

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

2011-10-28 Thread Burlen Loring
Hi, You haven't configured your output, assuming rectilinear grid you need to set the extent and provide coordinate arrays. You are indexing a point based array with cell based index, so the lookup you make into vtkVarray is incorrect. 'Extent' tells you the number of cells, not the number

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

2011-10-28 Thread Burlen Loring
is? Thanks again. Looking forward to seeing that new filter built in! On Sat, Oct 29, 2011 at 3:08 AM, Burlen Loring blor...@lbl.gov mailto:blor...@lbl.gov wrote: Hi, You haven't configured your output, assuming rectilinear grid you need to set the extent and provide coordinate

Re: [Paraview] Compiling Paraview on cluster

2011-11-01 Thread Burlen Loring
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 you will want to use this

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] Compiling Paraview on cluster

2011-11-03 Thread Burlen Loring
a server side object if it's present. On 11/01/2011 12: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

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

2011-11-30 Thread Burlen Loring
Hi Jorge, You may want to take a look at vtkSQKernelConvolution filter in Plugins/SQToolKit of 3.12 sources. This is an example of an extent based filter that produces smaller WHOLE_EXTENT on its output based on user selection in the PV GUI. This filter is working fine in 3.12. What's going

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

2011-11-30 Thread Burlen Loring
: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of Burlen Loring Sent: 30 November 2011 17:36 To: Jorge Gerardo Peña Pastor Cc: paraview@paraview.org Subject: Re: [Paraview] Problem after updating from Paraview 3.8.1 to Paraview 3.12 Hi Jorge, You may want to take

[Paraview] vtkVolumeRayCastSpaceLeapingImageFilter segfault

2012-01-05 Thread Burlen Loring
Hi, In 3.12 when volume rendering on image data I'm experiencing segfaults in vtkVolumeRayCastSpaceLeapingImageFilter in vtkVolumeRayCastSpaceLeapingImageFilterMinMaxExecute. The issue seems to be that vtkImageData::ComputeIncrements relies on active scalars being set. However, for use with

Re: [Paraview] ANN: ParaView 3.14, Release Candidate 2 Available

2012-02-10 Thread Burlen Loring
Hi Utkarsh, (apologies on resending this, first attempt was blocked because attached screen shot exceeded 500kB) Those sound like wonderful additions especially the new transfer function editor, I can't wait to start using 3.14! I want to share some experience re: the memory inspector as I

Re: [Paraview] ANN: ParaView 3.14, Release Candidate 2 Available

2012-02-10 Thread Burlen Loring
Great! let me know if there is anything I can do! More recently I had revised the panel to make launching remote gdb sessions easier, and making it easier to navigate through larger runs (256+ procs). I just noticed that the memory inspector panel in 3.14 is not reporting per-process values

Re: [Paraview] Paraview-3.12.0 Client-Server

2012-02-20 Thread Burlen Loring
Hi Rakesh, It sounds as though the compute node cannot see your workstation across the network. This is a common situation. for debugging the issue see if you could follow these steps: http://paraview.org/Wiki/Reverse_connection_and_port_forwarding#A_Forward_Connection_Over_an_ssh_Tunnel If

Re: [Paraview] Paraview-3.12.0 Client-Server

2012-02-20 Thread Burlen Loring
although, I guess that's not really consistent with your 3.10 install working... all the same you may find that the attached scripts help. Sorry for not reading your post closer the first time. Burlen On 02/20/2012 09:41 AM, Burlen Loring wrote: Hi Rakesh, It sounds as though the compute

Re: [Paraview] [EXTERNAL] Paraview-3.12.0 Client-Server

2012-02-20 Thread Burlen Loring
OK, you might want to look at the command line in the qsub script though since it doesn't make use of the environment variables. Not sure if that's really your issue though. I've used PV with openmpi, mvapich2, mpich2, cray mpt, and intel mpi. Very rarely seen any interactions between pv and

Re: [Paraview] ParaView 3.12.0 hanging

2012-02-21 Thread Burlen Loring
Hi Goodwin, There is a bug in vtkSocket::Receive, where the error condition is not tested for in return from recv socket call on *nix systems. It may or may not be the source of/related to the issue that you are having but it's certainly could cause ParaView to hang silently. Sorry that I

Re: [Paraview] ParaView 3.12.0 hanging

2012-02-23 Thread Burlen Loring
Hi Goodwin, Did you also apply the patch on the server side? Again it may not help, but without it if there is an error during recv the call would silently restart and you'd never know about the error. I had a similar deadlock as you do here with version 3.10 on our Cray XE which is how I

Re: [Paraview] cmake removing rpath

2012-02-24 Thread Burlen Loring
On 02/24/2012 01:22 PM, Peter Brady wrote: If I set my LD_LIBRARY_PATH to include my 7.5.2 Mesa libraries then offscreen rendering works fine. However, I don't want my system as a whole to use my separate Mesa libraries; only Paraview. Hi Peter, I don't know the rpath settings but I have a

Re: [Paraview] 3.14 pvsc enumeration issues

2012-02-29 Thread Burlen Loring
...@paraview.org] on behalf of Burlen Loring [blor...@lbl.gov] Sent: Wednesday, February 29, 2012 12:58 PM To: paraview@paraview.org Subject: [Paraview] 3.14 pvsc enumeration issues Hi, I've encountered bugs with pvsc enumerations in version 3.14.0. I have the attached pvsc that makes use

Re: [Paraview] 3.14 pvsc enumeration issues

2012-03-05 Thread Burlen Loring
Assessment Center Phone: 410-278-6266 From: Burlen Loring [blor...@lbl.gov] Sent: Wednesday, February 29, 2012 1:29 PM To: Angelini, Richard C CIV (US) Cc: paraview@paraview.org Subject: Re: [Paraview] 3.14 pvsc enumeration issues Hi Rick, Good

Re: [Paraview] 3.14 pvsc enumeration issues

2012-03-05 Thread Burlen Loring
Research Laboratory Computational Sciences Division/Computing Architectures Branch HPC Architectures Development Team ARL/DSRC (DoD Shared Resource Center) Data AnalysisAssessment Center Phone: 410-278-6266 From: Burlen Loring [blor...@lbl.gov] Sent

Re: [Paraview] 3.14 pvsc enumeration issues

2012-03-05 Thread Burlen Loring
Sorry, misread your reply, sounds like you would prefer to keep visit-bridge on. But will you disabled point-sprite in the binary release? I noticed that when the client has it but server does not it causes a crash. On 03/05/2012 11:11 AM, Burlen Loring wrote: So are you disabling VisIt

Re: [Paraview] paraview plugin for vtkImageGaussianSmooth

2012-03-14 Thread Burlen Loring
Hi Kate, It shouldn't be too hard for you to expose the vtkImageGaussianSmooth in PV. I have one caveat for you re: using vtkImageGaussianSmooth in parallel: when it runs it will trigger a complete re-execution of your entire pipeline including the reader.This happens because

Re: [Paraview] Python paraview.simple: Zoom To Data?

2012-03-15 Thread Burlen Loring
ResetCamera() still leaves a wide border around the object. Is it possible to rid of those, too? Hey Nico, I've had to fine tune the rendering in python scripts in the past and a strategy that has worked passably for me where my data lies in an axis aligned plane is to get the bounds of the

Re: [Paraview] Question on Information Objects

2012-04-09 Thread Burlen Loring
Hi Joshua, In your constructor you'd need to call this-SetNumberOfInputPorts(2); You'd need to override FillInputPortInformation(int port, vtkInformation *info) implement a switch on port number and do something like: 288 switch (port) 289 { 290 // Vector feild data 291

Re: [Paraview] Question on Information Objects

2012-04-09 Thread Burlen Loring
incorrectly, or do I need to override another method? Do I need to do something with RequestDataObject()? If you can help, that would be great! -Josh From: Burlen Loring blor...@lbl.gov mailto:blor...@lbl.gov Date: Mon, 9 Apr 2012 12:34:02 -0600 To: Joshua Murphy joshua.mur...@lasp.colorado.edu

[Paraview] xdmf writer in parallel

2012-04-12 Thread Burlen Loring
XDMF writer disappears as an option from the save dialog when I run with mpi and np is more than 1. However, when run in serial or with np 1 it is available. Can the XDMF writer write in parallel? ___ Powered by www.kitware.com Visit other Kitware

Re: [Paraview] Particle tracer

2012-04-18 Thread Burlen Loring
Hi Mohamad, I've been quietly following this thread in hopes that your interest in particle tracing will spark a response from the developers. I was unable to generate pathlines in image data in vti format I beleive I was using 3.10.0 at the time. It was not clear to me if there was a bug or

Re: [Paraview] Calculation of eigenvalues of velocity tensors

2012-05-03 Thread Burlen Loring
Hi Janusz, If you have image data there is a filter for this. Plugins/SQToolkit/vtkSQVortexFilter.h Burlen On 05/03/2012 12:47 AM, Janusz Michalik wrote: Hello all, Has anyone tried to compute the eigenvalues of tensors? In particular, I am interested in plotting the isosurface of the

Re: [Paraview] Color Table File Format

2012-05-08 Thread Burlen Loring
Hi Guys, I think it is minimally documented on the wiki. http://paraview.org/Wiki/Colormaps A couple months ago I added 91 new lut's there. They are huge help for making nice pseudo color plots, but they are cumbersome when volume rendering since opacity is tied to each of the 256 color

Re: [Paraview] Color Table File Format

2012-05-08 Thread Burlen Loring
On May 8, 2012, at 11:21 AM, Burlen Loring wrote: Hi Guys, I think it is minimally documented on the wiki. http://paraview.org/Wiki/Colormaps A couple months ago I added 91 new lut's there. They are huge help for making nice pseudo color plots, but they are cumbersome when volume rendering since

Re: [Paraview] Color Table File Format

2012-05-08 Thread Burlen Loring
. My google fu was not strong today. -- Mike Jacksonwww.bluequartz.net On May 8, 2012, at 11:21 AM, Burlen Loring wrote: Hi Guys, I think it is minimally documented on the wiki. http://paraview.org/Wiki/Colormaps A couple months ago I added 91 new lut's there. They are huge help

Re: [Paraview] CUDA module in ParaView

2012-05-29 Thread Burlen Loring
Hi John, Yes, I have a filter that uses cuda. I'm in progress of adding streaming capability to support larger datasets, and I'd have to roll back my current checkout to share with you which I haven't had time to do yet. My experience was similar to Dave's. It's very easy to use cuda from

Re: [Paraview] Parallel Streamtracer

2012-06-07 Thread Burlen Loring
Hi Stephan, I've experienced the scaling behavior that you report when I was working on a project that required generating millions of streamlines for a topological mapping algorithm interactively in ParaView. To get the required scaling I wrote a stream tracer that uses a load on demand

[Paraview] some ui issues

2012-06-14 Thread Burlen Loring
I attempted to use my plugin with the master branch today and ran into some UI issues. I found it confusing that none of the properties were displayed until I hit the advanced button. Is there a way to make all the properties show up by default? also, properties that were hidden via the

Re: [Paraview] pvbatch view size

2012-06-25 Thread Burlen Loring
cc'ing list On 06/23/2012 01:38 PM, Burlen Loring wrote: hi Utkarsh, i'm setting as follows: view = GetRenderView() view.ViewSize = [width, height] On Jun 23, 2012 6:35 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com mailto:utkarsh.ayac...@kitware.com wrote: Burlen, How are you

Re: [Paraview] pvbatch view size

2012-06-25 Thread Burlen Loring
Thanks Utkarsh, I'm using 3.14.1 now but this also happens with 3.10.0. Setting the window position didn't help. Burlen On 06/24/2012 06:13 AM, Utkarsh Ayachit wrote: Burlen, This is with 3.14 or greater right? Another thing to try is setting teh window position (maybe it's being shown up

Re: [Paraview] pvbatch view size

2012-06-26 Thread Burlen Loring
unfortunately I'm running this on a vis cluster, I don't see the windows. I guess I can move one slice of the dataset to my workstation and see if the issue remains... On 06/25/2012 04:36 PM, Utkarsh Ayachit wrote: Is it at all possible to view the batch render windows on the processes? I am

Re: [Paraview] pvbatch view size

2012-06-26 Thread Burlen Loring
No luck there. I have had it set to 0 all along, but setting to 1 doesn't help. I initially suspected the xorg config, but xrandr command confirms that the display supports the higher resolutions. Yes, it works with pvserver remote rendering. On 06/26/2012 07:41 AM, Utkarsh Ayachit wrote: O

Re: [Paraview] Parallel Python Programmable Filter Requesting Additional Ghost Data

2012-07-17 Thread Burlen Loring
There is also ghost cell generator for image data that does not convert to multi block. It's called SQImageGhosts and resides in the SciberQuestToolKit pluign. You would need to ensure the plugin is loaded and insert this filter upstream of your python filter. In your filter's

Re: [Paraview] Paraview with SGI - MPT

2012-07-27 Thread Burlen Loring
Hi Ganesh, Here are the settings that worked on an SGI Altix UV. You may want to add export MPI_TYPE_MAX=100 to your run script as well. Burlen #!/bin/bash BUILD_TYPE=Release CC_PATH=/opt/intel/Compiler/11.1/038 MPI_PATH=/opt/sgi/mpt/mpt-2.04 MESA_PATH=$OSMESA_ROOT

Re: [Paraview] some ui issues

2012-07-27 Thread Burlen Loring
Hi Utkarsh, I'm noticing a that custom panels derived from pqAutoGeneratedObjectPanel don't respect the new panel_visibility attribute, however they still honor the property show hint. Is this going to change for the next release? Also having some weird issues in custom panels derived from

Re: [Paraview] Incorporating ImplicitPlane widget into ServerManagerXML

2012-08-02 Thread Burlen Loring
In particular, I want a way to get the Camera Normal. You could get the camera normal inside a custom panel on the client side and communicate it to your filter on the server side via the usual sm mechanisms. I have written a custom panel for an improved plane source in which I wanted to set

Re: [Paraview] Paraview with SGI - MPT

2012-08-07 Thread Burlen Loring
OPENGL_gl_LIBRARY =empty -- *ENSURE THAT THIS IS EMPTY*. The interesting part is that if I delete that line in my paraview compile script, the compilation goes through. Any ideas? ganesh On Fri, Jul 27, 2012 at 12:59 PM, Burlen Loring blor...@lbl.gov mailto:blor...@lbl.gov wrote: Hi Ganesh

Re: [Paraview] pvbatch vs. pvpython

2012-08-08 Thread Burlen Loring
Hi Ganesh, Sig 9 usually means your job was killed by the system. Is it possible that you have exhausted the available ram or hit some artificial limit that is imposed by your batch system? Burlen On 08/08/2012 01:15 PM, Ganesh Vijayakumar wrote: hi! I recently installed paraview 3.12

Re: [Paraview] pvbatch vs. pvpython

2012-08-08 Thread Burlen Loring
wrote: On Wed, Aug 8, 2012 at 5:02 PM, Burlen Loring blor...@lbl.gov mailto:blor...@lbl.gov wrote: Hi Ganesh, Sig 9 usually means your job was killed by the system. Is it possible that you have exhausted the available ram or hit some artificial limit that is imposed by your

  1   2   3   4   >