File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,8 @@ if [ -n "$build_with_ucx" ]; then
167167 cat $RECIPE_DIR /post-link-ucx.sh >> $POST_LINK
168168fi
169169if [ -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..."
Original file line number Diff line number Diff line change 11{% set version = "5.0.0" %}
22{% set major = version.rpartition('.')[0] %}
3- {% set build = 1 %}
3+ {% set build = 2 %}
44
55# give conda package a higher build number
66{% if mpi_type == 'conda' %}
You can’t perform that action at this time.
0 commit comments