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.
2 parents 98f978f + 8a42ebc commit 9b63015Copy full SHA for 9b63015
templates/mpi.conf.j2
@@ -1,5 +1,5 @@
1
# {{ ansible_managed }}
2
-{% for k, v in openhpc_mpi_config.items %}
+{% for k, v in openhpc_mpi_config.items() %}
3
{% if v != "omit" %}{# allow removing items using setting key: omit #}
4
{{ k }}={{ v | join(',') if (v is sequence and v is not string) else v }}
5
{% endif %}
0 commit comments