We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32fbe3c commit 1c281c4Copy full SHA for 1c281c4
templates/gres.conf.j2
@@ -1,7 +1,7 @@
1
AutoDetect=off
2
+{% set donehosts = [] | unique %}
3
{% for part in openhpc_slurm_partitions %}
4
{% set nodelist = [] %}
-{% set donehosts = [] | unique %}
5
{% for group in part.get('groups', [part]) %}
6
{% if 'gres' in group %}
7
{% set group_name = group.cluster_name|default(openhpc_cluster_name) ~ '_' ~ group.name %}
0 commit comments