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 1e7008b commit 5398207Copy full SHA for 5398207
recipe/build-mpi.sh
@@ -167,6 +167,8 @@ if [ -n "$build_with_ucx" ]; then
167
cat $RECIPE_DIR/post-link-ucx.sh >> $POST_LINK
168
fi
169
if [ -n "$build_with_cuda" ]; then
170
+ echo "setting MCA mca_base_component_show_load_errors to 0..."
171
+ echo "mca_base_component_show_load_errors = 0" >> $PREFIX/etc/openmpi-mca-params.conf
172
echo "setting MCA opal_warn_on_missing_libcuda to 0..."
173
echo "opal_warn_on_missing_libcuda = 0" >> $PREFIX/etc/openmpi-mca-params.conf
174
echo "setting MCA opal_cuda_support to 0..."
0 commit comments