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

Method GetNumberOfProcesses

Parallel/Core/vtkMultiProcessController.cxx:169–180  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

167
168//------------------------------------------------------------------------------
169int vtkMultiProcessController::GetNumberOfProcesses()
170{
171 if (this->Communicator)
172 {
173 return this->Communicator->GetNumberOfProcesses();
174 }
175 else
176 {
177 vtkErrorMacro("Communicator not set.");
178 return 0;
179 }
180}
181
182//------------------------------------------------------------------------------
183int vtkMultiProcessController::GetLocalProcessId()

Callers 15

SetMultipleMethodMethod · 0.95
PartitionControllerMethod · 0.95
TriggerBreakRMIsMethod · 0.95
ProcessRMIsMethod · 0.95
ReduceMethod · 0.95
AllReduceMethod · 0.95
vtkPIOReaderMethod · 0.80
PIOAdaptorMethod · 0.80
TestPIOReaderHDF5Function · 0.80
Plot3DMPIIO.pyFile · 0.80
vtkXdmf3Reader.cxxFile · 0.80

Calls

no outgoing calls

Tested by 15

TestPIOReaderHDF5Function · 0.64
TestIOSSExodusRestartsFunction · 0.64
TestIOSSCatalystExodusFunction · 0.64
RunTestFunction · 0.64
ValidateDistributedAMRFunction · 0.64
TestAMReXParticlesReaderFunction · 0.64
TestDistributedObjectFunction · 0.64
TestDistributedTemporalFunction · 0.64