Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ SlurmOptions
Class
SlurmOptions
benchmarks/src/submit/slurm.py:16–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
15
@dataclasses.dataclass
16
class
SlurmOptions:
17
name: str
18
queue: str
19
project: str
20
walltime: timedelta
21
init_script: Path
22
workdir: Path
23
node_count: int
24
wait_for_job: bool
25
26
27
@dataclasses.dataclass
Callers
1
run_test_case
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected