{% macro resource_tab_footer(partitions, simple_only) %}

Available resources

{% for name, partition in partitions.items() %} {% if partition.simple or not simple_only %} {% endif %} {% endfor %}
Partition Idle CPU cores Idle nodes
{{ name }} {{ partition['ncores_idle'] }} / {{ partition['ncores_total'] }} {{ partition['nnodes_idle'] }} / {{ partition['nnodes_total'] }}
{% endmacro %} {% block stylesheet %} {% endblock %}

Partition

{% for name, partition in partitions.items() %} {% if partition.simple %} {% endif %} {% endfor %}

CPUs

Options

{% block simple_tab_footer %} {{ resource_tab_footer(partitions, simple_only=true) }} {% endblock simple_tab_footer %}