{% if backends %}
| Partition | Idle/Total CPUs | Free now (1 node) | {% if has_gpus %}GPUs (now/idle/total) | {% endif %}Nodes | Mem/Node | Timelimit | Features |
|---|---|---|---|---|---|---|---|
| {{ p.name }}{% if p.is_default %}*{% endif %} {% if p.state and p.state != 'up' %}({{ p.state }}){% endif %} | {{ p.cpus_idle }} / {{ p.cpus_total }} | {% if p.cpus_free_max_node %}{{ p.cpus_free_max_node }}c{% if p.mem_free_max_node_mb %}/{{ (p.mem_free_max_node_mb // 1024) }}G{% endif %}{% else %}full{% endif %} | {% if has_gpus %}{% if p.gpus_total %}{{ p.gpus_schedulable }} / {{ p.gpus_idle }} / {{ p.gpus_total }}{% if p.gpu_types %}{{ p.gpu_types }}{% endif %}{% else %}—{% endif %} | {% endif %}{{ p.nodes_total }} | {% if p.mem_per_node_mb %}{{ (p.mem_per_node_mb // 1024) }}G{% else %}—{% endif %} | {{ p.timelimit or '—' }} | {{ p.features or '—' }} |
No backends configured
{% endif %}