Skip to content

Commit 31e2863

Browse files
committed
Add workaround hwloc
1 parent ac54160 commit 31e2863

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/recipe.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
# DLI course needs to run as root:
6666
'OMPI_ALLOW_RUN_AS_ROOT': '1',
6767
'OMPI_ALLOW_RUN_AS_ROOT_CONFIRM': '1',
68+
# Workaround hwloc binding:
69+
'OMPI_MCA_hwloc_base_binding_policy': 'none',
6870
})
6971
Stage0 += copy(src='labs/', dest='/labs/')
7072
Stage0 += copy(src='include/cartesian_product.hpp', dest='/usr/include/cartesian_product.hpp')

0 commit comments

Comments
 (0)