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 bf1d8ae commit 4048911Copy full SHA for 4048911
ci/recipe.py
@@ -62,6 +62,9 @@
62
'OMPI_MCA_rmaps_base_oversubscribe' : 'true',
63
# Select matplotdir config directory to silence warning
64
'MPLCONFIGDIR': '/tmp/matplotlib',
65
+ # DLI course needs to run as root:
66
+ 'OMPI_ALLOW_RUN_AS_ROOT': '1',
67
+ 'OMPI_ALLOW_RUN_AS_ROOT_CONFIRM': '1',
68
})
69
Stage0 += copy(src='labs/', dest='/labs/')
70
Stage0 += copy(src='include/cartesian_product.hpp', dest='/usr/include/cartesian_product.hpp')
0 commit comments