MCPcopy Create free account
hub / github.com/Kitware/ParaView / GetNumberOfLocalPartitions

Method GetNumberOfLocalPartitions

Remoting/Core/vtkProcessModule.cxx:518–521  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

516
517//----------------------------------------------------------------------------
518int vtkProcessModule::GetNumberOfLocalPartitions()
519{
520 return this->GetGlobalController() ? this->GetGlobalController()->GetNumberOfProcesses() : 1;
521}
522
523//----------------------------------------------------------------------------
524int vtkProcessModule::GetPartitionId()

Callers 15

filedriver.pyFile · 0.80
InitializeMethod · 0.80
WriteInternalMethod · 0.80
SaveAsPNGMethod · 0.80
MoveDataMethod · 0.80
GetRenderEmptyImagesMethod · 0.80
NewRenderWindowMethod · 0.80
InitializeInsituMethod · 0.80
InsituUpdateMethod · 0.80

Calls 2

GetGlobalControllerMethod · 0.95
GetNumberOfProcessesMethod · 0.45

Tested by 1

GetUniqueTempDirectoryFunction · 0.64