mache.parallel.pbs.PbsSystem.get_pbs_options
- classmethod PbsSystem.get_pbs_options(config: ConfigParser, nodes: int, min_nodes_allowed: int | None = None) tuple[str, str, str, str, str, int][source]
Get PBS submission options for a requested node count.
Deprecated since version 3.11.0: Use
resolve_pbs_options()instead, which returns aPbsOptionsobject and supports requesting a specific queue.