[Paraview] N:M redistribution and coprocessing

2011-07-28 Thread Atanas Atanasov
Hello , i am currently working as a graduate student on a project for N:M redistribution in my university and i plan to use the coprocessing library for this. Our system consists of a vis. cluster(some workstations + tiled screen display) and a bluegene machine for the simulation. We have a

Re: [Paraview] Accessing field and wind blade data (together) in python filter

2011-07-28 Thread David E DeMarle
One thought that comes to mind is the Resample with DataSet filter, which is a filter which has the effect of merging pipeline branches together. Set the Input to be the field and the Source to be the blade and the result will be a copy of the blade with the data values of the field sampled onto

Re: [Paraview] Accessing field and wind blade data (together) in python filter

2011-07-28 Thread Sohail Shafii
Thank you for the suggestions.  Since the data sets were on separate ports, here's what I did: I did a re-sample with data set to map the input (field) to the source (blade).  But the blade cell data items were missing in the result, so I then did a Group data set with the result of the mapping

Re: [Paraview] N:M redistribution and coprocessing

2011-07-28 Thread Andy Bauer
Hi, I've built and run coprocessing on a BlueGene P. There are some scripts available at https://github.com/patmarion/ParaViewAutoBuild/branches for building it on the P. You probably want the ibmbgp-pv-3.10.1 branch from that. From there, edit build_options.sh and change this line to indicate

[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

[Paraview] Animation Problem

2011-07-28 Thread Jason Haraldsen
I am trying to save an avi animation, but the program keeps crashing right as it finishes. J ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic