[Paraview] MPI-aware reader plugin only has rank 0

Biddiscombe, John A. biddisco at cscs.ch
Tue Apr 14 01:47:28 EDT 2015


When you said 

" rank/size: 0/4
However, all I ever get is the last line"

are you sure you don't mean that only printf/std:::cout from rank 0 is visible? but I actual fact the other pvservers are fine. Create a sphere and check if it has N pieces.

JB

-----Original Message-----
From: ParaView [mailto:paraview-bounces at paraview.org] On Behalf Of Schlottke, Michael
Sent: 14 April 2015 07:36
To: Utkarsh Ayachit
Cc: ParaView
Subject: Re: [Paraview] MPI-aware reader plugin only has rank 0

> 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


More information about the ParaView mailing list