MCPcopy Create free account
hub / github.com/Kitware/VTK / ProcessRMIs

Method ProcessRMIs

Parallel/Core/vtkMultiProcessController.cxx:606–609  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

604
605//------------------------------------------------------------------------------
606int vtkMultiProcessController::ProcessRMIs()
607{
608 return this->ProcessRMIs(1, 0);
609}
610
611//------------------------------------------------------------------------------
612int vtkMultiProcessController::ProcessRMIs(int reportErrors, int dont_loop)

Callers 1

TestPProbeFunction · 0.45

Calls 7

BroadcastProcessRMIsMethod · 0.95
GetNumberOfProcessesMethod · 0.95
ProcessRMIMethod · 0.95
InvokeEventMethod · 0.80
ReceiveMethod · 0.45
GetCountMethod · 0.45

Tested by 1

TestPProbeFunction · 0.36