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

Class SlurmCliOptions

benchmarks/src/cli.py:50–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49@dataclasses.dataclass
50class SlurmCliOptions:
51 queue: str
52 project: str
53 init_script: Path
54 node_count: int = 1
55 wait_for_job: bool = False
56 walltime_h: int = 1
57
58
59def run_test_case(

Callers 1

commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected