Re: [Paraview] Cannot compile 4.1 on Ubuntu 12.04 x64 with OpenMPI 1.8.1

2014-05-30 Thread Victor
Thank you for the fast reply! I compiled an alternative openmpi-1.8.1 with -fPIC flag (I verified that it was placed into the Makefile), removed the original Paraview build directory, modified the Paraview build configuration by rerunning ccmake to point to the alternative openmpi path, but the

Re: [Paraview] Cannot compile 4.1 on Ubuntu 12.04 x64 with OpenMPI 1.8.1

2014-05-30 Thread Utkarsh Ayachit
Can you post your CMakeCache.txt file? On Fri, May 30, 2014 at 2:40 AM, Victor victor.ma...@gmail.com wrote: Thank you for the fast reply! I compiled an alternative openmpi-1.8.1 with -fPIC flag (I verified that it was placed into the Makefile), removed the original Paraview build directory,

Re: [Paraview] [EXTERNAL] Paraview crashes during volume rendering

2014-05-30 Thread Scott, W Alan
I believe that the answer to size limit is no. HOWEVER – volume rendering increases the memory footprint significantly (something like an order of magnitude). Try using the View/ Memory Inspector to see how memory is doing. Alan From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf

[Paraview] Naming an existing data array.

2014-05-30 Thread Andrew Maclean
I have a source object that produces a polydata object. Unfortunately the normals and scalars are unnamed. How do I access these and name them in ParaView. I thought something like this may work in a Programmable Filter: pdi = self.GetPolyDataInput() pdo = self.GetPolyDataOutput()