Re: [Paraview] strange behaviour with PV3.10 on sgi altix system

2011-04-28 Thread pratik
Hi Utkarsh, So...do you have a hunch what may be going on? I'm sorry if i have been troubling you a lot, but this is really the last stage to get PV working on the cluster:as i said before, the build with BUILD_SHARED_LIB off worked perfectly, but the one with that option on did not The

Re: [Paraview] strange behaviour with PV3.10 on sgi altix system

2011-04-28 Thread pratik
Hi, Also, can you please tell me how can i rebuild paraview with the *static* library of the plugin (i.e the .a file)? Although this is a very inelegant way to solve the problem, I just want the functionality of the TensorGlyph plugin. pratik On Thursday 28 April 2011 02:09 PM, pratik

Re: [Paraview] strange behaviour with PV3.10 on sgi altix system

2011-04-28 Thread pratik
Also, I wrote to a person who seemed to have the same problem with sgi mpt and this is what he wrote back (he did not use paraview, but ran a cluster of sgi altix systems). I don't know much of mpi so i'm still looking into this, but i thought this may be of some assistance to the paraview

Re: [Paraview] strange behaviour with PV3.10 on sgi altix system

2011-04-28 Thread pratik
Hi, I took the cmakecache from the static build and toggled the build_share_lib to ON and compiled and it is working! previously i had added some python bindings and other stuff too... pratik On Thursday 28 April 2011 02:38 PM, pratik wrote: Also, I wrote to a person who seemed to have the

Re: [Paraview] plugin mismatch?

2011-04-28 Thread pratik
I did just as you told and the two pluigns loaded properly however...the plugin is yet not working correctly; the tensors are appearing fractured...What may be the source of error now? pratik On Wednesday 27 April 2011 05:54 PM, Utkarsh Ayachit wrote: Yes and then load the right plugin on the

Re: [Paraview] plugin mismatch?

2011-04-28 Thread Utkarsh Ayachit
Can you post a image? Utkarsh On Thu, Apr 28, 2011 at 8:08 AM, pratik pratik.mal...@gmail.com wrote: I did just as you told and the two pluigns loaded properly however...the plugin is yet not working correctly; the tensors are appearing fractured...What may be the source of error now?

Re: [Paraview] Problem loading multiple volumes in ParaviewWeb

2011-04-28 Thread Utkarsh Ayachit
Can you post an image of what you're seeing? Also if you post images for what you see rendered at the following locations in the code, it will be helpful. ... // Load the data files in RAM var data1 = pv.OpenDataFile('test1.vtk'); CAPTURE_IMAGE()

Re: [Paraview] plugin mismatch?

2011-04-28 Thread Utkarsh Ayachit
Not sure, I was able to play with this plugin just fine. Try this: Go to Edit | Settings dialog. Open up the Render View pages and go to the Server Page. There, uncheck the remote-render threshold. Are things still broken? Utkarsh On Thu, Apr 28, 2011 at 8:21 AM, pratik pratik.mal...@gmail.com

Re: [Paraview] plugin mismatch?

2011-04-28 Thread pratik
Yes...it is still broken :( ;( have you ever had the situation when paraview at both the ends were compiled with different compilers? Is it an X- related problem? pratik On Thursday 28 April 2011 06:01 PM, Utkarsh Ayachit wrote: Not sure, I was able to play with this plugin just fine. Try

Re: [Paraview] plugin mismatch?

2011-04-28 Thread pratik
iran mpirun with the verbose option on the server and got this as output; MPI: libxmpi.so 'SGI MPT 1.23 03/28/09 11:45:59' MPI: libmpi.so 'SGI MPT 1.23 03/28/09 11:43:39' MPI Environmental Settings MPI: MPI_DSM_DISTRIBUTE (default: not set) : 1 MPI: The default size of the mapped stack

Re: [Paraview] plugin mismatch?

2011-04-28 Thread Utkarsh Ayachit
Ok first things first. This is community contributed plugin so I have no idea what it does or what it doesn't. To identify the issue, I always tend to start simple. Run without connecting to the server at all. In builtin mode, does the plugin work? Next try with 1 pvserver processes without MPI.

Re: [Paraview] Problem loading multiple volumes in ParaviewWeb

2011-04-28 Thread Sebastien Jourdain
Hi Raj, The reason why you are not seeing the same settings across your data is because you need to apply your SetDisplayProperties for each loaded data. The reason why only the last one is set correctly, it's because ParaView has a stack of active objects. And since the SetDisplayProperties

Re: [Paraview] plugin mismatch?

2011-04-28 Thread pratik
Great Idea. Also, thanks very much for helping me Utkarsh. analysis: 1) works on client perfectly 2) started pvserver on head node with -np 1 (for mpi):- no problem 3) works on head node UPTO -np 3 -np 4 becomes fractured. Now, the other filters that i have used have worked

