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 ed7f422 commit 8753e32Copy full SHA for 8753e32
templates/gres.conf.j2
@@ -6,5 +6,6 @@ AutoDetect={{ openhpc_gres_autodetect }}
6
{% for gres in nodegroup.gres | default([]) %}
7
{% set gres_name, gres_type, _ = gres.conf.split(':') %}
8
NodeName={{ hostlist_string }}{% if 'gres_autodetect' in nodegroup %} AutoDetect={{ nodegroup.gres_autodetect }}{% endif %} Name={{ gres_name }} Type={{ gres_type }}{% if 'file' in gres %} File={{ gres.file }}{% endif %}
9
+
10
{% endfor %}{# gres #}
11
{% endfor %}{# nodegroup #}
0 commit comments