Clusters

{% for c in clusters %} {% else %} {% endfor %}
NameControlClassificationRPC
{{ c.name }} {{ c.control }} {{ c.classification or "—" }} {{ c.rpc_version }}
No clusters.

Partitions

{% for p in partitions %} {% endfor %}
NameNodesRangeState
{{ p.name }} {{ p.nodes }} {{ p.range }} UP

Node spec: {{ node_spec.cpus }} CPUs · {{ node_spec.mem_gb }} GB RAM · {{ node_spec.gpus }} GPUs per node.

QoS definitions

{% for q in qos %} {% else %} {% endfor %}
NameFlagsGrpTRESMaxJobsMaxSubmitMaxWall
{{ q.name }} {{ q.flags }} {{ q.grp_tres }} {{ q.max_jobs }} {{ q.max_submit }} {{ q.max_wall }}
No QoS defined (add via sacctmgr add qos).

TRES billing weights

{% for tres, weight in billing_weights.items() %} {% endfor %}
TRESWeightMeaning
{{ tres }} {{ weight }} {{ (1 / weight) | round(0, "floor") | int }} {{ tres }} = 1 billing unit