mache.parallel.system.SubmissionResolution

class mache.parallel.system.SubmissionResolution(target: str, requested_nodes: int, effective_nodes: int, adjustment: Literal['exact', 'decrease', 'increase'])[source]

Resolved scheduler target and effective node count.

__init__(target: str, requested_nodes: int, effective_nodes: int, adjustment: Literal['exact', 'decrease', 'increase']) None

Methods

__init__(target, requested_nodes, ...)

Attributes

target

requested_nodes

effective_nodes

adjustment