mache.MachineInfo.get_qos_specs
- MachineInfo.get_qos_specs() Dict[str, Dict[str, Any]][source]
Get quality-of-service (QOS) policy metadata for the machine.
QOS names are taken from
parallel.qos. For each QOS, this method reads optional values from[qos.<qos_name>]:min_nodes(int)max_nodes(int)max_wallclock(str, e.g.01:00:00)max_wallclock_bins(list of (int, str) tuples, for targets whose wall-clock limit depends on the job size)
- Returns:
qos_specs (dict) – Mapping from QOS name to QOS metadata. If a QOS section is missing, all metadata values are
None.