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 cfe864f commit f9ebaf5Copy full SHA for f9ebaf5
templates/mpi.conf.j2
@@ -1,5 +1,5 @@
1
# {{ ansible_managed }}
2
-{% for k, v in openhpc_mpi_default_config | combine(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