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

Method GetLocalProcessId

Parallel/Core/vtkProcessGroup.cxx:85–95  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

83
84//------------------------------------------------------------------------------
85int vtkProcessGroup::GetLocalProcessId()
86{
87 if (this->Communicator)
88 {
89 return this->FindProcessId(this->Communicator->GetLocalProcessId());
90 }
91 else
92 {
93 return -1;
94 }
95}
96
97//------------------------------------------------------------------------------
98int vtkProcessGroup::FindProcessId(int processId)

Callers 15

vtkPIOReaderMethod · 0.45
PIOAdaptorMethod · 0.45
TestPIOReader.pyFile · 0.45
TestPIOReaderHDF5Function · 0.45
RequestDataMethod · 0.45
Plot3DMPIIO.pyFile · 0.45
TestPWindBladeReaderFunction · 0.45
vtkXdmf3Reader.cxxFile · 0.45
GatherMetaInformationFunction · 0.45
FlattenMethod · 0.45
SetControllerMethod · 0.45
PLSDynaReaderFunction · 0.45

Calls 1

FindProcessIdMethod · 0.95