Skip to content

Commit 5398207

Browse files
committed
recipe: Set mca_base_component_show_load_errors=0
1 parent 1e7008b commit 5398207

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recipe/build-mpi.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ if [ -n "$build_with_ucx" ]; then
167167
cat $RECIPE_DIR/post-link-ucx.sh >> $POST_LINK
168168
fi
169169
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
170172
echo "setting MCA opal_warn_on_missing_libcuda to 0..."
171173
echo "opal_warn_on_missing_libcuda = 0" >> $PREFIX/etc/openmpi-mca-params.conf
172174
echo "setting MCA opal_cuda_support to 0..."

0 commit comments

Comments
 (0)