[vtkusers] vtkpython in paralllel

Fabian Braennstroem f.braennstroem at gmx.de
Mon Sep 6 12:00:39 EDT 2010


Hi,

I just compiled vtk 5.6 with parallel support...
Unfortunately, I get this error:

ceplx049~/Desktop/VTK/Examples/ParallelProcessing/MPI/Python$ vtkpython 
ParallelCone.py
Traceback (most recent call last):
   File "ParallelCone.py", line 9, in <module>
     compManager = vtkCompositeManager()
NameError: name 'vtkCompositeManager' is not defined

Do you know, what I am doing wrong or missing!?
Anyways, I assume, that I will need to run it with the command:

mpirun -np <N> vtkpython ParallelCone.py -parallel

Would be nice, to get some hints!
Fabian



More information about the vtkusers mailing list