Re: [Paraview] Fluent / Ensight data on cluster

2008-12-09 Thread Berk Geveci
Actually, looking at it further, I found that it does not do any extraction. If it did, it would repartition each block among processors. I don't have a lot of time to experiment with this now but I think I know how to fix it. If you look at vtkGenericEnSightReader.cxx in VTK/IO and add vtkInfor

Re: [Paraview] Fluent / Ensight data on cluster

2008-12-09 Thread Jacques Papper
Hi Berk, Thanks for your answer, I will file a bug. When you say that each one extracts a piece do you mean that it partitions the data, or that each one reads a different predefined block ? In my case I would need it to repartition the data. Jacques > I tracked this down and you are right. Wh

Re: [Paraview] Fluent / Ensight data on cluster

2008-12-08 Thread Berk Geveci
I tracked this down and you are right. When reading EnSight files (not sos), all processes read the whole dataset and then each one extracts a piece. If you submit a request at http://paraview.org/Bug, we can address this issue in the future. -berk On Fri, Dec 5, 2008 at 3:48 AM, Jacques Papper <

Re: [Paraview] Fluent / Ensight data on cluster

2008-12-05 Thread Jacques Papper
The grid is unstructured. It comes up as a multiblock dataset in ParaView, but there is only one fluid volume. The other blocks are just surfaces. Jacques 2008/12/4 Berk Geveci <[EMAIL PROTECTED]> > The answer depends on the data type. Is it structured or unstructured? > > > On Dec 4, 2008, at 11

Re: [Paraview] Fluent / Ensight data on cluster

2008-12-04 Thread Berk Geveci
The answer depends on the data type. Is it structured or unstructured? On Dec 4, 2008, at 11:49 AM, "Jacques Papper" <[EMAIL PROTECTED]> wrote: Hi, I compiled Paraview for use in parallel. I have an Ensight data set that has been output from fluent. I also have the fluent .cas and .dat fi

[Paraview] Fluent / Ensight data on cluster

2008-12-04 Thread Jacques Papper
Hi, I compiled Paraview for use in parallel. I have an Ensight data set that has been output from fluent. I also have the fluent .cas and .dat files (saved from a cluster run) I would like to load the data using the best of paraview in parallel. If I launch pvserver on 4 nodes and load the ensight