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

Function GetRank

Remoting/Application/Testing/Python/TestFetchData.py:9–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 return session.GetNumberOfProcesses(session.DATA_SERVER)
8
9def GetRank():
10 return servermanager.vtkProcessModule.GetProcessModule().GetPartitionId()
11
12def GetIsSymmetric():
13 return servermanager.vtkProcessModule.GetSymmetricMPIMode()

Callers 2

TestFetchDataBasicFunction · 0.70
TestFetchDataRanksFunction · 0.70

Calls 2

GetPartitionIdMethod · 0.80
GetProcessModuleMethod · 0.45

Tested by

no test coverage detected