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 ac54160 commit 31e2863Copy full SHA for 31e2863
ci/recipe.py
@@ -65,6 +65,8 @@
65
# DLI course needs to run as root:
66
'OMPI_ALLOW_RUN_AS_ROOT': '1',
67
'OMPI_ALLOW_RUN_AS_ROOT_CONFIRM': '1',
68
+ # Workaround hwloc binding:
69
+ 'OMPI_MCA_hwloc_base_binding_policy': 'none',
70
})
71
Stage0 += copy(src='labs/', dest='/labs/')
72
Stage0 += copy(src='include/cartesian_product.hpp', dest='/usr/include/cartesian_product.hpp')
0 commit comments