----------------------------------------------------------------------------
| 528 | |
| 529 | //---------------------------------------------------------------------------- |
| 530 | bool vtkProcessModule::IsMPIInitialized() |
| 531 | { |
| 532 | return (this->GetGlobalController() && this->GetGlobalController()->IsA("vtkMPIController") != 0); |
| 533 | } |
| 534 | |
| 535 | //---------------------------------------------------------------------------- |
| 536 | void vtkProcessModule::PushActiveSession(vtkSession* session) |
nothing calls this directly
no test coverage detected