[Paraview] Unable to compile with Python enabled

2014-10-15 Thread Chris Bording
Hi, Okay spent a couple days experimenting with building Paraview-4.1 and 4.2. on our local GPU-cluster it is The SGI supercomputer comprises 96 nodes, each containing two 6-core Intel Xeon X5650 CPUs, an NVIDIA Tesla C2075 GPU and 72 GB RAM, resulting in a system containing 1152 cores and 9

Re: [Paraview] Unable to compile with Python enabled (UNCLASSIFIED)

2014-10-15 Thread Su, Simon M CTR USARMY ARL (US)
Classification: UNCLASSIFIED Caveats: NONE Chris, Maybe try the http://www.paraview.org/Wiki/ParaView/Superbuild route? I can confirm that for ParaView v4.2.0-1 and Superbuild, ParaView is building for CRAY XC-30, SGI UV And we are building it with -DUSE_SYSTEM_python:BOOL=OFF HTH, -simon ---

[Paraview] service_identity issue

2014-10-15 Thread Kit Chambers
Hi All, I am currently getting the following error message when running a matplot lib script through a ParaView derived application. lib/paraview-4.2/site-packages/twisted/internet/_sslverify.py:184: UserWarning: You do not have the service_identity module installed. Please install it from

Re: [Paraview] service_identity issue

2014-10-15 Thread Utkarsh Ayachit
I am not sure why that module is being imported. Is something importing it manually? On Wed, Oct 15, 2014 at 11:51 AM, Kit Chambers wrote: > Hi All, > > I am currently getting the following error message when running a matplot > lib script through a ParaView derived application. > > lib/paraview-

Re: [Paraview] ParaView with VirtualGL

2014-10-15 Thread Craig Michoski
Ah, okay, I figured out part of my problem. I had to connect to the server and display the output on the server side, not just the client side, which I guess is where the print commands redirects. Now I have several other problems. First: 1) the print command outputs n_processor number of outpu

Re: [Paraview] ParaView with VirtualGL

2014-10-15 Thread Berk Geveci
Hi Craig, Which version of ParaView are you using? What file format are you loading? Best, -berk On Wed, Oct 15, 2014 at 4:52 PM, Craig Michoski wrote: > Ah, okay, I figured out part of my problem. I had to connect to the > server and display the output on the server side, not just the clien

Re: [Paraview] ParaView with VirtualGL

2014-10-15 Thread Craig Michoski
Hi Berk, Thanks for the response. I see I'm at the fount. So, I'm using paraview 4.1.0, and loading everything in from vtu files. The basic python filter I'm trying to get running in parallel is this below, for a basic integration along a dimension in two of the loaded fields (one a scalar alph

Re: [Paraview] ParaView with VirtualGL

2014-10-15 Thread Berk Geveci
First things first, you need to upgrade to 4.2 :-) It has significant improvements to the Python API and you are like to need them. When running in parallel, if you want to restrict which ranks print out information, you can do something like this: import vtk contr = vtk.vtkMultiProcessController

Re: [Paraview] BOX -> volume?

2014-10-15 Thread B.W.H. van Beest
I am still busy with finding out which etensions are needed, and how I can enable them. THis opebnGL-world is a bit alien to me, so it will take some time. Regards, Bertwim On 10/14/2014 11:07 PM, Aashish Chaudhary wrote: > Looks like certain extensions are still not quite working on yours > syst

[Paraview] Cannot add 3D cell to umesh

2014-10-15 Thread B.W.H. van Beest
Hello, I'm wondering how I should add e.g. a 3D cell like a tri-prism (a prism with identical triangles as base) or a skew variation of it (triangles are not the same) to an (empty) unstructured grid. The 3D cell itself is described by its points (vtkPoints) and its faces, collected in a vtkCellAr