diff --git a/recipe/build-mpi.sh b/recipe/build-mpi.sh index 5255ae6e..03b27528 100755 --- a/recipe/build-mpi.sh +++ b/recipe/build-mpi.sh @@ -167,6 +167,8 @@ if [ -n "$build_with_ucx" ]; then cat $RECIPE_DIR/post-link-ucx.sh >> $POST_LINK fi if [ -n "$build_with_cuda" ]; then + echo "setting MCA mca_base_component_show_load_errors to 0..." + echo "mca_base_component_show_load_errors = 0" >> $PREFIX/etc/openmpi-mca-params.conf echo "setting MCA opal_warn_on_missing_libcuda to 0..." echo "opal_warn_on_missing_libcuda = 0" >> $PREFIX/etc/openmpi-mca-params.conf echo "setting MCA opal_cuda_support to 0..." diff --git a/recipe/meta.yaml b/recipe/meta.yaml index eff861e5..5891f994 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,6 +1,6 @@ {% set version = "5.0.0" %} {% set major = version.rpartition('.')[0] %} -{% set build = 1 %} +{% set build = 2 %} # give conda package a higher build number {% if mpi_type == 'conda' %}