[Paraview] cluster: works with -np 1, crashes when runs in parallel :-(

2011-11-04 Thread Stéphane Backaert
Hello, I have installed paraview version 3.12.0-RC3-23-g712c45e on a cluster: compiled with intel compiler, openmpi-1.5.3, no hardware acc. so Mesa-7.9 and --use-offscreen-rendering flag at startup, MPI set to ON in ccmake. I launch the server with mpirun -np x ./pvserver

Re: [Paraview] cluster: works with -np 1, crashes when runs in parallel :-(

2011-11-04 Thread Sebastien Jourdain
Hi Stephane, Thanks for reporting it. In fact, that bug has been fixed in ParaView/next and you can simply avoid it if you compile ParaView in Release mode not in Debug.The problem come from an invalid test in an assert(). I will make sure that the fix will be in 3.12. Seb On Fri, Nov 4, 2011

Re: [Paraview] Compiling Paraview on cluster

2011-11-04 Thread Chourasia, Amit
Great thanks for the rdav pointer. On Nov 3, 2011, at 10:01 PM, burlen wrote: Hi Amit, You should start by checking out the documentation on the wiki, http://paraview.org/Wiki/ParaView#Server_Setup Also take a look at how it was set up at RDAV

Re: [Paraview] cluster: works with -np 1, crashes when runs in parallel :-(

2011-11-04 Thread Utkarsh Ayachit
Stephane, Sebastien was referring to a different issue and that problem is not in 3.12-RC3, so we can ignore that response for the time being. I tried to reproduce the problem with the same version as you're using (thanks for reporting the full version number, btw), and things seems to work

Re: [Paraview] Paraview, RC12, Version 02, 03, animation blows up

2011-11-04 Thread Paul Edwards
Are you using --use-offscreen-rendering with the server? I've noticed a bug here with my datasets. In the bug tracker there is this report for pvbatch - http://www.paraview.org/Bug/view.php?id=12424. I get the same problem with just pvserver and that sphere example on the report. Regards,

Re: [Paraview] ptyhon install location

2011-11-04 Thread Utkarsh Ayachit
I believe Dave has fixed this for the final release. Feel free to checkout git-master to give it a try. Utkarsh On Mon, Oct 31, 2011 at 6:34 PM, Orion Poplawski or...@cora.nwra.com wrote: Still the same on RC3.  Any chance this could be fixed before release?  It's going to require a kludge at

Re: [Paraview] ptyhon install location

2011-11-04 Thread David Partyka
Yes, please give it a try. On Fri, Nov 4, 2011 at 10:45 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: I believe Dave has fixed this for the final release. Feel free to checkout git-master to give it a try. Utkarsh On Mon, Oct 31, 2011 at 6:34 PM, Orion Poplawski

[Paraview] OpenDataFile doesn't work in RC2

2011-11-04 Thread Gena Bug
Hello! I tried to open a file from python shell in 3.12.0RC2 and got this message: vtr = OpenDataFile('tmp.vtr') Traceback (most recent call last): File console, line 1, in module File /home/gennadiy/ParaView-3.12.0-RC2-Linux-x86_64/lib/paraview-3.12/site- packages/paraview/simple.py, line

[Paraview] Frustum selection display bug in RC3

2011-11-04 Thread Thompson, David C
Hi all, I've been fiddling with ParaView 3.12 RC3 and found a small bug... when the frustum selection is being rendered as an outline and you delete the target of the selection, the frustum sticks around and cannot be unshown. Attached is a test file illustrating the problem (created on Mac OS

[Paraview] PV 3.12.0-RC3 error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory

2011-11-04 Thread Stephen Wornom
I always download the 64-bit Paraview binary files. PV 3.10.1 worked fine as did previous versions. With PV-3.12.0 and PV-3.12.3 I get this error /home/swornom/ParaView-3.12.0-RC3-Linux-x86_64/lib/paraview-3.12/paraview: error while loading shared libraries: libbz2.so.1.0: cannot open shared

Re: [Paraview] ptyhon install location

2011-11-04 Thread Orion Poplawski
All is fine in git-master. Thanks! On 11/04/2011 08:51 AM, David Partyka wrote: Yes, please give it a try. On Fri, Nov 4, 2011 at 10:45 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com mailto:utkarsh.ayac...@kitware.com wrote: I believe Dave has fixed this for the final release. Feel free

Re: [Paraview] PV 3.12.0-RC3 error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory

2011-11-04 Thread David Partyka
Hi Stephen, this is a bug that we addressed yesterday. I am generating a nightly binary, would you mind trying it when it is done and let us know if the problem has gone away? I will send you a link shortly. On Fri, Nov 4, 2011 at 1:48 PM, Stephen Wornom stephen.wor...@inria.frwrote: I always

[Paraview] Python calculator question

2011-11-04 Thread Tim Gallagher
Hi, We're trying to compare two datasets using the Python calculator and the instructions on: http://paraview.org/Wiki/index.php?title=ParaView/Users_Guide/Python_Calculator#Comparing_Multiple_Datasets However, when we choose our datasets and apply the filter, it says it doesn't support

Re: [Paraview] OpenDataFile doesn't work in RC2

2011-11-04 Thread Utkarsh Ayachit
Thanks for reporting. This bug has been fix and will be included in 3.12 final release. http://paraview.org/Bug/view.php?id=12709 Utkarsh On Fri, Nov 4, 2011 at 11:40 AM, Gena Bug archaero...@mail.ru wrote: Hello! I tried to open a file from python shell in 3.12.0RC2 and got this message: