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