[Paraview] image bufferin ParaviewWeb

2011-04-28 Thread Luigi Calori
Hi everybody, I recently somehow suceeded in compiling and installing paraview+paraviewweb components. It was just after 3.10, so I used 3.10.0 and had some problems... expecially as the suggested dep ActiveMQ is just available in release 3.2.5 and the suggested 3.1.x seems unavailable. I' m

Re: [Paraview] image bufferin ParaviewWeb

2011-04-28 Thread Sebastien Jourdain
Hi Luigi, the bug you are facing was a bug inside VTK that I fixed maybe just after 3.10.0. But you can patch your VTK, as it's a really small fix. Seb PS: I've paste the fix bellow commit e938db39c2bbd730a060cb0cf95fec52e15d281a Author: Sebastien Jourdain sebastien.jourd...@kitware.com Date:

Re: [Paraview] paraviewweb on windows

2011-04-28 Thread Sebastien Jourdain
Hi Katsumi, when you've got questions on ParaView/ParaViewWeb, you should post them on the Paraview mailing list. So other could benefit from it. Thanks Seb On Thu, Apr 28, 2011 at 7:49 AM, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: Hi Katsumi, ParaViewWeb should work on

[Paraview] ParaViewWeb Building problem

2011-04-28 Thread Kelly T. Kirk (CISD/CIV)
When building PWServer using PavaView master git release. include/paraview-3.11/vtkInitializationHelper.h has a new int type argument. Which PavaView git release should I uses to build ParaViewWeb with? [ 57%] Building CXX object ParaViewAdapter/CMakeFiles/PWServer.dir/main.cxx.o cd

[Paraview] Time Range Skipping

2011-04-28 Thread Brian C. Panneton (CONTR)
I am attempting to set up a time range for my reader. However, it increments the time range by 1/10ths instead of by 1. So if my range start = 0 and range end = 4000, I get 10 steps instead of 4000. My RequestInformation looks like such: [code] ... double timeRange[2]; timeRange[0] =

Re: [Paraview] Time Range Skipping

2011-04-28 Thread Utkarsh Ayachit
In addition to TIME_RANGE(), put TIME_STEPS() in the outInfo during RequestInformation. You'll have to compute the discrete timesteps manually with appropriate increments. Utkarsh On Thu, Apr 28, 2011 at 11:31 AM, Brian C. Panneton (CONTR) brian.c.panneton@us.army.mil wrote: I am

Re: [Paraview] ParaViewWeb Building problem

2011-04-28 Thread Sebastien Jourdain
Hi Kelly, Right now you should use ParaView 3.10.1 for ParaViewWeb, but I should push a fix today for ParaView master. After my fix, for the ones that wants to use ParaView 3.10.1, you should used the ParaViewWeb version that come with the tag pv-3.10.1. To get that given version from your git

Re: [Paraview] Time Range Skipping

