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 a50724b commit 96b9c05Copy full SHA for 96b9c05
templates/mpi-node-config.j2
@@ -1,3 +1,4 @@
1
{% for host in groups['cluster'] %}
2
+{# NOTE: Use ansible_processor_cores if you have trouble with CPU threads. #}
3
{{ hostvars[host].ansible_default_ipv4.address }}:{{ hostvars[host].ansible_processor_vcpus }}
4
{% endfor %}
0 commit comments