Skip to content

Commit 96b9c05

Browse files
committed
Add note about processor cores vs vcpus.
1 parent a50724b commit 96b9c05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/mpi-node-config.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{% for host in groups['cluster'] %}
2+
{# NOTE: Use ansible_processor_cores if you have trouble with CPU threads. #}
23
{{ hostvars[host].ansible_default_ipv4.address }}:{{ hostvars[host].ansible_processor_vcpus }}
34
{% endfor %}

0 commit comments

Comments
 (0)