[vtkusers] Réf. : vtkusers Digest, Vol 37, Issue 25

Stephane PLOIX stephane.ploix at edf.fr
Fri May 25 06:21:36 EDT 2007


Hi everyone,

I have some data that I would like to distribute over a cluster with a 
custom reader. My data is already a multi-bloc data, each bloc 
representing a different mesh (not related to each other) : 
dataSet
        *mesh 0
        *mesh 1

I am wondering how I should created the distributed structure so that it 
works with the rest of the pipeline : 
for instance on proc0, should I have
distributedDataSet
        *mesh0
                -part0
                -part1 = null
        *mesh1
                -part0
                -part1 = null

or 
distributedDataSet
        *part0
                -part0ofMesh0
                -part0ofMesh1
        *part1 = null

Thanks for any advice

Stephane

--------------------------------------------------------------------------------------------------------
Stéphane Ploix
Ingénieur Chercheur EDF R&D - Sinetics
1 avenue du Général de Gaulle
F-91141 Clamart Cedex
Tél : 01 47 65 51 10
Messagerie : stephane.ploix at edf.fr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20070525/8146af2d/attachment.htm>


More information about the vtkusers mailing list