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. O

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(); w-

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

Re: [Paraview] Saving Views

2010-10-20 Thread burlen
with no problem. If you still experience the problem using the above steps you should file a bug report on http://www.paraview.org/Bug with details about your platform and steps to reproduce the situation. Burlen On 10/20/2010 09:33 AM, Phil Tiller wrote: Hi Burlen, Thanks for responding

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. Fir

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

2010-11-03 Thread burlen
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. I am following the "CSVImageReader" tutorial here: http://www.kitware.com/products/html/Writ

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

2010-11-09 Thread burlen
you think. You could use 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 "

Re: [Paraview] Background: trim, transparent?

2010-12-17 Thread burlen
king 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 infile outfile"

Re: [Paraview] Background: trim, transparent?

2010-12-19 Thread burlen
, 2010 at 7:47 PM, burlen wrote: Hi, ParaView doesn't currently do this (unless its implemented in the development version which I haven't used in a while). A quick and dirty approach is with the ImageMagick suite. Another option is the GIMP scriptfu. In either case one can apply t

Re: [Paraview] Naming two output ports

2010-12-28 Thread burlen
Hi Rafael, You're after the "OutputPort" server manager XML tag. The "name" attribute will be used in the GUI label. The following example is taken from a data source that produces two outputs. ... ... Burlen On 12/28/2010 03:28 PM, Rafael Küng wrote: H

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 <mailto:blor...

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] using vtkInformation in 3.10

2011-05-05 Thread burlen
m input to output 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

Re: [Paraview] Memory problems

2011-07-15 Thread burlen
his due 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 Mirz

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 "icon&q

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] crash when computing distributed streamlines with threshold

2012-01-08 Thread burlen
ll data on all ranks in its RequestUpdateExtent and then does an all to all gather of the geometry in its RequestData override. You'd need to add some check to error out of reqeust data if the data is too large to be gathered. Hope this helps Burlen On 01/06/2012 09:18 AM, Favre Jean wrote

Re: [Paraview] Question on Information Objects

2012-03-22 Thread burlen
hi, information keys are more for passing info between filters through the pipeline. if all you want is to display a string, you could make a second output port to your reader that produces a vtkTable and populate it with the string. This could be displayed in the pv ui. here's a quick example

Re: [Paraview] build error with boost and additional questions

2012-03-27 Thread burlen
educe incompatibilities? but also maybe to improve the cmake coverage? Burlen On 03/27/2012 09:44 AM, Utkarsh Ayachit wrote: All plugins are indeed optional. If you build your server statically, it will include all plugins that were enabled at build time so you may get a warning message when a c

Re: [Paraview] build error with boost and additional questions

2012-03-27 Thread burlen
Amit, you may want to enable the visit bridge as it dramatically expands the number of file formats pv can open, and would very likely work around the bug you found. On 03/27/2012 02:39 PM, Chourasia, Amit wrote: My server side Paraview build was built without visit bridge. On client side I us

[Paraview] slice rep ignores dataset origin in cs mode

2012-05-24 Thread burlen
nothing is displayed. You need to change the camera to +y to see the data but you can't. To work around I had to delete the view and make a new one. things work fine after that. Not sure if these are known issues. Burlen -0.81598424911 -0.82099401951 -0.8

Re: [Paraview] Parallel Streamtracer

2012-06-08 Thread burlen
Hi Stephan, Oh, thanks for the update, I wasn't aware of these changes. I have been working with 3.14.1. Burlen On 06/08/2012 01:47 AM, Stephan Rogge wrote: Hello Burlen, thank you very much for your post. I really would like to test your plugin and so I've start to build it. Unf

Re: [Paraview] Parallel Streamtracer

2012-06-08 Thread burlen
OK, you had me a little worried there, ;) I will send you some instructions and example data to test with, our network is down due to an unexpected power outage so it won't be today. Burlen On 06/08/2012 07:25 AM, Stephan Rogge wrote: Someone told me that you have to clear your

Re: [Paraview] Parallel Streamtracer

2012-06-08 Thread burlen
Hi Leo, Thanks, yes please send your fixes, or you could also push them to github. Which ever you prefer. Burlen On 06/08/2012 09:10 AM, Yuanxin Liu wrote: Hi, I have recently gotten Burlen's code and updated it to work with the latest ParaView. Aside from vtkstd, there are also

Re: [Paraview] Parallel Streamtracer

2012-06-08 Thread burlen
Hi Stephan, As promised here are instructions and a small test dataset. http://www.hpcvis.com/vis/sq-field-tracer.html Burlen On 06/08/2012 11:14 AM, burlen wrote: OK, you had me a little worried there, ;) I will send you some instructions and example data to test with, our network is

Re: [Paraview] some ui issues

