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

Class PbsManagerFlavor

tests/autoalloc/flavor.py:28–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28class PbsManagerFlavor(ManagerFlavor):
29 def manager_type(self) -> ManagerType:
30 return "pbs"
31
32 def submit_program_name(self) -> str:
33 return "qsub"
34
35 def create_adapter(self) -> ManagerAdapter:
36 return PbsAdapter()
37
38
39class SlurmManagerFlavor(ManagerFlavor):

Callers 4

test_pbs_queue_qsub_argsFunction · 0.85
all_flavorsFunction · 0.85

Calls

no outgoing calls

Tested by 3

test_pbs_queue_qsub_argsFunction · 0.68