> from vtkPVClientServerCoreCorePython import vtkProcessModule
> print "rank=", vtkProcessModule.GetProcessModule().GetPartitionId()
> print "total=", 
> vtkProcessModule.GetProcessModule().GetNumberOfLocalPartitions()

Thanks! This finally gives me hope that not everything is completely broken, as 
it yields the expected output (for 5 ranks):

rank 0
total 5
rank 2
total 5
rank 1
total 5
rank 4
total 5
rank 3
total 5

No change on the reader plugin though. Are there certain commands/libraries I 
have to include in the CMakeLists.txt file to make the plugin run in parallel? 
Or additional (VTK) methods I have to call to make sure that all ranks are 
participating?

Michael
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to