2012-08-13 Thread burlen
tegies/radixk.c:775: Radix-k received image with wrong size. On 07/27/2012 01:25 PM, Utkarsh Ayachit wrote: Burlen, Kyle can give you more details, but the theme is that pqAutoGeneratedObjectPanel and related classes are going to be deprecated. For backwards compatibility sake, these will be arou

[Paraview] cmake issue with master

2012-09-04 Thread burlen
Hi , with a pull from master this am I have the following problem when using OSMesa without X. Any ideas? CMake Error at VTK/CMake/vtkModuleAPI.cmake:90 (message): Requested modules not available: pqCore pqComponents pqApplicationComponents Call Stack (most recent call first):

[Paraview] auto generated line edits in the display panel

2012-10-19 Thread burlen
or with an xml attribute? for example by connecting to one or the other of the editingFinished or texteEdited signals? Or perhaps for the generation code to select which signal to connect to depending on the context? Since the properties panel is under development I thought it might be a good ti

[Paraview] new memory inspector panel documentation

2012-11-30 Thread burlen
Documentation for the new memory inspector panel can be found here: http://paraview.org/Wiki/ParaView/Memory_Inspector_Panel The new panel reports per-process usage and provides some additional debugging tools. It should be available in the 3.98 release. Burlen

Re: [Paraview] Why is pvbatch displaying images?

2013-03-13 Thread burlen
be called Zaphod-heads. http://en.gentoo-wiki.com/wiki/X.Org/Dual_Monitors Burlen On 01/30/2013 05:42 AM, Andy Bauer wrote: Hi Pradeep, If you don't want the window to pop up you'll need to use offscreen rendering with OSMesa. WriteAnimation() needs to create a window in order to gener

Re: [Paraview] FW: [Paraview-developers] How do I create a multi-level array selection box for a reader?

2013-04-26 Thread burlen
I don't think the xml is that sophisticated, you're probably going to need a custom panel for that. On 04/26/2013 08:37 AM, Joshua Murphy wrote: This is a repost from the developer list… I am still looking for information on how I m

Re: [Paraview] FW: [Paraview-developers] How do I create a multi-level array selection box for a reader?

2013-04-26 Thread burlen
work in later release of PV. http://paraview.org/Wiki/Properties_Panel Burlen On 04/26/2013 10:29 AM, Joshua Murphy wrote: Hi Burlen, Ok… how do I go about creating the custom panel? Is there an example somewhere that I can look at? Thanks, Josh From: burlen mailto:burlen.lor...@gmail.com

[Paraview] pvbatch is not working with newer osmesa releases

2013-06-07 Thread burlen
t=193910354&build=2930694 Burlen run_in_client=1 if not run_in_client: try: paraview.simple except: from paraview.simple import * output='mesa-sphere-pvbatch.png' else: from paraview.simple import * output='mesa-sphere-pvserver.png' paraview.simple._Disa

Re: [Paraview] pvbatch is not working with newer osmesa releases

2013-06-10 Thread burlen
from git, and most of the failures are because of this issue. http://open.cdash.org/viewTest.php?onlyfailed&buildid=2933096 On 06/07/2013 07:00 PM, burlen wrote: Hi All, pvbatch is not working with os mesa. however there's no issue when running pvserver in cs mode with same os

Re: [Paraview] [Paraview-developers] Reader Plugin with Texture image

2013-10-07 Thread burlen
I think that you have to do this through the display properties. Way down under the misc section there's a widget that lets you load a texture. I think you should be able to use it if you generated texture coords and in a 2 component vtk float array and named them "Texture Coordinates" On 10/

[Paraview] paraview web issue

2014-11-24 Thread burlen
info about what's failing? Can anyone give some hint on troubleshooting this issue? Burlen 131.243.240.15 - - [24/Nov/2014:08:48:06 -0800] "GET / HTTP/1.1" 304 211 131.243.240.15 - - [24/Nov/2014:08:48:06 -0800] "GET /resources/css/app-d837b293d081641aaa2111b87080b6d6.css HTTP/1.

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

2008-08-25 Thread Burlen Loring
om within VTK, and was implemented a couple months ago, so you may need to have the cvs version. Burlen John R. Cary wrote: For a paraview plugin: After vtkUnstructuredGrid* ugridPtr = vtkUnstructuredGrid::New(); ... ugridPtr->Allocate(ncells); is there a way to tell whether t

Re: [Paraview] adding a new filter

2008-08-26 Thread Burlen Loring
ore clearly. And our wiki http://www.paraview.org/Wiki/ParaView has more info on plugins (one of your other options). Burlen Natalie Happenhofer wrote: Hello! I want to add a new Filter to Paraview, so I downloaded the source code with cvs and wrote two files concerning my new filter,

