mache.MachineInfo.get_queue_specs
- MachineInfo.get_queue_specs() Dict[str, Dict[str, Any]][source]
Get queue policy metadata for the machine.
Queue names are taken from
parallel.queues. For each queue, this method reads optional values from[queue.<queue_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:
queue_specs (dict) – Mapping from queue name to queue metadata. If a queue section is missing, all metadata values are
None.