MCPcopy Create free account
hub / github.com/Kitware/ParaView / IsMPIInitialized

Method IsMPIInitialized

Remoting/Core/vtkProcessModule.cxx:530–533  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

GetGlobalControllerMethod · 0.95

Tested by

no test coverage detected