[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. R&D Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971

Re: [Paraview] CTH Reader/Parts extract problem

2008-09-09 Thread Burlen Loring
Hi Rick, Looks like it's in the reader, as rolling back all of the changes between now and then fixes. I'll see if I can isolate what went wrong. Now might be a good time to add a regression test as well. Burlen Rick Angelini(CISD/CIV) wrote: I have a CTH 8.1 dataset that I&#x

Re: [Paraview] CTH Reader/Parts extract problem

2008-09-09 Thread Burlen Loring
for spyPlotReader.h. I am working on a fix. Burlen Rick Angelini(CISD/CIV) wrote: So, you have a dataset that duplicates the problem? Burlen Loring wrote: Hi Rick, Looks like it's in the reader, as rolling back all of the changes between now and then fixes. I'll see if I can iso

Re: [Paraview] CTH Reader/Parts extract problem

2008-09-09 Thread Burlen Loring
Hi Rick, I was able to track down the issue & I committed a fix. Dashboards have digest the changes and look OK. Please let me know if you continue to experience the difficulty. Thanks Burlen Rick Angelini(CISD/CIV) wrote: So, you have a dataset that duplicates the problem? Burlen Lo

Re: [Paraview] questions concerning vtkFloatArray

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

Re: [Paraview] questions concerning vtkFloatArray

2008-09-11 Thread Burlen Loring
Natalie Happenhofer wrote: Hi Burlen, thanks for your answer! No problem. I still have a few questions: -) I don´t understand the structure of the vtkFloatArray (or in general, of the vtkDataArray): I have not points, but tuples? How is the data organised? You should obtain a current

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

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

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. R&D Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x137 ___ ParaView mailing lis

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

2008-09-19 Thread Burlen Loring
ts, but I do not really know where to look for the > > error. > > Does anyone have an idea? > > > > Thx, > > NH > > > > > > > > Express yourself instantly with MSN Messenger! MSN Messenger > > <http://clk.

Re: [Paraview] SafeDownCast to vtkDoubleArray fails

2008-09-21 Thread Burlen Loring
atdmt.com/AVE/go/onm00200471ave/direct/01/> ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview -- Burlen Loring Kitware, Inc. R&D Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x137 __

Re: [Paraview] SafeDownCast to vtkDoubleArray fails

2008-09-22 Thread Burlen Loring
> > ---- > > > > ___ > > ParaView mailing list > > ParaView@paraview.org > > http://www.paraview.org/mailman/listinfo/paraview > > >

[Paraview] test data for readers?

2008-10-29 Thread Burlen Loring
Hi all, I need data sets to test new a collection of PV readers. Does any one have any data sets I could use for the following formats? I think I cleaned out the ones that PV already supports but if I missed one then please ignore. Thanks in advance! Burlen ANALYZE{ id:ANALYZE_1.0 type

Re: [Paraview] Reader

2008-10-30 Thread Burlen Loring
i need to worry about this, or does paraview handle this in some clever way? -- Burlen Loring Kitware, Inc. R&D Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x137 ___ ParaView mailing list ParaView@paraview.org http

Re: [Paraview] pvserver always shows 100% cpu usage

2008-12-05 Thread Burlen Loring
Hi Guys, I just checked this with 2 pvserver running on my 8 core workstation and I don't see it, I'm using mpich2-1.0.7. I have heard somewhere it's an issue specific with openmpi, not sure how true that rumor is though. Burlen Jens wrote: Hi John, thanks for your ans

Re: [Paraview] Writer Plugin cannot be loaded

2009-01-15 Thread Burlen Loring
edes hacer con el nuevo Windows Live? <http://www.microsoft.com/latam/windows/windowslive/> ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview -- Bu

Re: [Paraview] Writer Plugin cannot be loaded

2009-01-15 Thread Burlen Loring
www.microsoft.com/latam/windows/windowslive/> ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview -- Burlen Loring Kitware, Inc. R&D Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x137

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

2009-01-28 Thread Burlen Loring
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/paraview-3.5 directory to the bin dire

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 th

Re: [Paraview] problem compiling paraview 3.4.0

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

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

Re: [Paraview] Trying to plot signals to paraview

2009-02-06 Thread Burlen Loring
George Markomanolis wrote: I must write a script/ program to convert gnuplot file to paraview but I am not sure about the topology, I must declare the topolgy for every point, right? I am confused because I have a lot of constrains for example if a point is alone then the topology is vertex if

Re: [Paraview] problems with repeatable input to filter

2009-02-20 Thread Burlen Loring
Hi, I wrote one a while back and I did it another way. in the constructor: this->SetNumberOfInputPorts(2); add a couple of methods like this: void vtkBlahFilter::SetDataSet1Connection(vtkAlgorithmOutput* algOutput) { this->SetInputConnection(0, algOutput); } void vtkBlahFilter::SetDataSet2Conn

Re: [Paraview] problems with repeatable input to filter

2009-02-20 Thread Burlen Loring
Jeff Baumes wrote: void vtkBlahFilter::SetDataSet1Connection(vtkAlgorithmOutput* algOutput) { this->SetInputConnection(0, algOutput); } void vtkBlahFilter::SetDataSet2Connection(vtkAlgorithmOutput* algOutput) { this->SetInputConnection(0, algOutput); } Burlen's code looks right, but I be

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(); momen

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-25 Thread Burlen Loring
Hi Guys, By the way I just tried to load her data using the new VisIt database bridge and it worked! Does the CSCS plugin you guys have been talking about support multiple meshes in the same file? Just curious, cause I had to write a custom panel in PV to get that stuff working. Burlen

Re: [Paraview] using netcdf in paraview

2009-03-26 Thread Burlen Loring
it needs it - fingers crossed). then try making it all. Of course it won't actually work, but that's what I've been trying to say all week! When it fails, ask Burlen for his netCDF adaptor stuff from visit and we can all get on with other stuff... JB John, I must be missing

