------------------------------------------------------------------------------
| 83 | |
| 84 | //------------------------------------------------------------------------------ |
| 85 | int 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 | //------------------------------------------------------------------------------ |
| 98 | int vtkProcessGroup::FindProcessId(int processId) |