MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / numProcesses

Function numProcesses

contrib/python/dmtcp.py:32–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 isEnabled = False;
31
32def numProcesses():
33 n = c_int(-1)
34 ir = c_int(0)
35 if isEnabled:
36 libdmtcp.dmtcp_get_coordinator_status(byref(n), byref(ir))
37 return n.value
38
39def isRunning():
40 n = c_int()

Callers 1

dmtcp.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected