MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / Slurm

Class Slurm

benchmarks/src/clusterutils/node_list.py:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41
42class Slurm(NodeList):
43 def resolve(self) -> List[str]:
44 return get_slurm_nodes()
45
46
47def get_slurm_nodes() -> List[str]:

Callers 1

get_active_nodesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected