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 98f978f commit 8a42ebcCopy full SHA for 8a42ebc
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