option for docker host access to cluster

This commit is contained in:
2021-06-28 17:51:45 +02:00
parent 74a760cf98
commit 1a952a4e7a
3 changed files with 43 additions and 4 deletions

View File

@@ -170,6 +170,7 @@ NodeName=slurm-exec[1-{{ num_nodes }}] CPUs={{ slurm_exec_node_cores }} {{''
{% for i in alloc_nodes -%}
NodeName={{i.name}}
{%- if i.hostname is defined %} NodeHostname={{i.hostname}} {% endif %}
{%- if i.addr is defined %} NodeAddr={{i.addr}} {% endif %}
State=UNKNOWN
{% endfor %}
PartitionName=debug Nodes=slurm-exec[1-{{num_nodes}}] {{ ''