2011-04-28 Thread Moreland, Kenneth
I assume that you left out of your example code where you also set TIME_STEPS in RequestInformation. If you had not done that, you would not have a TIME_STEPS key to read from in RequestData. (Incidentally, I don't think your check to make sure the UPDATE_TIME_STEPS value is in TIME_STEPS. The

Re: [Paraview] plugin mismatch?

2011-04-28 Thread Sven Buijssen
Hi, Being the one who uploaded the plugin (having added a mere frosting to the servermanager XML that got posted here in 2009) I'd like to add the following: The plugin is merely a convenient way to use vtkTensorGlyph.cxx from within ParaView, but does not add additional features. As such it

Re: [Paraview] plugin mismatch?

2011-04-28 Thread pratik
Thanks Sven! I'll try that out and post the results. Btw. that would be a nice thing to add to the wiki, if it isn't there already :) pratik On Thursday 28 April 2011 10:17 PM, Sven Buijssen wrote: Hi, Being the one who uploaded the plugin (having added a mere frosting to the servermanager

Re: [Paraview] plugin mismatch?

2011-04-28 Thread pratik
Just tried it...but getting same result :( . First loaded data, then applied D3 filter and then applied tensor glyph. am i doing something wrong here? pratik On Thursday 28 April 2011 10:20 PM, pratik wrote: Thanks Sven! I'll try that out and post the results. Btw. that would be a nice

Re: [Paraview] plugin mismatch?

2011-04-28 Thread pratik
But hey here's something. i check use minimal memory and it WORKED! i wonder how that happened? anyway, i'm glad that it worked :) Thanks Sven and Utkarsh for all the help ! pratik On Thursday 28 April 2011 10:27 PM, pratik wrote: Just tried it...but getting same result :( . First loaded

Re: [Paraview] plugin mismatch?

2011-04-28 Thread pratik
I spoke too soon...the mpi log shows that some processes are yet being starved of data: MPI: libxmpi.so 'SGI MPT 1.23 03/28/09 11:45:59' MPI: libmpi.so 'SGI MPT 1.23 03/28/09 11:43:39' MPI Environmental Settings MPI: MPI_DSM_DISTRIBUTE (default: not set) : 1 MPI: The default size of the

Re: [Paraview] plugin mismatch?

2011-04-28 Thread pratik
Also, it turns out that for the larger dataset that I am visualizing (256X256 grid of tensors) even the previous technique does not give unbroken glyphs... On Thursday 28 April 2011 10:35 PM, pratik wrote: I spoke too soon...the mpi log shows that some processes are yet being starved of data:

Re: [Paraview] Problem loading multiple volumes in ParaviewWeb

2011-04-28 Thread Rajvikram Singh
Thanks Sebastien .. that was the problem :) It works fine now and I can switch the different datasets on/off. --- On Thu, 28/4/11, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: From: Sebastien Jourdain sebastien.jourd...@kitware.com Subject: Re: [Paraview] Problem loading

Re: [Paraview] Problem loading multiple volumes in ParaviewWeb

2011-04-28 Thread Sebastien Jourdain
This is a good news, I remember that you were asking for JavaScript code samples. In fact in the Sandbox sample application the whole Python tutorial has been translated as JavaScript code, so you can see the difference between the Python and the JavaScript API as well as testing your code. Seb

Re: [Paraview] plugin mismatch?

2011-04-28 Thread pratik
ok. So it does seem like data is being distributed properly by the D3 filter, because on fresh runs, none of the processes spawned are starving of memoryhowever, the glyphs that i get for large datasets are still brokennow i really don't know why...perhaps the data is not being

Re: [Paraview] plugin mismatch?

2011-04-28 Thread pratik
I also had a small doubt... when i initial read in my data, i can see the plane, and that is coloured by a scalar. When i zoom in and out, i can clearly see the plane divided into 8 equal parts, before it renders completely in 1 sec. I am assuming that this is the way in which pv breaks data

[Paraview] XYZ plot

2011-04-28 Thread Anna Muthiah
Hi guys, I want to construct XYZ plot. I couldn't find any tutorial or documentation related to it online. Can somebody give some heads up on where to start? Is there any basic examples? Thank you! Annamalai ___ Powered by www.kitware.com

[Paraview] ParaViewWeb update

2011-04-28 Thread Sebastien Jourdain
Hi Folks, I've just push today some fix to the ParaViewWeb repository to support the latest ParaView git/master. But for the users of ParaViewWeb that want to use the latest ParaView release (3.10.1) instead, you should checkout the tag pv-3.10.1 in the ParaViewWeb repository. In order to do