Re: [Paraview] Design of Multiple Input Filter

2010-01-15 Thread Burlen Loring
elp but I am probably not looking up the correct terms. Thanks -- Mike Jackson On Jan 15, 2010, at 1:00 PM, burlen wrote: It doesn't have to be be a composite data algorithm or operate on composite data. There are two options available without delving into composite data, 1) make mult

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 grap

Re: [Paraview] Algorithm causing reader RequestData when running

2010-03-26 Thread Burlen Loring
lter", and see 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 c

[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

[Paraview] vtkSocket bugs

2011-02-27 Thread Burlen Loring
't set the descriptor ivar to -1 which resulted in vtkSocket::~vtkSocket calling close on a closed socket. Not a disasterous error, but this reinforces my opinion that the returns should be tested and error messages printed. Thanks Burlen --- vtkSocket.cxx.3.8.1 2011-02-27 13:47:42.78757379

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 execu

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

Re: [Paraview] static linking with python

2011-03-08 Thread Burlen Loring
is a performance penalty at least during startup, I'm 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 o

[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/

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.

[Paraview] development install

2011-04-12 Thread Burlen Loring
I am not sure if anyone reported this yet, if not: PARAVIEW_INSTALL_DEVELOPMENT=ON CMake Error at cmake_install.cmake:59 (FILE): file INSTALL cannot find "/sw/analysis/paraview/3.10.0/sles11.1_intel11.1.038/build/ParaViewLibraryDepends.cmake"

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 <mailto:blor...@lbl.gov>> wrote: I am not sure if anyone reported this ye

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 <mailto:blor...@lbl.gov>> wrote: Hi, While installing ParaView on Nautilus, http://www.nics

Re: [Paraview] vtkSocket bugs

2011-04-14 Thread Burlen Loring
Thanks Dave, Filed the bug report http://www.paraview.org/Bug/view.php?id=12087 I updated the patch for 3.10.0 as well (attached here and on the bug report). Burlen On 04/13/2011 11:24 AM, David Partyka wrote: Humm, I forgot all about this email. I'll stick it in right now for 3.10.

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 compile

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

[Paraview] using vtkInformation in 3.10

2011-05-04 Thread Burlen Loring
erate 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 F

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 P

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 wit

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 pvserver

[Paraview] trashed screen

2011-06-03 Thread Burlen Loring
could upload the screenshot. http://www.paraview.org/Bug/view.php?id=12244 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 chec

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!

[Paraview] Surface LIC memory usage

2011-06-06 Thread Burlen Loring
memory use w/ surface rep. 1 775272 0 missmarple 15193 1 776856 1 776856 1 779336 1 18480044 <-- memory use w/ LIC rep. [0] vtkSQBOVReader::RequestData 3.05736 1 18792084 [0] vtkSQBOVReader::RequestData 3.1486 1 19603868 [0] vtkSQBOVReader::SetFileName 2.09808e-05 Client connection c

Re: [Paraview] Surface LIC memory usage

2011-06-08 Thread Burlen Loring
06/07/2011 05:53 AM, 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 Loring wrote: Hi, I am seeing

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 f

[Paraview] path lines

2011-06-28 Thread Burlen Loring
ched), and still 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 ___ P

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

2011-06-29 Thread Burlen Loring
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 if

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

2011-06-30 Thread Burlen Loring
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 wa

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

2011-07-06 Thread Burlen Loring
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 DataRepresentation2.LICNumberOfSteps = 12 File "/work/ext/ParaView/PV3-3.10.0/Utilities/VTKPythonWrapping/site-pa

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

2011-07-06 Thread Burlen Loring
er plugins 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, A

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

[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

<    1   2   3   4   5   6   >